Searched defs:cursor (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | nodes.cc | 1010 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() 1023 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() 1037 void HBasicBlock::InsertPhiAfter(HPhi* phi, HPhi* cursor) { in InsertPhiAfter() 1172 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() 1186 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 …]
|
D | inliner.cc | 864 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineMonomorphicCall() local 898 HInstruction* cursor, in AddCHAGuard() 923 HInstruction* cursor, in AddTypeGuard() 1028 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCall() local 1217 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCallToSameTarget() local 1302 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineAndReplace() local
|
D | pc_relative_fixups_x86.cc | 162 HX86ComputeBaseMethodAddress* GetPCRelativeBasePointer(HInstruction* cursor) { in GetPCRelativeBasePointer()
|
D | scheduler.cc | 678 static void MoveAfterInBlock(HInstruction* instruction, HInstruction* cursor) { in MoveAfterInBlock()
|
D | instruction_simplifier.cc | 853 HInstruction* cursor) { in NewIntegralAbs() 865 HInstruction* cursor, in NewIntegralMinMax()
|
/art/compiler/utils/ |
D | assembler.h | 268 uint8_t* cursor() const { return cursor_; } in cursor() function
|
/art/runtime/ |
D | class_loader_context.cc | 239 size_t cursor = 0; in ParseClassLoaderSpec() local
|