Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.cc188 const uint8_t* VdexFile::GetNextDexFileData(const uint8_t* cursor, uint32_t dex_file_index) const { in GetNextDexFileData() argument
204 const uint8_t* VdexFile::GetNextTypeLookupTableData(const uint8_t* cursor, in GetNextTypeLookupTableData()
496 const uint8_t* cursor = verifier_deps + class_def_offset; in ComputeClassStatus() local
Dclass_loader_context.cc244 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.cc1184 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()
1197 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter()
1211 void HBasicBlock::InsertPhiAfter(HPhi* phi, HPhi* cursor) { in InsertPhiAfter()
1395 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()
1409 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter()
2025 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { in MoveBefore()
2111 HBasicBlock* HBasicBlock::SplitBefore(HInstruction* cursor) { in SplitBefore()
2158 HBasicBlock* HBasicBlock::SplitBeforeForInlining(HInstruction* cursor) { in SplitBeforeForInlining()
2189 HBasicBlock* HBasicBlock::SplitAfterForInlining(HInstruction* cursor) { in SplitAfterForInlining()
2342 void HInstructionList::AddAfter(HInstruction* cursor, const HInstructionList& instruction_list) { in AddAfter()
[all …]
Dinliner.cc516 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineFromCHA() local
784 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineMonomorphicCall() local
816 HInstruction* cursor, in AddCHAGuard()
846 HInstruction* cursor, in AddTypeGuard()
957 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCall() local
1156 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.cc881 HInstruction* cursor) { in NewIntegralAbs()
893 HInstruction* cursor, in NewIntegralMinMax()
/art/compiler/utils/
Dassembler.h267 uint8_t* cursor() const { return cursor_; } in cursor() function