Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dload_store_elimination_test.cc219 HInstruction* store = new (GetAllocator()) HArraySet(array, in AddArraySet() local
642 HInstruction* store = AddArraySet(return_block_, array_, c0, c2); in TEST_F() local
712 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F() local
735 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F() local
764 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F() local
794 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F() local
Dinduction_var_analysis_test.cc261 HInstruction* store = InsertArrayStore(basic_[0], 0); in TEST_F() local
358 HInstruction* store = InsertArrayStore(k_body, 0); in TEST_F() local
391 HInstruction* store = InsertArrayStore(k, 0); in TEST_F() local
728 HInstruction* store = InsertArrayStore(k_header, 0); in TEST_F() local
756 HInstruction* store = InsertArrayStore(k_header, 0); in TEST_F() local
853 HInstruction* store = InsertArrayStore(k_header, 0); in TEST_F() local
874 HInstruction* store = InsertArrayStore(k_header, 0); in TEST_F() local
1057 HInstruction* store = InsertArrayStore(inc, 9); in TEST_F() local
/art/test/114-ParallelGC/src/
DMain.java75 private ArrayList<Object> store; field in Main
/art/test/004-checker-UnsafeTest18/src/
DMain.java107 private static void store() { in store() method in Main
/art/runtime/interpreter/mterp/arm64ng/
Dmain.S1204 .macro OP_SPUT store="str", volatile_store="stlr", wide="0": argument
1257 .macro OP_IPUT store="str", volatile_store="stlr", wide="0": argument
/art/disassembler/
Ddisassembler_x86.cc342 bool store = false; // stores to memory (ie rm is on the left) in DumpInstruction() local
/art/runtime/
Doat_file.cc1536 SafeMap<std::string, std::string> store; in Setup() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc435 bool store = !load; in vmovaps() local