Searched refs:TargetScope (Results 1 – 2 of 2) sorted by relevance
83 LabelDecl *Target, unsigned TargetScope);645 unsigned TargetScope = TI->first; in VerifyIndirectJumps() local653 unsigned Min = TargetScope; in VerifyIndirectJumps()701 DiagnoseIndirectJump(I->second, I->first, TargetLabel, TargetScope); in VerifyIndirectJumps()744 unsigned TargetScope) { in DiagnoseIndirectJump() argument745 if (CHECK_PERMISSIVE(JumpScope == TargetScope)) in DiagnoseIndirectJump()748 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectJump()761 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope) in DiagnoseIndirectJump()
276 class TargetScope BASE_EMBEDDED {278 explicit TargetScope(Target** variable) in TargetScope() function in v8::internal::BASE_EMBEDDED283 ~TargetScope() { in ~TargetScope()1133 TargetScope scope(&this->target_stack_); in ParseStatementList()