Searched refs:mapped_shadow_end (Results 1 – 2 of 2) sorted by relevance
206 shadow_end = ctx->mapped_shadow_end; in DoResetImpl()606 ctx->mapped_shadow_begin, ctx->mapped_shadow_end); in MapShadow()608 if (shadow_end <= ctx->mapped_shadow_end) in MapShadow()612 if (shadow_begin < ctx->mapped_shadow_end) in MapShadow()613 shadow_begin = ctx->mapped_shadow_end; in MapShadow()619 ctx->mapped_shadow_end = shadow_end; in MapShadow()
379 uptr mapped_shadow_end; member