Searched refs:lsa (Results 1 – 7 of 7) 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 | 236 LoadStoreAnalysis lsa(graph_); in TEST_F() local 237 lsa.Run(); in TEST_F() 238 const HeapLocationCollector& heap_location_collector = lsa.GetHeapLocationCollector(); in TEST_F() 400 LoadStoreAnalysis lsa(graph_); in TEST_F() local 401 lsa.Run(); in TEST_F() 402 const HeapLocationCollector& heap_location_collector = lsa.GetHeapLocationCollector(); in TEST_F() 553 LoadStoreAnalysis lsa(graph_); in TEST_F() local 554 lsa.Run(); in TEST_F() 555 const HeapLocationCollector& heap_location_collector = lsa.GetHeapLocationCollector(); in TEST_F()
|
D | scheduler.cc | 548 LoadStoreAnalysis lsa(graph); in Schedule() local 550 lsa.Run(); in Schedule() 551 scheduling_graph_.SetHeapLocationCollector(lsa.GetHeapLocationCollector()); in Schedule()
|
/art/runtime/interpreter/mterp/mips/ |
D | header.S | 192 lsa rd, rs, rt, sa; \ 334 lsa t8, rix, rFP, 2; \ 336 lsa t8, rix, rREFS, 2; \ 351 lsa t8, rix, rFP, 2; \ 353 lsa t8, rix, rREFS, 2; \ 368 lsa t8, rix, rFP, 2; \ 371 lsa t8, rix, rREFS, 2; \ 389 lsa t8, rix, rFP, 2; \ 391 lsa t8, rix, rREFS, 2; \ 406 lsa t8, rix, rFP, 2; \ [all …]
|
/art/runtime/interpreter/mterp/mips64/ |
D | op_aget.S | 19 # [d]lsa does not support shift count of 0.
|
D | op_aput.S | 19 # [d]lsa does not support shift count of 0.
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_mips64.S | 1817 # [d]lsa does not support shift count of 0. 1903 # [d]lsa does not support shift count of 0. 1938 # [d]lsa does not support shift count of 0. 1973 # [d]lsa does not support shift count of 0. 2008 # [d]lsa does not support shift count of 0. 2042 # [d]lsa does not support shift count of 0. 2121 # [d]lsa does not support shift count of 0. 2156 # [d]lsa does not support shift count of 0. 2191 # [d]lsa does not support shift count of 0. 2226 # [d]lsa does not support shift count of 0.
|