Searched defs:sfields (Results 1 - 6 of 6) sorted by last modified time

/art/compiler/dex/
H A Dglobal_value_numbering_test.cc741 static const SFieldDef sfields[] = { local
787 PrepareSFields(sfields);
1281 static const SFieldDef sfields[] = { local
1303 PrepareSFields(sfields);
1523 static const SFieldDef sfields[] = { local
1538 PrepareSFields(sfields);
1695 static const SFieldDef sfields[] = { local
1724 PrepareSFields(sfields);
1826 static const SFieldDef sfields[] = { local
1865 PrepareSFields(sfields);
1970 static const SFieldDef sfields[] = { local
[all...]
H A Dlocal_value_numbering_test.cc404 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...]
H A Dmir_optimization_test.cc223 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);
/art/oatdump/
H A Doatdump.cc1301 mirror::ObjectArray<mirror::ArtField>* sfields = obj->AsClass()->GetSFields(); local
1302 if (sfields != nullptr) {
1306 for (int32_t i = 0; i < sfields->GetLength(); i++) {
1307 mirror::ArtField* field = sfields->Get(i);
/art/runtime/
H A Dclass_linker.cc3800 mirror::ObjectArray<mirror::ArtField>* sfields = AllocArtFieldArray(self, 2); local
3801 if (UNLIKELY(sfields == nullptr)) {
3805 klass->SetSFields(sfields);
/art/runtime/mirror/
H A Dclass-inl.h464 ObjectArray<ArtField>* sfields= GetFieldObject<ObjectArray<ArtField>>( local
466 sfields->Set<false>(i, f);

Completed in 124 milliseconds