Home
last modified time | relevance | path

Searched defs:AddInstruction (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/compiler/optimizing/
H A Dnodes_test.cc209 TEST_F(NodeTest, AddInstruction) { in TEST_F() argument
H A Dcode_sinking.cc123 static void AddInstruction(HInstruction* instruction, in AddInstruction() function
H A Dnodes.cc1175 void HBasicBlock::AddInstruction(HInstruction* instruction) { in AddInstruction() function in art::HBasicBlock
1382 void HInstructionList::AddInstruction(HInstruction* instruction) { in AddInstruction() function in art::HInstructionList
/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_builder.cc355 void MethodBuilder::AddInstruction(Instruction instruction) { in AddInstruction() function in startop::dex::MethodBuilder