Searched defs:call_left (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ |
H A D | load_store_analysis_test.cc | 509 HInstruction* call_left = MakeInvokeStatic(left, DataType::Type::kVoid, {new_inst}); in TEST_F() local 585 HInstruction* call_left = MakeInvokeStatic(high_left, DataType::Type::kVoid, {new_inst}); in TEST_F() local 658 HInstruction* call_left = MakeInvokeStatic(left_merge, DataType::Type::kVoid, {left_phi}); in TEST_F() local
|
H A D | load_store_elimination_test.cc | 1849 HInstruction* call_left = MakeInvokeStatic(left, DataType::Type::kVoid, { new_inst }); in TEST_F() local 1900 HInstruction* call_left = MakeInvokeStatic(left, DataType::Type::kVoid, { new_inst }); in TEST_F() local 2127 HInstruction* call_left = MakeInvokeStatic(left, DataType::Type::kVoid, { new_inst }); in TEST_F() local 2193 HInstruction* call_left = MakeInvokeStatic(left, DataType::Type::kVoid, { new_inst }); in TEST_F() local
|