Searched refs:DoLongJump (Results 1 - 17 of 17) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_deoptimization_entrypoints.cc53 exception_handler.DoLongJump(true);
59 exception_handler.DoLongJump(false);
/art/runtime/arch/
H A Dcontext.h93 NO_RETURN virtual void DoLongJump() = 0;
/art/runtime/arch/arm/
H A Dcontext_arm.h84 NO_RETURN void DoLongJump() OVERRIDE;
H A Dcontext_arm.cc101 void ArmContext::DoLongJump() { function in class:art::arm::ArmContext
/art/runtime/arch/arm64/
H A Dcontext_arm64.h85 NO_RETURN void DoLongJump() OVERRIDE;
H A Dcontext_arm64.cc126 void Arm64Context::DoLongJump() { function in class:art::arm64::Arm64Context
/art/runtime/arch/mips/
H A Dcontext_mips.h79 NO_RETURN void DoLongJump() OVERRIDE;
H A Dcontext_mips.cc97 void MipsContext::DoLongJump() { function in class:art::mips::MipsContext
/art/runtime/arch/mips64/
H A Dcontext_mips64.h79 NO_RETURN void DoLongJump() OVERRIDE;
H A Dcontext_mips64.cc113 void Mips64Context::DoLongJump() { function in class:art::mips64::Mips64Context
/art/runtime/arch/x86/
H A Dcontext_x86.h83 NO_RETURN void DoLongJump() OVERRIDE;
H A Dcontext_x86.cc90 void X86Context::DoLongJump() { function in class:art::x86::X86Context
/art/runtime/arch/x86_64/
H A Dcontext_x86_64.h83 NO_RETURN void DoLongJump() OVERRIDE;
H A Dcontext_x86_64.cc104 void X86_64Context::DoLongJump() { function in class:art::x86_64::X86_64Context
/art/runtime/
H A Dquick_exception_handler.h81 NO_RETURN void DoLongJump(bool smash_caller_saves = true) REQUIRES_SHARED(Locks::mutator_lock_);
H A Dquick_exception_handler.cc639 void QuickExceptionHandler::DoLongJump(bool smash_caller_saves) { function in class:art::QuickExceptionHandler
649 context_->DoLongJump();
H A Dthread.cc3029 exception_handler.DoLongJump();

Completed in 376 milliseconds