Searched defs:store (Results 1 – 9 of 9) sorted by relevance
| /art/adbconnection/ |
| D | jdwpargs.h | 49 std::unordered_map<std::string, std::string> store; variable
|
| /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 | 212 HInstruction* store = InsertArrayStore(basic_[0], 0); in TEST_F() local 307 HInstruction* store = InsertArrayStore(k_body, 0); in TEST_F() local 338 HInstruction* store = InsertArrayStore(k, 0); in TEST_F() local 675 HInstruction* store = InsertArrayStore(k_header, 0); in TEST_F() local 703 HInstruction* store = InsertArrayStore(k_header, 0); in TEST_F() local 800 HInstruction* store = InsertArrayStore(k_header, 0); in TEST_F() local 821 HInstruction* store = InsertArrayStore(k_header, 0); in TEST_F() local 1004 HInstruction* store = InsertArrayStore(inc, 9); in TEST_F() local
|
| D | load_store_elimination_test.cc | 758 HInstruction* store = MakeArraySet(return_block_, array_, c0, load); in TEST_F() local 781 HInstruction* store = MakeArraySet(return_block_, array_, c0, load); in TEST_F() local 810 HInstruction* store = MakeArraySet(return_block_, array_, c0, load); in TEST_F() local 842 HInstruction* store = MakeArraySet(return_block_, array_, c0, load); in TEST_F() local
|
| D | load_store_analysis_test.cc | 652 HInstruction* store = MakeIFieldSet(start, new_inst, c12, MemberOffset(32)); in TEST_F() 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/oat/ |
| D | oat_file.cc | 1931 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
|