Searched refs:lsa (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | load_store_elimination.h | 31 const LoadStoreAnalysis& lsa, 36 lsa_(lsa) {} in HOptimization()
|
D | load_store_analysis_test.cc | 240 LoadStoreAnalysis lsa(graph_); in TEST_F() local 241 lsa.Run(); in TEST_F() 242 const HeapLocationCollector& heap_location_collector = lsa.GetHeapLocationCollector(); in TEST_F() 404 LoadStoreAnalysis lsa(graph_); in TEST_F() local 405 lsa.Run(); in TEST_F() 406 const HeapLocationCollector& heap_location_collector = lsa.GetHeapLocationCollector(); in TEST_F() 562 LoadStoreAnalysis lsa(graph_); in TEST_F() local 563 lsa.Run(); in TEST_F() 564 const HeapLocationCollector& heap_location_collector = lsa.GetHeapLocationCollector(); in TEST_F()
|
D | scheduler.cc | 578 LoadStoreAnalysis lsa(graph); in Schedule() local 580 lsa.Run(); in Schedule() 581 heap_location_collector = &lsa.GetHeapLocationCollector(); in Schedule()
|
/art/runtime/interpreter/mterp/mips/ |
D | main.S | 193 lsa rd, rs, rt, sa; \ 335 lsa t8, rix, rFP, 2; \ 337 lsa t8, rix, rREFS, 2; \ 352 lsa t8, rix, rFP, 2; \ 354 lsa t8, rix, rREFS, 2; \ 369 lsa t8, rix, rFP, 2; \ 372 lsa t8, rix, rREFS, 2; \ 390 lsa t8, rix, rFP, 2; \ 392 lsa t8, rix, rREFS, 2; \ 407 lsa t8, rix, rFP, 2; \ [all …]
|
/art/runtime/interpreter/mterp/mips64/ |
D | array.S | 19 # [d]lsa does not support shift count of 0. 107 # [d]lsa does not support shift count of 0.
|