Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc790 void HBasicBlock::MoveInstructionBefore(HInstruction* insn, HInstruction* cursor) { in MoveInstructionBefore()
825 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()
838 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter()
852 void HBasicBlock::InsertPhiAfter(HPhi* phi, HPhi* cursor) { in InsertPhiAfter()
973 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()
987 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter()
1353 void HInstruction::MoveBefore(HInstruction* cursor) { in MoveBefore()
1430 HBasicBlock* HBasicBlock::SplitBefore(HInstruction* cursor) { in SplitBefore()
1477 HBasicBlock* HBasicBlock::SplitBeforeForInlining(HInstruction* cursor) { in SplitBeforeForInlining()
1508 HBasicBlock* HBasicBlock::SplitAfterForInlining(HInstruction* cursor) { in SplitAfterForInlining()
[all …]
Dinliner.cc393 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineMonomorphicCall() local
424 HInstruction* cursor, in AddTypeGuard()
494 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCall() local
676 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCallToSameTarget() local
Dssa_liveness_analysis.h281 UsePosition* cursor = first_use_; variable
/art/compiler/utils/
Dassembler.h265 uint8_t* cursor() const { return cursor_; } in cursor() function