Home
last modified time | relevance | path

Searched refs:pending_exception (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/libcore/luni/src/main/native/
H A DExecStrings.cpp50 jthrowable pending_exception = env_->ExceptionOccurred(); in ~ExecStrings() local
51 if (pending_exception != NULL) { in ~ExecStrings()
63 if (pending_exception != NULL) { in ~ExecStrings()
64 if (env_->Throw(pending_exception) < 0) { in ~ExecStrings()
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/
H A Dvcpu.rs453 let mut pending_exception = unsafe { event.ExceptionEvent.__bindgen_anon_1 }; in inject_gp_fault() localVariable
455 pending_exception.set_EventPending(1); in inject_gp_fault()
457 pending_exception.set_DeliverErrorCode(1); in inject_gp_fault()
459 pending_exception.ErrorCode = 0; in inject_gp_fault()
461 pending_exception in inject_gp_fault()
465 pending_exception.set_Vector(GP_VECTOR); in inject_gp_fault()
469 __bindgen_anon_1: pending_exception, in inject_gp_fault()
/aosp_15_r20/external/python/cpython2/Modules/
D_lsprof.c489 pending_exception(ProfilerObject *pObj) in pending_exception() function
635 if (pending_exception(pObj)) in profiler_getstats()
736 if (pending_exception(self)) in profiler_disable()
/aosp_15_r20/external/python/cpython3/Modules/
D_lsprof.c464 pending_exception(ProfilerObject *pObj) in pending_exception() function
614 if (pending_exception(self)) { in _lsprof_Profiler_getstats_impl()
721 if (pending_exception(self)) { in profiler_disable()
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc713 ObjPtr<mirror::Throwable> pending_exception; in HandleDeoptimization() local
717 /* out */ &pending_exception, in HandleDeoptimization()
743 if (pending_exception != nullptr) { in HandleDeoptimization()
744 self->SetException(pending_exception); in HandleDeoptimization()
/aosp_15_r20/art/runtime/
H A Dthread.cc207 ObjPtr<mirror::Throwable> pending_exception, in DeoptimizationContextRecord() argument
213 pending_exception_(pending_exception.Ptr()), in DeoptimizationContextRecord()
4744 ObjPtr<mirror::Throwable> pending_exception; in DeoptimizeWithDeoptimizationException() local
4747 PopDeoptimizationContext(result, &pending_exception, &from_code, &method_type); in DeoptimizeWithDeoptimizationException()
4752 if (pending_exception != nullptr) { in DeoptimizeWithDeoptimizationException()
4753 SetException(pending_exception); in DeoptimizeWithDeoptimizationException()