Searched refs:mapped_shadow_end (Results 1 – 2 of 2) sorted by relevance
205 shadow_end = ctx->mapped_shadow_end; in DoResetImpl()605 ctx->mapped_shadow_begin, ctx->mapped_shadow_end); in MapShadow()607 if (shadow_end <= ctx->mapped_shadow_end) in MapShadow()611 if (shadow_begin < ctx->mapped_shadow_end) in MapShadow()612 shadow_begin = ctx->mapped_shadow_end; in MapShadow()618 ctx->mapped_shadow_end = shadow_end; in MapShadow()
379 uptr mapped_shadow_end; member