Searched defs:DoLongJump (Results 1 – 5 of 5) sorted by relevance
/art/runtime/arch/arm/ | ||
D | context_arm.cc | 102 void ArmContext::DoLongJump() { in DoLongJump() function in art::arm::ArmContext |
/art/runtime/arch/arm64/ | ||
D | context_arm64.cc | 133 void Arm64Context::DoLongJump() { in DoLongJump() function in art::arm64::Arm64Context |
/art/runtime/arch/x86_64/ | ||
D | context_x86_64.cc | 105 void X86_64Context::DoLongJump() { in DoLongJump() function in art::x86_64::X86_64Context |
/art/runtime/arch/x86/ | ||
D | context_x86.cc | 91 void X86Context::DoLongJump() { in DoLongJump() function in art::x86::X86Context |
/art/runtime/ | ||
D | quick_exception_handler.cc | 638 void QuickExceptionHandler::DoLongJump(bool smash_caller_saves) { in DoLongJump() function in art::QuickExceptionHandler |