Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-inl.h159 DCHECK(ShouldHaveEmbeddedImtAndVTable()); in GetEmbeddedImTableEntry()
165 DCHECK(ShouldHaveEmbeddedImtAndVTable()); in SetEmbeddedImTableEntry()
170 return GetVTable() != nullptr || ShouldHaveEmbeddedImtAndVTable(); in HasVTable()
174 if (ShouldHaveEmbeddedImtAndVTable()) { in GetVTableLength()
181 if (ShouldHaveEmbeddedImtAndVTable()) { in GetVTableEntry()
442 if (ShouldHaveEmbeddedImtAndVTable()) { in GetFirstReferenceStaticFieldOffset()
453 if (ShouldHaveEmbeddedImtAndVTable()) { in GetFirstReferenceStaticFieldOffsetDuringLinking()
Dclass.h311 return s < Status::kStatusResolving && ShouldHaveEmbeddedImtAndVTable(); in IsTemp()
754 bool ShouldHaveEmbeddedImtAndVTable() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in ShouldHaveEmbeddedImtAndVTable() function
/art/runtime/interpreter/
Dinterpreter_common.h141 CHECK(receiver->GetClass()->ShouldHaveEmbeddedImtAndVTable()); in DoInvokeVirtualQuick()
/art/patchoat/
Dpatchoat.cc621 if (klass->ShouldHaveEmbeddedImtAndVTable()) { in VisitObject()
/art/runtime/
Dclass_linker.cc1080 if (klass->ShouldHaveEmbeddedImtAndVTable()) { in SanityCheckObjectsCallback()
4061 if (klass->ShouldHaveEmbeddedImtAndVTable()) { in LinkClass()
4527 if (super_class->ShouldHaveEmbeddedImtAndVTable()) { in LinkVirtualMethods()
4789 if (super_class->ShouldHaveEmbeddedImtAndVTable()) { in LinkInterfaceMethods()
Dclass_linker_test.cc150 EXPECT_TRUE(array->ShouldHaveEmbeddedImtAndVTable()); in AssertArrayClass()
/art/compiler/
Dimage_writer.cc1264 if (orig->ShouldHaveEmbeddedImtAndVTable()) { in FixupClass()