Searched refs:DoLongJump (Results 1 – 14 of 14) sorted by relevance
75 virtual void DoLongJump() = 0;
76 void DoLongJump() OVERRIDE;
75 void X86Context::DoLongJump() { in DoLongJump() function in art::x86::X86Context
50 void DoLongJump() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
345 void QuickExceptionHandler::DoLongJump() { in DoLongJump() function in art::QuickExceptionHandler352 context_->DoLongJump(); in DoLongJump()
1931 exception_handler.DoLongJump(); in QuickDeliverException()
81 void DoLongJump() OVERRIDE;
148 void Arm64Context::DoLongJump() { in DoLongJump() function in art::arm64::Arm64Context
79 void DoLongJump() OVERRIDE;
119 void X86_64Context::DoLongJump() { in DoLongJump() function in art::x86_64::X86_64Context
80 void DoLongJump() OVERRIDE;
104 void MipsContext::DoLongJump() { in DoLongJump() function in art::mips::MipsContext
104 void ArmContext::DoLongJump() { in DoLongJump() function in art::arm::ArmContext