HomeSort by relevance Sort by last modified time
    Searched defs:pending_exception (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/main/native/
ExecStrings.cpp 50 jthrowable pending_exception = env_->ExceptionOccurred(); local
51 if (pending_exception != NULL) {
63 if (pending_exception != NULL) {
64 if (env_->Throw(pending_exception) < 0) {
  /external/v8/src/
isolate-inl.h 26 Object* Isolate::pending_exception() { function in class:v8::internal::Isolate
101 pending_exception_(isolate_->pending_exception(), isolate_) {}
messages.cc 89 exception_object = isolate->pending_exception();
876 Handle<Object> pending_exception = local
877 handle(isolate->pending_exception(), isolate);
880 err_str = ErrorUtils::ToString(isolate, pending_exception);
977 Handle<Object> pending_exception = local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_lsprof.c 489 pending_exception(ProfilerObject *pObj) function
635 if (pending_exception(pObj))
736 if (pending_exception(self))
  /external/python/cpython2/Modules/
_lsprof.c 489 pending_exception(ProfilerObject *pObj) function
635 if (pending_exception(pObj))
736 if (pending_exception(self))
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 745 ObjPtr<mirror::Throwable> pending_exception; local
747 self->PopDeoptimizationContext(&result, &pending_exception, /* out */ &from_code);
771 if (pending_exception != nullptr) {
772 self->SetException(pending_exception);
    [all...]
  /art/runtime/
thread.cc 168 ObjPtr<mirror::Throwable> pending_exception,
173 pending_exception_(pending_exception.Ptr()),
3648 ObjPtr<mirror::Throwable> pending_exception; local
    [all...]

Completed in 228 milliseconds