Searched refs:DoLongJump (Results 1 – 13 of 13) sorted by relevance
50 exception_handler.DoLongJump(true); in artDeoptimizeImpl()56 exception_handler.DoLongJump(false); in artDeoptimizeImpl()
98 NO_RETURN virtual void DoLongJump() = 0;
86 NO_RETURN void DoLongJump() override;
133 void Arm64Context::DoLongJump() { in DoLongJump() function in art::arm64::Arm64Context
85 NO_RETURN void DoLongJump() override;
102 void ArmContext::DoLongJump() { in DoLongJump() function in art::arm::ArmContext
88 NO_RETURN void DoLongJump() override;
105 void X86_64Context::DoLongJump() { in DoLongJump() function in art::x86_64::X86_64Context
83 NO_RETURN void DoLongJump(bool smash_caller_saves = true) REQUIRES_SHARED(Locks::mutator_lock_);
638 void QuickExceptionHandler::DoLongJump(bool smash_caller_saves) { in DoLongJump() function in art::QuickExceptionHandler654 context_->DoLongJump(); in DoLongJump()
3646 exception_handler.DoLongJump(); in QuickDeliverException()
84 NO_RETURN void DoLongJump() override;
91 void X86Context::DoLongJump() { in DoLongJump() function in art::x86::X86Context