Home
last modified time | relevance | path

Searched defs:sfields (Results 1 – 10 of 10) sorted by relevance

/art/compiler/dex/
Dmir_optimization_test.cc498 static const SFieldDef sfields[] = { in TEST_F() local
537 static const SFieldDef sfields[] = { in TEST_F() local
578 static const SFieldDef sfields[] = { in TEST_F() local
644 static const SFieldDef sfields[] = { in TEST_F() local
705 static const SFieldDef sfields[] = { in TEST_F() local
736 static const SFieldDef sfields[] = { in TEST_F() local
776 static const SFieldDef sfields[] = { in TEST_F() local
Dlocal_value_numbering_test.cc438 static const SFieldDef sfields[] = { in TEST_F() local
474 static const SFieldDef sfields[] = { in TEST_F() local
524 static const SFieldDef sfields[] = { in TEST_F() local
678 static const SFieldDef sfields[] = { in TEST_F() local
756 static const SFieldDef sfields[] = { in TEST_F() local
Dtype_inference_test.cc690 static const FieldDef sfields[] = { in TEST_F() local
813 static const FieldDef sfields[] = { in TEST_F() local
1728 static const FieldDef sfields[] = { in TEST_F() local
1763 static const FieldDef sfields[] = { in TEST_F() local
1798 static const FieldDef sfields[] = { in TEST_F() local
1883 static const FieldDef sfields[] = { in TEST_F() local
1937 static const FieldDef sfields[] = { in TEST_F() local
1966 static const FieldDef sfields[] = { in TEST_F() local
2017 static const FieldDef sfields[] = { in TEST_F() local
Dglobal_value_numbering_test.cc778 static const SFieldDef sfields[] = { in TEST_F() local
1412 static const SFieldDef sfields[] = { in TEST_F() local
1690 static const SFieldDef sfields[] = { in TEST_F() local
1862 static const SFieldDef sfields[] = { in TEST_F() local
1993 static const SFieldDef sfields[] = { in TEST_F() local
2137 static const SFieldDef sfields[] = { in TEST_F() local
Dtype_inference.cc620 Type* sfields = alloc->AllocArray<Type>(count, kArenaAllocDFInfo); in PrepareSFieldTypes() local
/art/runtime/gc/accounting/
Dspace_bitmap.cc225 auto* sfields = klass->GetSFields(); in WalkFieldsInOrder() local
/art/runtime/native/
Djava_lang_Class.cc114 auto* sfields = klass->GetSFields(); in GetDeclaredFields() local
/art/runtime/mirror/
Dclass-inl.h812 ArtField* const sfields = GetSFieldsUnchecked(); in VisitNativeRoots() local
/art/runtime/
Dclass_linker.cc2319 ArtField* sfields = num_sfields != 0 ? AllocArtFieldArray(self, num_sfields) : nullptr; in LoadClassMembers() local
3306 ArtField* sfields = AllocArtFieldArray(self, num_fields); in CreateProxyClass() local
/art/oatdump/
Doatdump.cc1753 ArtField* sfields = klass->GetSFields(); in Callback() local