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

  /art/runtime/mirror/
class-inl.h 300 return GetEmbeddedVTableEntry(i, pointer_size);
328 inline ArtMethod* Class::GetEmbeddedVTableEntry(uint32_t i, PointerSize pointer_size) {
    [all...]
class.h     [all...]
  /art/runtime/interpreter/
interpreter_common.h 243 ArtMethod* const called_method = receiver->GetClass()->GetEmbeddedVTableEntry(
  /art/runtime/interpreter/mterp/
mterp.cc 275 ArtMethod* const called_method = receiver->GetClass()->GetEmbeddedVTableEntry(
    [all...]
  /art/compiler/optimizing/
inliner.cc     [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 983 milliseconds