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

/art/runtime/
H A Dclass_linker.cc397 // Setup the primitive array type classes - can't be done until Object has a vtable.
3143 // up a vtable. We can just point at the one in java_lang_Object_.
3879 // Link the fields and virtual methods, creating vtable and iftables
4781 // Populate the class vtable and itable. Compute return type indices.
4786 // No vtable.
4917 Handle<mirror::ObjectArray<mirror::ArtMethod>> vtable; local
4919 vtable = hs.NewHandle(AllocArtMethodArray(self, max_count));
4920 if (UNLIKELY(vtable.Get() == nullptr)) {
4925 vtable->SetWithoutChecks<false>(i, super_class->GetEmbeddedVTableEntry(i));
4928 klass->SetVTable(vtable
5030 mirror::ObjectArray<mirror::ArtMethod>* vtable = AllocArtMethodArray(self, num_virtual_methods); local
5339 mirror::ObjectArray<mirror::ArtMethod>* vtable = klass->GetVTableDuringLinking(); variable
[all...]

Completed in 24 milliseconds