Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis_test.cc232 HInstruction* store = InsertArrayStore(basic_[0], 0); in TEST_F() local
328 HInstruction* store = InsertArrayStore(k_body, 0); in TEST_F() local
360 HInstruction* store = InsertArrayStore(k, 0); in TEST_F() local
377 HInstruction* store = InsertArrayStore(k, 0); in TEST_F() local
402 HInstruction* store = InsertArrayStore(k, 0); in TEST_F() local
493 HInstruction* store = InsertArrayStore(k, 0); in TEST_F() local
562 HInstruction* store = InsertArrayStore(inc, 9); in TEST_F() local
Dload_store_elimination.cc564 HInstruction* store = possibly_removed_stores_[i]; in RemoveInstructions() local
730 HInstruction* store = heap_value; in VisitGetLocation() local
/art/test/114-ParallelGC/src/
DMain.java75 private ArrayList<Object> store; field in Main
/art/test/004-checker-UnsafeTest18/src/
DMain.java113 private static void store() { in store() method in Main
/art/disassembler/
Ddisassembler_x86.cc298 bool store = false; // stores to memory (ie rm is on the left) in DumpInstruction() local