Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.cc169 const uint8_t* VdexFile::GetNextDexFileData(const uint8_t* cursor, uint32_t dex_file_index) const { in GetNextDexFileData() argument
185 const uint8_t* VdexFile::GetNextTypeLookupTableData(const uint8_t* cursor, in GetNextTypeLookupTableData()
477 const uint8_t* cursor = verifier_deps + class_def_offset; in ComputeClassStatus() local
Dclass_loader_context.cc240 size_t cursor = 0; in ParseClassLoaderSpec() local
/art/runtime/verifier/
Dverifier_deps.cc421 static bool DecodeSetVector(const uint8_t** cursor, in DecodeSetVector()
487 static inline bool DecodeStringVector(const uint8_t** cursor, in DecodeStringVector()
536 const uint8_t** cursor, in DecodeDexFileDeps()
562 const uint8_t* cursor = data_start; in ParseStoredData() local
594 const uint8_t* cursor = data_start; in ParseVerifiedClasses() local
/art/compiler/optimizing/
Dnodes.cc1183 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()
1196 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter()
1210 void HBasicBlock::InsertPhiAfter(HPhi* phi, HPhi* cursor) { in InsertPhiAfter()
1394 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()
1408 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter()
2023 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { in MoveBefore()
2109 HBasicBlock* HBasicBlock::SplitBefore(HInstruction* cursor) { in SplitBefore()
2156 HBasicBlock* HBasicBlock::SplitBeforeForInlining(HInstruction* cursor) { in SplitBeforeForInlining()
2187 HBasicBlock* HBasicBlock::SplitAfterForInlining(HInstruction* cursor) { in SplitAfterForInlining()
2340 void HInstructionList::AddAfter(HInstruction* cursor, const HInstructionList& instruction_list) { in AddAfter()
[all …]
Dinliner.cc508 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineFromCHA() local
771 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineMonomorphicCall() local
803 HInstruction* cursor, in AddCHAGuard()
828 HInstruction* cursor, in AddTypeGuard()
939 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCall() local
1120 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCallToSameTarget() local
Dpc_relative_fixups_x86.cc162 HX86ComputeBaseMethodAddress* GetPCRelativeBasePointer(HInstruction* cursor) { in GetPCRelativeBasePointer()
Dscheduler.cc657 static void MoveAfterInBlock(HInstruction* instruction, HInstruction* cursor) { in MoveAfterInBlock()
Dinstruction_simplifier.cc877 HInstruction* cursor) { in NewIntegralAbs()
889 HInstruction* cursor, in NewIntegralMinMax()
/art/compiler/utils/
Dassembler.h267 uint8_t* cursor() const { return cursor_; } in cursor() function