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

  /art/runtime/
class_linker_test.cc     [all...]
proxy_test.cc 163 EXPECT_TRUE(proxyClass->GetIFieldsPtr() == nullptr);
reflection.cc 788 ArtField* primitive_field = &klass->GetIFieldsPtr()->At(0);
    [all...]
class_linker.cc     [all...]
  /art/runtime/mirror/
class-inl.h 541 inline LengthPrefixedArray<ArtField>* Class::GetIFieldsPtr() {
615 return &GetIFieldsPtr()->At(i);
    [all...]
class.cc 671 return FindFieldByNameAndType(GetIFieldsPtr(), name, type);
    [all...]
class.h     [all...]
  /art/runtime/native/
java_lang_Class.cc 223 ArtField* art_field = FindFieldByName(self, name, c->GetIFieldsPtr());
  /art/compiler/
image_writer.cc     [all...]

Completed in 2479 milliseconds