HomeSort by relevance Sort by last modified time
    Searched refs:pending_exception (Results 1 - 20 of 20) 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...]
isolate.h 188 C(PendingException, pending_exception) \
321 // invariants that hold about pending_exception. We may want to
584 inline Object* pending_exception();
588 THREAD_LOCAL_TOP_ADDRESS(Object*, pending_exception)
    [all...]
execution.cc 237 if (isolate->pending_exception() ==
isolate.cc     [all...]
factory.cc     [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))
  /external/python/cpython3/Modules/
_lsprof.c 486 pending_exception(ProfilerObject *pObj) function
632 if (pending_exception(pObj))
727 if (pending_exception(self))
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 729 ObjPtr<mirror::Throwable> pending_exception; local
733 /* out */ &pending_exception,
759 if (pending_exception != nullptr) {
760 self->SetException(pending_exception);
    [all...]
  /art/runtime/
thread.cc 172 ObjPtr<mirror::Throwable> pending_exception,
178 pending_exception_(pending_exception.Ptr()),
3957 ObjPtr<mirror::Throwable> pending_exception; local
    [all...]
debugger.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 726 ExternalReference pending_exception(Isolate::kPendingExceptionAddress,
729 __ mov(eax, Operand::StaticVariable(pending_exception));
    [all...]
  /external/v8/src/runtime/
runtime-regexp.cc     [all...]
runtime-debug.cc 129 result = handle(it->isolate()->pending_exception(), it->isolate());
    [all...]
  /external/v8/src/x87/
code-stubs-x87.cc 545 ExternalReference pending_exception(Isolate::kPendingExceptionAddress,
548 __ mov(eax, Operand::StaticVariable(pending_exception));
    [all...]
  /external/v8/src/debug/
liveedit.cc 684 Handle<Object> exception(isolate->pending_exception(), isolate);
    [all...]
debug.cc     [all...]
  /external/v8/src/x64/
code-stubs-x64.cc     [all...]

Completed in 651 milliseconds