Home
last modified time | relevance | path

Searched defs:store (Results 1 – 9 of 9) sorted by relevance

/art/test/114-ParallelGC/src/
DMain.java84 private ArrayList<Object> store; field in Main
/art/compiler/optimizing/
Dinduction_var_analysis_test.cc262 HInstruction* store = InsertArrayStore(basic_[0], 0); in TEST_F() local
359 HInstruction* store = InsertArrayStore(k_body, 0); in TEST_F() local
392 HInstruction* store = InsertArrayStore(k, 0); in TEST_F() local
729 HInstruction* store = InsertArrayStore(k_header, 0); in TEST_F() local
757 HInstruction* store = InsertArrayStore(k_header, 0); in TEST_F() local
854 HInstruction* store = InsertArrayStore(k_header, 0); in TEST_F() local
875 HInstruction* store = InsertArrayStore(k_header, 0); in TEST_F() local
1058 HInstruction* store = InsertArrayStore(inc, 9); in TEST_F() local
Dload_store_elimination_test.cc286 HInstruction* store = in AddArraySet() local
1015 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F() local
1038 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F() local
1067 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F() local
1098 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F() local
2487 HInstruction* store = MakeIFieldSet(new_inst, c12, MemberOffset(32)); in TEST_F() local
3206 HInstruction* store = MakeIFieldSet(new_inst, c12, MemberOffset(32)); in TEST_F() local
3291 HInstruction* store = MakeIFieldSet(new_inst, c12, MemberOffset(32)); in TEST_F() local
3458 HInstruction* store = MakeIFieldSet(new_inst, c12, MemberOffset(32)); in TEST_F() local
Dload_store_analysis_test.cc1985 HInstruction* store = new (GetAllocator()) HInstanceFieldSet(new_inst, in TEST_F() local
Dload_store_elimination.cc2983 HInstruction* store = entry.first; in FindStoresWritingOldValues() local
/art/test/004-checker-UnsafeTest18/src/
DMain.java107 private static void store() { in store() method in Main
/art/disassembler/
Ddisassembler_x86.cc342 bool store = false; // stores to memory (ie rm is on the left) in DumpInstruction() local
/art/runtime/
Doat_file.cc1835 SafeMap<std::string, std::string> store; in SetupHeader() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc435 bool store = !load; in vmovaps() local