Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc864 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
Dpc_relative_fixups_x86.cc162 HX86ComputeBaseMethodAddress* GetPCRelativeBasePointer(HInstruction* cursor) { in GetPCRelativeBasePointer()
Dscheduler.cc678 static void MoveAfterInBlock(HInstruction* instruction, HInstruction* cursor) { in MoveAfterInBlock()
Dinstruction_simplifier.cc853 HInstruction* cursor) { in NewIntegralAbs()
865 HInstruction* cursor, in NewIntegralMinMax()
/art/compiler/utils/
Dassembler.h268 uint8_t* cursor() const { return cursor_; } in cursor() function
/art/runtime/
Dclass_loader_context.cc239 size_t cursor = 0; in ParseClassLoaderSpec() local