Searched defs:RemoveInstruction (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/compiler/optimizing/ | ||
H A D | nodes_test.cc | 144 TEST_F(NodeTest, RemoveInstruction) { in TEST_F() argument |
H A D | nodes.cc | 1234 void HBasicBlock::RemoveInstruction(HInstruction* instruction, bool ensure_safety) { in RemoveInstruction() function in art::HBasicBlock |