Home
last modified time | relevance | path

Searched refs:DoLongJump (Results 1 – 16 of 16) sorted by relevance

/art/runtime/arch/
Dcontext.h82 NO_RETURN virtual void DoLongJump() = 0;
/art/runtime/
Dquick_exception_handler.h49 NO_RETURN void DoLongJump() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dquick_exception_handler.cc403 void QuickExceptionHandler::DoLongJump() { in DoLongJump() function in art::QuickExceptionHandler
410 context_->DoLongJump(); in DoLongJump()
Dthread.cc2190 exception_handler.DoLongJump(); in QuickDeliverException()
/art/runtime/arch/mips/
Dcontext_mips.h79 NO_RETURN void DoLongJump() OVERRIDE;
Dcontext_mips.cc83 void MipsContext::DoLongJump() { in DoLongJump() function in art::mips::MipsContext
/art/runtime/arch/arm/
Dcontext_arm.h80 NO_RETURN void DoLongJump() OVERRIDE;
Dcontext_arm.cc101 void ArmContext::DoLongJump() { in DoLongJump() function in art::arm::ArmContext
/art/runtime/arch/x86_64/
Dcontext_x86_64.h79 NO_RETURN void DoLongJump() OVERRIDE;
Dcontext_x86_64.cc105 void X86_64Context::DoLongJump() { in DoLongJump() function in art::x86_64::X86_64Context
/art/runtime/arch/arm64/
Dcontext_arm64.h80 NO_RETURN void DoLongJump() OVERRIDE;
Dcontext_arm64.cc125 void Arm64Context::DoLongJump() { in DoLongJump() function in art::arm64::Arm64Context
/art/runtime/arch/mips64/
Dcontext_mips64.h79 NO_RETURN void DoLongJump() OVERRIDE;
Dcontext_mips64.cc114 void Mips64Context::DoLongJump() { in DoLongJump() function in art::mips64::Mips64Context
/art/runtime/arch/x86/
Dcontext_x86.h79 NO_RETURN void DoLongJump() OVERRIDE;
Dcontext_x86.cc90 void X86Context::DoLongJump() { in DoLongJump() function in art::x86::X86Context