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

  /libcore/luni/src/main/native/
ExecStrings.cpp 49 jthrowable pending_exception = env_->ExceptionOccurred(); local
50 if (pending_exception != NULL) {
62 if (pending_exception != NULL) {
63 if (env_->Throw(pending_exception) < 0) {
  /external/v8/src/
isolate-inl.h 21 Object* Isolate::pending_exception() { function in class:v8::internal::Isolate
82 pending_exception_(isolate_->pending_exception(), isolate_) {}
isolate.cc 895 pending_exception() == heap_.termination_exception()) {
    [all...]
isolate.h 172 C(PendingException, pending_exception) \
291 // invariants that hold about pending_exception. We may want to
555 inline Object* pending_exception();
559 THREAD_LOCAL_TOP_ADDRESS(Object*, pending_exception)
    [all...]
execution.cc 207 if (isolate->pending_exception() ==
messages.cc 73 exception_object = isolate->pending_exception();
  /external/v8/src/runtime/
runtime-regexp.cc     [all...]
runtime-debug.cc 88 result = handle(it->isolate()->pending_exception(), it->isolate());
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 689 mirror::Throwable* pending_exception = nullptr; local
691 self->PopDeoptimizationContext(&result, &pending_exception, /* out */ &from_code);
716 if (pending_exception != nullptr) {
717 self->SetException(pending_exception);
    [all...]
  /art/runtime/
thread.cc 171 mirror::Throwable* pending_exception,
176 pending_exception_(pending_exception),
3019 mirror::Throwable* pending_exception = nullptr; local
    [all...]
debugger.cc     [all...]
  /external/v8/test/cctest/
test-compiler.cc 203 CHECK_EQ(42.0, isolate->pending_exception()->Number());
test-parsing.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc     [all...]
  /external/v8/src/x87/
code-stubs-x87.cc     [all...]
  /external/v8/src/debug/
liveedit.cc 857 Handle<Object> exception(isolate->pending_exception(), isolate);
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc     [all...]

Completed in 680 milliseconds