Searched refs:TargetScope (Results 1 – 2 of 2) sorted by relevance
83 LabelDecl *Target, unsigned TargetScope);643 unsigned TargetScope = TI->first; in VerifyIndirectJumps() local651 unsigned Min = TargetScope; in VerifyIndirectJumps()699 DiagnoseIndirectJump(I->second, I->first, TargetLabel, TargetScope); in VerifyIndirectJumps()742 unsigned TargetScope) { in DiagnoseIndirectJump() argument743 if (CHECK_PERMISSIVE(JumpScope == TargetScope)) in DiagnoseIndirectJump()746 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectJump()759 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope) in DiagnoseIndirectJump()
305 class TargetScope BASE_EMBEDDED {307 explicit TargetScope(Target** variable) in TargetScope() function in v8::internal::BASE_EMBEDDED312 ~TargetScope() { in ~TargetScope()1060 TargetScope scope(&this->target_stack_); in ParseSourceElements()