Searched defs:store (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination_test.cc | 226 HInstruction* store = new (GetAllocator()) HArraySet(array, in AddArraySet() local 662 HInstruction* store = AddArraySet(return_block_, array_, c0, c2); in TEST_F() local 735 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F() local 759 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F() local 789 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F() local 820 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F() local
|
D | induction_var_analysis_test.cc | 261 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/ |
D | Main.java | 75 private ArrayList<Object> store; field in Main
|
/art/test/004-checker-UnsafeTest18/src/ |
D | Main.java | 113 private static void store() { in store() method in Main
|
/art/disassembler/ |
D | disassembler_x86.cc | 342 bool store = false; // stores to memory (ie rm is on the left) in DumpInstruction() local
|
/art/runtime/ |
D | oat_file.cc | 1541 SafeMap<std::string, std::string> store; in Initialize() local
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 435 bool store = !load; in vmovaps() local
|