Searched defs:pending_exception (Results 1 - 2 of 2) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc729 ObjPtr<mirror::Throwable> pending_exception; local
733 /* out */ &pending_exception,
759 if (pending_exception != nullptr) {
760 self->SetException(pending_exception);
/art/runtime/
H A Dthread.cc172 ObjPtr<mirror::Throwable> pending_exception,
178 pending_exception_(pending_exception.Ptr()),
3957 ObjPtr<mirror::Throwable> pending_exception; local
3960 PopDeoptimizationContext(result, &pending_exception, &from_code, &method_type);
3966 if (pending_exception != nullptr) {
3967 SetException(pending_exception);
169 DeoptimizationContextRecord(const JValue& ret_val, bool is_reference, bool from_code, ObjPtr<mirror::Throwable> pending_exception, DeoptimizationMethodType method_type, DeoptimizationContextRecord* link) argument

Completed in 765 milliseconds