HomeSort by relevance Sort by last modified time
    Searched refs:GetVTableDuringLinking (Results 1 - 4 of 4) sorted by null

  /art/runtime/mirror/
class-inl.h 136 inline ObjectArray<ArtMethod>* Class::GetVTableDuringLinking() {
189 CHECK(method == GetVTableDuringLinking()->Get(i));
428 base = mirror::Class::ComputeClassSize(true, GetVTableDuringLinking()->GetLength(),
class.cc 821 ObjectArray<ArtMethod>* table = GetVTableDuringLinking();
class.h 688 ALWAYS_INLINE ObjectArray<ArtMethod>* GetVTableDuringLinking()
    [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 1160 milliseconds