Searched refs:IsNull (Results 1 - 25 of 88) sorted by relevance

1234

/art/runtime/mirror/
H A Dreference.cc28 CHECK(java_lang_ref_Reference_.IsNull());
34 CHECK(!java_lang_ref_Reference_.IsNull());
H A Dcall_site.cc37 CHECK(static_class_.IsNull()) << static_class_.Read() << " " << klass;
43 CHECK(!static_class_.IsNull());
H A Dmethod.cc33 CHECK(static_class_.IsNull()) << static_class_.Read() << " " << klass;
39 CHECK(!static_class_.IsNull());
44 CHECK(array_class_.IsNull()) << array_class_.Read() << " " << klass;
50 CHECK(!array_class_.IsNull());
80 CHECK(static_class_.IsNull()) << static_class_.Read() << " " << klass;
86 CHECK(!static_class_.IsNull());
91 CHECK(array_class_.IsNull()) << array_class_.Read() << " " << klass;
97 CHECK(!array_class_.IsNull());
H A Dfield.cc31 CHECK(static_class_.IsNull()) << static_class_.Read() << " " << klass;
37 CHECK(!static_class_.IsNull());
42 CHECK(array_class_.IsNull()) << array_class_.Read() << " " << klass;
48 CHECK(!array_class_.IsNull());
H A Dclass_ext.cc43 CHECK_EQ(methods.IsNull(), dex_caches.IsNull());
71 if (new_methods.IsNull()) {
82 if (new_dex_caches.IsNull()) {
88 if (!old_methods.IsNull()) {
128 CHECK(!dalvik_system_ClassExt_.IsNull());
H A Dclass_ext-inl.h30 if (arr.IsNull()) {
H A Dstack_trace_element.cc33 CHECK(java_lang_StackTraceElement_.IsNull());
39 CHECK(!java_lang_StackTraceElement_.IsNull());
H A Dobject_reference.h75 DCHECK(IsNull());
78 bool IsNull() const { function in class:art::mirror::ObjectReference
130 DCHECK(IsNull());
133 bool IsNull() const { function in class:art::mirror::HeapReference
H A Dreference-inl.h54 DCHECK(!java_lang_ref_Reference_.IsNull());
H A Dmethod_handle_impl.cc58 CHECK(static_class_.IsNull()) << static_class_.Read() << " " << klass;
64 CHECK(!static_class_.IsNull());
H A Dmethod_handles_lookup.cc34 CHECK(static_class_.IsNull()) << static_class_.Read() << " " << klass;
40 CHECK(!static_class_.IsNull());
H A Dclass-refvisitor-inl.h74 if (!ext.IsNull()) {
H A Ddex_cache.cc122 CHECK(strings[i].load(std::memory_order_relaxed).object.IsNull());
126 CHECK(types[i].load(std::memory_order_relaxed).object.IsNull());
138 CHECK(method_types[i].load(std::memory_order_relaxed).object.IsNull());
141 CHECK(call_sites[i].IsNull());
H A Dthrowable.h49 DCHECK(!java_lang_Throwable_.IsNull());
H A Dmethod_type.cc141 CHECK(static_class_.IsNull()) << static_class_.Read() << " " << klass;
147 CHECK(!static_class_.IsNull());
H A Dstack_trace_element.h61 DCHECK(!java_lang_StackTraceElement_.IsNull());
/art/openjdkjvmti/
H A Dti_class_loader-inl.h64 CHECK(!current_element.IsNull());
66 if (!dex_file.IsNull()) {
H A Dti_class_definition.cc118 if (m_klass.IsNull()) {
148 if (!ext.IsNull()) {
150 if (!orig_dex.IsNull()) {
187 if (ext.IsNull()) {
193 if (orig_dex.IsNull()) {
215 if (ext.IsNull() || ext->GetOriginalDexFile() == nullptr) {
/art/runtime/
H A Dgc_root.h194 DCHECK(!IsNull());
197 DCHECK(!IsNull());
202 if (!IsNull()) {
211 ALWAYS_INLINE bool IsNull() const { function in class:art::GcRoot
213 return root_.IsNull();
248 if (!root.IsNull()) {
256 if (!root->IsNull()) {
295 if (!root.IsNull()) {
303 if (!root->IsNull()) {
H A Dhidden_api.h166 if (caller_class_loader.IsNull()) {
171 if (!caller_dex_cache.IsNull()) {
179 if (!caller.IsNull() &&
231 return !caller.IsNull() &&
H A Dhandle.h65 ALWAYS_INLINE bool IsNull() const REQUIRES_SHARED(Locks::mutator_lock_) {
86 return !IsNull();
90 return IsNull();
H A Dindirect_reference_table.cc169 if (table[index].GetReference()->IsNull()) {
300 DCHECK(!p_scan->GetReference()->IsNull());
302 while (!p_scan->GetReference()->IsNull()) {
326 if (!table_[i].GetReference()->IsNull()) {
404 if (!table_[collapse_top_index - 1].GetReference()->IsNull()) {
424 if (table_[idx].GetReference()->IsNull()) {
454 if (!ref->IsNull()) {
456 DCHECK(!ref->IsNull());
H A Dobj_ptr-inl.h28 if (!kObjPtrPoisoning || IsNull()) {
H A Dquicken_info.h50 bool IsNull() const { function in class:art::QuickenInfoTable
/art/runtime/verifier/
H A Dreg_type-inl.h33 DCHECK(!IsNull());
51 if (IsNull()) {

Completed in 8228 milliseconds

1234