Home
last modified time | relevance | path

Searched defs:cursor (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc491 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()
504 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter()
518 void HBasicBlock::InsertPhiAfter(HPhi* phi, HPhi* cursor) { in InsertPhiAfter()
633 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()
647 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter()
903 void HInstruction::MoveBefore(HInstruction* cursor) { in MoveBefore()
926 HBasicBlock* HBasicBlock::SplitAfter(HInstruction* cursor) { in SplitAfter()
995 void HInstructionList::AddAfter(HInstruction* cursor, const HInstructionList& instruction_list) { in AddAfter()
Dssa_liveness_analysis.h277 UsePosition* cursor = first_use_; variable
/art/compiler/utils/
Dassembler.h336 uint8_t* cursor() const { return cursor_; } in cursor() function