Searched defs:AddInstruction (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/compiler/optimizing/ | ||
H A D | nodes_test.cc | 209 TEST_F(NodeTest, AddInstruction) { in TEST_F() argument |
H A D | code_sinking.cc | 123 static void AddInstruction(HInstruction* instruction, in AddInstruction() function |
H A D | nodes.cc | 1175 void HBasicBlock::AddInstruction(HInstruction* instruction) { in AddInstruction() function in art::HBasicBlock |
/aosp12/frameworks/base/startop/view_compiler/ | ||
H A D | dex_builder.cc | 355 void MethodBuilder::AddInstruction(Instruction instruction) { in AddInstruction() function in startop::dex::MethodBuilder |