Searched defs:cursor (Results 1 – 7 of 7) sorted by relevance
| /art/compiler/optimizing/ |
| D | nodes.cc | 819 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() 832 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() 846 void HBasicBlock::InsertPhiAfter(HPhi* phi, HPhi* cursor) { in InsertPhiAfter() 967 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() 981 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() 1373 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { in MoveBefore() 1459 HBasicBlock* HBasicBlock::SplitBefore(HInstruction* cursor) { in SplitBefore() 1506 HBasicBlock* HBasicBlock::SplitBeforeForInlining(HInstruction* cursor) { in SplitBeforeForInlining() 1537 HBasicBlock* HBasicBlock::SplitAfterForInlining(HInstruction* cursor) { in SplitAfterForInlining() 1676 void HInstructionList::AddAfter(HInstruction* cursor, const HInstructionList& instruction_list) { in AddAfter() [all …]
|
| D | dex_cache_array_fixups_arm.cc | 78 HArmDexCacheArraysBase* GetOrCreateDexCacheArrayBase(HInstruction* cursor, in GetOrCreateDexCacheArrayBase()
|
| D | inliner.cc | 767 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineMonomorphicCall() local 801 HInstruction* cursor, in AddCHAGuard() 826 HInstruction* cursor, in AddTypeGuard() 931 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCall() local 1120 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCallToSameTarget() local 1204 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineAndReplace() local
|
| D | pc_relative_fixups_x86.cc | 166 HX86ComputeBaseMethodAddress* GetPCRelativeBasePointer(HInstruction* cursor) { in GetPCRelativeBasePointer()
|
| D | scheduler.cc | 444 static void MoveAfterInBlock(HInstruction* instruction, HInstruction* cursor) { in MoveAfterInBlock()
|
| D | ssa_liveness_analysis.h | 315 UsePosition* cursor = first_use_; variable
|
| /art/compiler/utils/ |
| D | assembler.h | 267 uint8_t* cursor() const { return cursor_; } in cursor() function
|