Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc819 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 …]
Ddex_cache_array_fixups_arm.cc78 HArmDexCacheArraysBase* GetOrCreateDexCacheArrayBase(HInstruction* cursor, in GetOrCreateDexCacheArrayBase()
Dinliner.cc767 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
Dpc_relative_fixups_x86.cc166 HX86ComputeBaseMethodAddress* GetPCRelativeBasePointer(HInstruction* cursor) { in GetPCRelativeBasePointer()
Dscheduler.cc444 static void MoveAfterInBlock(HInstruction* instruction, HInstruction* cursor) { in MoveAfterInBlock()
Dssa_liveness_analysis.h315 UsePosition* cursor = first_use_; variable
/art/compiler/utils/
Dassembler.h267 uint8_t* cursor() const { return cursor_; } in cursor() function