Searched defs:store (Results 1 – 9 of 9) sorted by relevance
| /art/test/114-ParallelGC/src/ |
| D | Main.java | 75 private ArrayList<Object> store; field in Main
|
| /art/compiler/optimizing/ |
| 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
|
| D | load_store_elimination_test.cc | 251 HInstruction* store = in AddArraySet() local 970 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F() local 993 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F() local 1022 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F() local 1052 HInstruction* store = AddArraySet(return_block_, array_, c0, load); in TEST_F() local 2443 HInstruction* store = MakeIFieldSet(new_inst, c12, MemberOffset(32)); in TEST_F() local 3182 HInstruction* store = MakeIFieldSet(new_inst, c12, MemberOffset(32)); in TEST_F() local 3271 HInstruction* store = MakeIFieldSet(new_inst, c12, MemberOffset(32)); in TEST_F() local 3442 HInstruction* store = MakeIFieldSet(new_inst, c12, MemberOffset(32)); in TEST_F() local
|
| D | load_store_analysis_test.cc | 1971 HInstruction* store = new (GetAllocator()) HInstanceFieldSet(new_inst, in TEST_F() local
|
| D | load_store_elimination.cc | 2837 HInstruction* store = entry.first; in FindStoresWritingOldValues() local
|
| /art/test/004-checker-UnsafeTest18/src/ |
| D | Main.java | 107 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 | 1671 SafeMap<std::string, std::string> store; in SetupHeader() local
|
| /art/compiler/utils/x86_64/ |
| D | assembler_x86_64.cc | 435 bool store = !load; in vmovaps() local
|