Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1009 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()
1022 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter()
1036 void HBasicBlock::InsertPhiAfter(HPhi* phi, HPhi* cursor) { in InsertPhiAfter()
1171 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()
1185 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter()
1751 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { in MoveBefore()
1837 HBasicBlock* HBasicBlock::SplitBefore(HInstruction* cursor) { in SplitBefore()
1884 HBasicBlock* HBasicBlock::SplitBeforeForInlining(HInstruction* cursor) { in SplitBeforeForInlining()
1915 HBasicBlock* HBasicBlock::SplitAfterForInlining(HInstruction* cursor) { in SplitAfterForInlining()
2068 void HInstructionList::AddAfter(HInstruction* cursor, const HInstructionList& instruction_list) { in AddAfter()
[all …]
Dinliner.cc879 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineMonomorphicCall() local
912 HInstruction* cursor, in AddCHAGuard()
937 HInstruction* cursor, in AddTypeGuard()
1042 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCall() local
1230 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCallToSameTarget() local
1314 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineAndReplace() local
Dpc_relative_fixups_x86.cc162 HX86ComputeBaseMethodAddress* GetPCRelativeBasePointer(HInstruction* cursor) { in GetPCRelativeBasePointer()
Dscheduler.cc663 static void MoveAfterInBlock(HInstruction* instruction, HInstruction* cursor) { in MoveAfterInBlock()
Dinstruction_simplifier.cc849 HInstruction* cursor) { in NewIntegralAbs()
861 HInstruction* cursor, in NewIntegralMinMax()
/art/compiler/utils/
Dassembler.h267 uint8_t* cursor() const { return cursor_; } in cursor() function
/art/runtime/
Dclass_loader_context.cc243 size_t cursor = 0; in ParseClassLoaderSpec() local