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

  /art/runtime/mirror/
class-inl.h 90 return ArraySlice<ArtMethod>(GetMethodsPtr(),
105 return ArraySlice<ArtMethod>(GetMethodsPtr(),
119 return ArraySlice<ArtMethod>(GetMethodsPtr(),
134 LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr();
150 LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr();
158 inline LengthPrefixedArray<ArtMethod>* Class::GetMethodsPtr() {
166 LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr();
176 LengthPrefixedArray<ArtMethod>* methods = GetMethodsPtr();
193 DCHECK(GetMethodsPtr() == nullptr);
    [all...]
class.h 709 ALWAYS_INLINE LengthPrefixedArray<ArtMethod>* GetMethodsPtr()
    [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 470 auto* methods_ptr = type->GetMethodsPtr();
477 DCHECK(type->GetMethodsPtr() != nullptr);
  /art/compiler/
image_writer.cc     [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 213 milliseconds