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

1 2

  /art/runtime/entrypoints/portable/
portable_lock_entrypoints.cc 29 DCHECK(!thread->IsExceptionPending());
portable_jni_entrypoints.cc 72 if (self->IsExceptionPending()) {
91 if (self->IsExceptionPending()) {
portable_invoke_entrypoints.cc 35 CHECK(self->IsExceptionPending());
39 DCHECK(!self->IsExceptionPending());
portable_throw_entrypoints.cc 64 DCHECK(self->IsExceptionPending());
  /art/runtime/entrypoints/jni/
jni_entrypoints.cc 44 DCHECK(self->IsExceptionPending());
  /art/runtime/mirror/
array.cc 54 CHECK(self->IsExceptionPending());
65 CHECK(self->IsExceptionPending());
100 CHECK(self->IsExceptionPending());
107 CHECK(self->IsExceptionPending());
114 CHECK(self->IsExceptionPending());
object_array-inl.h 56 DCHECK(Thread::Current()->IsExceptionPending());
89 DCHECK(Thread::Current()->IsExceptionPending());
  /art/runtime/entrypoints/quick/
quick_lock_entrypoints.cc 37 CHECK(!self->IsExceptionPending());
quick_jni_entrypoints.cc 91 if (self->IsExceptionPending()) {
109 if (self->IsExceptionPending()) {
  /art/runtime/
field_helper.cc 38 CHECK(type != nullptr || Thread::Current()->IsExceptionPending());
monitor_test.cc 78 if (self->IsExceptionPending() || h.Get() == nullptr) {
94 while (!self->IsExceptionPending()) {
96 if (!self->IsExceptionPending() && h.Get() != nullptr) {
155 EXPECT_EQ(expected_, self->IsExceptionPending());
200 EXPECT_EQ(expected_, self->IsExceptionPending());
245 if (self->IsExceptionPending()) {
method_helper-inl.h 51 CHECK(type != nullptr || Thread::Current()->IsExceptionPending());
class_linker.cc     [all...]
  /art/runtime/native/
java_lang_DexCache.cc 37 DCHECK(soa.Self()->IsExceptionPending());
java_lang_reflect_Field.cc 108 DCHECK(soa.Self()->IsExceptionPending());
117 DCHECK(soa.Self()->IsExceptionPending());
128 DCHECK(soa.Self()->IsExceptionPending());
133 DCHECK(soa.Self()->IsExceptionPending());
141 DCHECK(soa.Self()->IsExceptionPending());
154 DCHECK(soa.Self()->IsExceptionPending());
160 DCHECK(soa.Self()->IsExceptionPending());
171 DCHECK(soa.Self()->IsExceptionPending());
177 DCHECK(soa.Self()->IsExceptionPending());
184 DCHECK(soa.Self()->IsExceptionPending());
    [all...]
java_lang_reflect_Constructor.cc 52 DCHECK(soa.Self()->IsExceptionPending());
java_lang_reflect_Array.cc 58 CHECK(soa.Self()->IsExceptionPending());
  /art/runtime/arch/
stub_test.cc 693 EXPECT_TRUE(self->IsExceptionPending());
769 EXPECT_FALSE(self->IsExceptionPending());
839 EXPECT_FALSE(self->IsExceptionPending());
844 EXPECT_FALSE(self->IsExceptionPending());
849 EXPECT_FALSE(self->IsExceptionPending());
854 EXPECT_FALSE(self->IsExceptionPending());
861 EXPECT_TRUE(self->IsExceptionPending());
908 EXPECT_FALSE(self->IsExceptionPending());
913 EXPECT_FALSE(self->IsExceptionPending())
    [all...]
  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.cc 41 DCHECK(self->IsExceptionPending());
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 48 DCHECK(self->IsExceptionPending());
51 DCHECK(!self->IsExceptionPending());
82 DCHECK(self->IsExceptionPending());
85 DCHECK(!self->IsExceptionPending());
109 DCHECK(self->IsExceptionPending());
190 DCHECK(Thread::Current()->IsExceptionPending());
277 DCHECK(self->IsExceptionPending()); // Throw exception and unwind.
289 DCHECK(self->IsExceptionPending()); // Throw exception and unwind.
323 DCHECK(self->IsExceptionPending()); // Throw exception and unwind
366 DCHECK(self->IsExceptionPending()); // Throw exception and unwind
    [all...]
entrypoint_utils.cc 50 DCHECK(self->IsExceptionPending());
203 CHECK(self->IsExceptionPending());
248 CHECK(soa.Self()->IsExceptionPending());
260 CHECK(soa.Self()->IsExceptionPending());
279 if (LIKELY(!soa.Self()->IsExceptionPending())) {
303 DCHECK(soa.Self()->IsExceptionPending());
  /art/compiler/llvm/
runtime_support_llvm_func_list.h 66 V(IsExceptionPending, art_portable_is_exception_pending_from_code) \
  /art/compiler/driver/
compiler_driver-inl.h 52 DCHECK_EQ(referrer_class == nullptr, soa.Self()->IsExceptionPending());
68 DCHECK_EQ(resolved_field == nullptr, soa.Self()->IsExceptionPending());
176 DCHECK_EQ(resolved_method == nullptr, soa.Self()->IsExceptionPending());
  /art/runtime/interpreter/
interpreter_common.h 116 CHECK(self->IsExceptionPending());
146 CHECK(self->IsExceptionPending());
196 DCHECK(self->IsExceptionPending());
interpreter_common.cc 37 CHECK(self->IsExceptionPending());
213 CHECK(self->IsExceptionPending());
587 CHECK(self->IsExceptionPending());
657 return !self->IsExceptionPending();
678 DCHECK(self->IsExceptionPending());
698 DCHECK(self->IsExceptionPending());
    [all...]

Completed in 888 milliseconds

1 2