Home
last modified time | relevance | path

Searched refs:InsertInstructionAtTop (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinstruction_builder.h87 void InsertInstructionAtTop(HInstruction* instruction);
Dinstruction_builder.cc286 void HInstructionBuilder::InsertInstructionAtTop(HInstruction* instruction) { in InsertInstructionAtTop() function in art::HInstructionBuilder
385 InsertInstructionAtTop(suspend_check); in Build()