Searched defs:store (Results 1 – 9 of 9) sorted by relevance
/art/test/114-ParallelGC/src/ |
D | Main.java | 84 private ArrayList<Object> store; field in Main
|
/art/compiler/optimizing/ |
D | induction_var_analysis_test.cc | 262 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
|
D | load_store_elimination_test.cc | 286 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
|
D | load_store_analysis_test.cc | 1985 HInstruction* store = new (GetAllocator()) HInstanceFieldSet(new_inst, in TEST_F() local
|
D | load_store_elimination.cc | 2983 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 | 1835 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
|