Searched refs:IsArtMethod (Results 1 – 7 of 7) sorted by relevance
283 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()
239 inline bool Object::IsArtMethod() { in IsArtMethod() function246 DCHECK(IsArtMethod<kVerifyFlags>()); in AsArtMethod()
183 bool IsArtMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
1265 } else if (obj->IsArtMethod()) { in Callback()1311 } else if (obj->IsArtMethod()) { in Callback()
525 if (object->IsArtMethod<kVerifyNone>()) { in VisitObject()
721 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(m) || !m->IsArtMethod()) { in CheckMethodID()
1584 if (obj->IsArtMethod()) { in InitFromImageInterpretOnlyCallback()2892 DCHECK(dst->IsArtMethod()) << PrettyDescriptor(dst->GetClass()); in LoadMethod()