Searched refs:DoLongJump (Results 1 – 17 of 17) sorted by relevance
50 exception_handler.DoLongJump(true); in artDeoptimizeImpl()56 exception_handler.DoLongJump(false); in artDeoptimizeImpl()
92 NO_RETURN virtual void DoLongJump() = 0;
86 NO_RETURN void DoLongJump() override;
133 void Arm64Context::DoLongJump() { in DoLongJump() function in art::arm64::Arm64Context
80 NO_RETURN void DoLongJump() override;
114 void Mips64Context::DoLongJump() { in DoLongJump() function in art::mips64::Mips64Context
85 NO_RETURN void DoLongJump() override;
102 void ArmContext::DoLongJump() { in DoLongJump() function in art::arm::ArmContext
84 NO_RETURN void DoLongJump() override;
105 void X86_64Context::DoLongJump() { in DoLongJump() function in art::x86_64::X86_64Context
107 void MipsContext::DoLongJump() { in DoLongJump() function in art::mips::MipsContext
83 NO_RETURN void DoLongJump(bool smash_caller_saves = true) REQUIRES_SHARED(Locks::mutator_lock_);
652 void QuickExceptionHandler::DoLongJump(bool smash_caller_saves) { in DoLongJump() function in art::QuickExceptionHandler662 context_->DoLongJump(); in DoLongJump()
3627 exception_handler.DoLongJump(); in QuickDeliverException()
91 void X86Context::DoLongJump() { in DoLongJump() function in art::x86::X86Context