Searched defs:cursor (Results 1 – 9 of 9) sorted by relevance
| /art/runtime/ |
| D | vdex_file.cc | 224 const uint8_t* VdexFile::GetNextDexFileData(const uint8_t* cursor, uint32_t dex_file_index) const { in GetNextDexFileData() argument 240 const uint8_t* VdexFile::GetNextTypeLookupTableData(const uint8_t* cursor, in GetNextTypeLookupTableData() 535 const uint8_t* cursor = verifier_deps + class_def_offset; in ComputeClassStatus() local
|
| D | class_loader_context.cc | 239 size_t cursor = 0; in ParseClassLoaderSpec() local
|
| /art/runtime/verifier/ |
| D | verifier_deps.cc | 431 static bool DecodeSetVector(const uint8_t** cursor, in DecodeSetVector() 497 static inline bool DecodeStringVector(const uint8_t** cursor, in DecodeStringVector() 546 const uint8_t** cursor, in DecodeDexFileDeps() 570 const uint8_t* cursor = data_start; in ParseStoredData() local 599 const uint8_t* cursor = data_start; in ParseVerifiedClasses() local
|
| /art/compiler/optimizing/ |
| D | nodes.cc | 1108 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() 1122 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() 1137 void HBasicBlock::InsertPhiAfter(HPhi* phi, HPhi* cursor) { in InsertPhiAfter() 1324 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() 1338 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() 2050 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { in MoveBefore() 2136 HBasicBlock* HBasicBlock::SplitBefore(HInstruction* cursor, bool require_graph_not_in_ssa_form) { in SplitBefore() 2184 HBasicBlock* HBasicBlock::SplitBeforeForInlining(HInstruction* cursor) { in SplitBeforeForInlining() 2215 HBasicBlock* HBasicBlock::SplitAfterForInlining(HInstruction* cursor) { in SplitAfterForInlining() 2368 void HInstructionList::AddAfter(HInstruction* cursor, const HInstructionList& instruction_list) { in AddAfter() [all …]
|
| D | inliner.cc | 594 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineFromCHA() local 895 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineMonomorphicCall() local 924 HInstruction* cursor, in AddCHAGuard() 954 HInstruction* cursor, in AddTypeGuard() 1065 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCall() local 1261 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCallToSameTarget() local
|
| D | pc_relative_fixups_x86.cc | 162 HX86ComputeBaseMethodAddress* GetPCRelativeBasePointer(HInstruction* cursor) { in GetPCRelativeBasePointer()
|
| D | scheduler.cc | 625 static void MoveAfterInBlock(HInstruction* instruction, HInstruction* cursor) { in MoveAfterInBlock()
|
| D | instruction_simplifier.cc | 910 HInstruction* cursor) { in InsertOppositeCondition() 1032 HInstruction* cursor) { in NewIntegralAbs() 1044 HInstruction* cursor, in NewIntegralMinMax()
|
| /art/compiler/utils/ |
| D | assembler.h | 268 uint8_t* cursor() const { return cursor_; } in cursor() function
|