Searched refs:mapped_shadow_begin (Results 1 – 2 of 2) sorted by relevance
204 CHECK_NE(0, ctx->mapped_shadow_begin); in DoResetImpl()205 shadow_begin = ctx->mapped_shadow_begin; in DoResetImpl()621 ctx->mapped_shadow_begin, ctx->mapped_shadow_end); in MapShadow()625 if (!ctx->mapped_shadow_begin || ctx->mapped_shadow_begin > shadow_begin) in MapShadow()626 ctx->mapped_shadow_begin = shadow_begin; in MapShadow()
381 uptr mapped_shadow_begin; member