HomeSort by relevance Sort by last modified time
    Searched refs:IsExceptionPending (Results 26 - 49 of 49) sorted by null

12

  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 219 DCHECK(Thread::Current()->IsExceptionPending());
398 if (LIKELY(!self->IsExceptionPending())) {
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 523 DCHECK(Thread::Current()->IsExceptionPending()) << PrettyMethod(method);
    [all...]
  /art/runtime/mirror/
array-inl.h 182 DCHECK(Thread::Current()->IsExceptionPending());
203 DCHECK(Thread::Current()->IsExceptionPending());
object_test.cc 146 EXPECT_TRUE(soa.Self()->IsExceptionPending());
151 EXPECT_TRUE(soa.Self()->IsExceptionPending());
235 EXPECT_TRUE(soa.Self()->IsExceptionPending());
240 EXPECT_TRUE(soa.Self()->IsExceptionPending());
302 EXPECT_TRUE(soa.Self()->IsExceptionPending());
class.cc 102 CHECK(!self->IsExceptionPending());
780 CHECK(interface != nullptr || self->IsExceptionPending());
879 CHECK(self->IsExceptionPending()); // Expect an OOME.
  /art/runtime/
thread.cc 433 CHECK(IsExceptionPending());
441 CHECK(IsExceptionPending());
    [all...]
reflection.cc 372 CHECK(self->IsExceptionPending());
582 CHECK(soa.Self()->IsExceptionPending());
589 if (soa.Self()->IsExceptionPending()) {
transaction_test.cc 429 ASSERT_FALSE(soa.Self()->IsExceptionPending());
450 ASSERT_FALSE(soa.Self()->IsExceptionPending());
491 ASSERT_TRUE(soa.Self()->IsExceptionPending());
quick_exception_handler.cc 145 DCHECK(!self_->IsExceptionPending());
jni_internal.cc 215 DCHECK(soa.Self()->IsExceptionPending());
707 return static_cast<JNIEnvExt*>(env)->self->IsExceptionPending() ? JNI_TRUE : JNI_FALSE;
749 if (soa.Self()->IsExceptionPending()) {
    [all...]
thread.h 313 bool IsExceptionPending() const {
331 // TODO: DCHECK(!IsExceptionPending());
    [all...]
runtime.cc 247 if (self->IsExceptionPending()) {
    [all...]
check_jni.cc 806 if ((flags & kFlag_ExcepOkay) == 0 && self->IsExceptionPending()) {
    [all...]
class_linker_test.cc 51 EXPECT_TRUE(self->IsExceptionPending());
    [all...]
  /art/compiler/driver/
compiler_driver.cc 526 CHECK(self->IsExceptionPending());
    [all...]
  /art/runtime/gc/
heap-inl.h 98 if (!self->IsExceptionPending() && is_current_allocator && !after_is_current_allocator) {
  /art/runtime/interpreter/
interpreter.cc 467 CHECK(self->IsExceptionPending());
505 if (UNLIKELY(self->IsExceptionPending())) {
558 DCHECK(self->IsExceptionPending());
interpreter_switch_impl.cc 24 DCHECK(self->IsExceptionPending()); \
390 POSSIBLY_HANDLE_PENDING_EXCEPTION(self->IsExceptionPending(), Next_1xx);
402 POSSIBLY_HANDLE_PENDING_EXCEPTION(self->IsExceptionPending(), Next_1xx);
    [all...]
interpreter_goto_table_impl.cc 477 POSSIBLY_HANDLE_PENDING_EXCEPTION(self->IsExceptionPending(), 1);
489 POSSIBLY_HANDLE_PENDING_EXCEPTION(self->IsExceptionPending(), 1);
    [all...]
  /art/runtime/verifier/
method_verifier.cc 177 DCHECK(Thread::Current()->IsExceptionPending());
221 DCHECK(Thread::Current()->IsExceptionPending());
649 DCHECK(Thread::Current()->IsExceptionPending());
    [all...]
reg_type_cache.cc 196 DCHECK(Thread::Current()->IsExceptionPending());
199 DCHECK(!Thread::Current()->IsExceptionPending());
  /art/compiler/llvm/
intrinsic_func_list.def 124 _EVAL_DEF_INTRINSICS_FUNC(IsExceptionPending,
    [all...]
gbc_expander.cc     [all...]
  /art/compiler/jni/
jni_compiler_test.cc 760 EXPECT_FALSE(Thread::Current()->IsExceptionPending());
    [all...]

Completed in 316 milliseconds

12