Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1007 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()
1020 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter()
1034 void HBasicBlock::InsertPhiAfter(HPhi* phi, HPhi* cursor) { in InsertPhiAfter()
1152 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()
1166 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter()
1710 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { in MoveBefore()
1796 HBasicBlock* HBasicBlock::SplitBefore(HInstruction* cursor) { in SplitBefore()
1843 HBasicBlock* HBasicBlock::SplitBeforeForInlining(HInstruction* cursor) { in SplitBeforeForInlining()
1874 HBasicBlock* HBasicBlock::SplitAfterForInlining(HInstruction* cursor) { in SplitAfterForInlining()
2022 void HInstructionList::AddAfter(HInstruction* cursor, const HInstructionList& instruction_list) { in AddAfter()
[all …]
Dinliner.cc840 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineMonomorphicCall() local
874 HInstruction* cursor, in AddCHAGuard()
899 HInstruction* cursor, in AddTypeGuard()
1004 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCall() local
1193 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCallToSameTarget() local
1278 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineAndReplace() local
Dpc_relative_fixups_x86.cc168 HX86ComputeBaseMethodAddress* GetPCRelativeBasePointer(HInstruction* cursor) { in GetPCRelativeBasePointer()
Dscheduler.cc641 static void MoveAfterInBlock(HInstruction* instruction, HInstruction* cursor) { in MoveAfterInBlock()
Dinstruction_simplifier.cc851 HInstruction* cursor) { in NewIntegralAbs()
/art/compiler/utils/
Dassembler.h268 uint8_t* cursor() const { return cursor_; } in cursor() function