Searched defs:cursor (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | nodes.cc | 1007 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 …]
|
D | inliner.cc | 840 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
|
D | pc_relative_fixups_x86.cc | 168 HX86ComputeBaseMethodAddress* GetPCRelativeBasePointer(HInstruction* cursor) { in GetPCRelativeBasePointer()
|
D | scheduler.cc | 641 static void MoveAfterInBlock(HInstruction* instruction, HInstruction* cursor) { in MoveAfterInBlock()
|
D | instruction_simplifier.cc | 851 HInstruction* cursor) { in NewIntegralAbs()
|
/art/compiler/utils/ |
D | assembler.h | 268 uint8_t* cursor() const { return cursor_; } in cursor() function
|