Searched defs:cursor (Results 1 – 4 of 4) sorted by relevance
790 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 …]
393 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineMonomorphicCall() local424 HInstruction* cursor, in AddTypeGuard()494 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCall() local676 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCallToSameTarget() local
281 UsePosition* cursor = first_use_; variable
265 uint8_t* cursor() const { return cursor_; } in cursor() function