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

  /art/compiler/dex/
mir_optimization_test.cc 223 static const SFieldDef sfields[] = { local
254 PrepareSFields(sfields);
266 static const SFieldDef sfields[] = { local
327 PrepareSFields(sfields);
339 static const SFieldDef sfields[] = { local
361 PrepareSFields(sfields);
373 static const SFieldDef sfields[] = { local
404 PrepareSFields(sfields);
local_value_numbering_test.cc 404 static const SFieldDef sfields[] = { local
420 PrepareSFields(sfields);
437 static const SFieldDef sfields[] = { local
453 PrepareSFields(sfields);
487 static const SFieldDef sfields[] = { local
511 PrepareSFields(sfields);
634 static const SFieldDef sfields[] = { local
663 PrepareSFields(sfields);
712 static const SFieldDef sfields[] = { local
724 PrepareSFields(sfields);
    [all...]
global_value_numbering_test.cc 740 TEST_F(GlobalValueNumberingTestDiamond, SFields) {
741 static const SFieldDef sfields[] = { local
787 PrepareSFields(sfields);
1281 static const SFieldDef sfields[] = { local
1523 static const SFieldDef sfields[] = { local
1695 static const SFieldDef sfields[] = { local
1826 static const SFieldDef sfields[] = { local
1970 static const SFieldDef sfields[] = { local
    [all...]
  /art/runtime/mirror/
class-inl.h 464 ObjectArray<ArtField>* sfields= GetFieldObject<ObjectArray<ArtField>>( local
466 sfields->Set<false>(i, f);
611 // Visit the static fields first so that we don't overwrite the SFields / IFields instance
  /art/oatdump/
oatdump.cc 1301 mirror::ObjectArray<mirror::ArtField>* sfields = obj->AsClass()->GetSFields(); local
    [all...]
  /art/runtime/
class_linker.cc 3800 mirror::ObjectArray<mirror::ArtField>* sfields = AllocArtFieldArray(self, 2); local
    [all...]

Completed in 496 milliseconds