Home
last modified time | relevance | path

Searched refs:IsArtMethod (Results 1 – 7 of 7) sorted by relevance

/art/compiler/
Dimage_writer.cc283 if (object->IsArtMethod()) { in AssignImageBinSlot()
354 } else if (object->IsArtMethod<kVerifyNone>()) { in AssignImageBinSlot()
982 if (obj->IsArtMethod()) { in CopyAndFixupObjectsCallback()
1067 if (orig->IsArtMethod<kVerifyNone>()) { in FixupObject()
/art/runtime/mirror/
Dobject-inl.h239 inline bool Object::IsArtMethod() { in IsArtMethod() function
246 DCHECK(IsArtMethod<kVerifyFlags>()); in AsArtMethod()
Dobject.h183 bool IsArtMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/oatdump/
Doatdump.cc1265 } else if (obj->IsArtMethod()) { in Callback()
1311 } else if (obj->IsArtMethod()) { in Callback()
/art/patchoat/
Dpatchoat.cc525 if (object->IsArtMethod<kVerifyNone>()) { in VisitObject()
/art/runtime/
Dcheck_jni.cc721 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(m) || !m->IsArtMethod()) { in CheckMethodID()
Dclass_linker.cc1584 if (obj->IsArtMethod()) { in InitFromImageInterpretOnlyCallback()
2892 DCHECK(dst->IsArtMethod()) << PrettyDescriptor(dst->GetClass()); in LoadMethod()