Searched defs:cursor (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | vdex_file.cc | 188 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
|
D | class_loader_context.cc | 244 size_t cursor = 0; in ParseClassLoaderSpec() local
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 421 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/ |
D | nodes.cc | 1184 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 …]
|
D | inliner.cc | 516 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
|
D | pc_relative_fixups_x86.cc | 162 HX86ComputeBaseMethodAddress* GetPCRelativeBasePointer(HInstruction* cursor) { in GetPCRelativeBasePointer()
|
D | scheduler.cc | 657 static void MoveAfterInBlock(HInstruction* instruction, HInstruction* cursor) { in MoveAfterInBlock()
|
D | instruction_simplifier.cc | 881 HInstruction* cursor) { in NewIntegralAbs() 893 HInstruction* cursor, in NewIntegralMinMax()
|
/art/compiler/utils/ |
D | assembler.h | 267 uint8_t* cursor() const { return cursor_; } in cursor() function
|