Searched refs:IsClassLoader (Results 1 - 4 of 4) sorted by relevance

/art/runtime/mirror/
H A Dobject-inl.h1101 inline bool Object::IsClassLoader() { function in class:art::mirror::Object
1107 DCHECK((IsClassLoader<kVerifyFlags, kReadBarrierOption>()));
H A Dobject.h178 bool IsClassLoader() SHARED_REQUIRES(Locks::mutator_lock_);
/art/compiler/
H A Dimage_writer.cc1193 } else if (obj->IsClassLoader()) {
/art/runtime/interpreter/
H A Dunstarted_runtime.cc504 CHECK(this_obj->IsClassLoader());

Completed in 4700 milliseconds