Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h92 void InsertInstructionAtTop(HInstruction* instruction);
Dinstruction_builder.cc249 void HInstructionBuilder::InsertInstructionAtTop(HInstruction* instruction) { in InsertInstructionAtTop() function in art::HInstructionBuilder
348 InsertInstructionAtTop(suspend_check); in Build()