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

  /art/runtime/interpreter/
interpreter_common.h 144 ArtMethod* const method = receiver->GetClass()->GetEmbeddedVTableEntry(vtable_idx);
  /art/runtime/mirror/
class-inl.h 168 return GetEmbeddedVTableEntry(i);
181 inline ArtMethod* Class::GetEmbeddedVTableEntry(uint32_t i) {
class.h 728 ArtMethod* GetEmbeddedVTableEntry(uint32_t i) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
    [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 54 milliseconds