Searched defs:cursor (Results 1 – 9 of 9) sorted by relevance
| /art/runtime/ |
| D | vdex_file.cc | 184 const uint8_t* VdexFile::GetNextDexFileData(const uint8_t* cursor, uint32_t dex_file_index) const { in GetNextDexFileData() argument 200 const uint8_t* VdexFile::GetNextTypeLookupTableData(const uint8_t* cursor, in GetNextTypeLookupTableData() 492 const uint8_t* cursor = verifier_deps + class_def_offset; in ComputeClassStatus() local
|
| D | class_loader_context.cc | 238 size_t cursor = 0; in ParseClassLoaderSpec() local
|
| /art/runtime/verifier/ |
| D | verifier_deps.cc | 419 static bool DecodeSetVector(const uint8_t** cursor, in DecodeSetVector() 485 static inline bool DecodeStringVector(const uint8_t** cursor, in DecodeStringVector() 534 const uint8_t** cursor, in DecodeDexFileDeps() 558 const uint8_t* cursor = data_start; in ParseStoredData() local 587 const uint8_t* cursor = data_start; in ParseVerifiedClasses() local
|
| /art/compiler/optimizing/ |
| D | nodes.cc | 1224 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() 1237 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() 1251 void HBasicBlock::InsertPhiAfter(HPhi* phi, HPhi* cursor) { in InsertPhiAfter() 1435 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore() 1449 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter() 2074 void HInstruction::MoveBefore(HInstruction* cursor, bool do_checks) { in MoveBefore() 2160 HBasicBlock* HBasicBlock::SplitBefore(HInstruction* cursor, bool require_graph_not_in_ssa_form) { in SplitBefore() 2208 HBasicBlock* HBasicBlock::SplitBeforeForInlining(HInstruction* cursor) { in SplitBeforeForInlining() 2239 HBasicBlock* HBasicBlock::SplitAfterForInlining(HInstruction* cursor) { in SplitAfterForInlining() 2392 void HInstructionList::AddAfter(HInstruction* cursor, const HInstructionList& instruction_list) { in AddAfter() [all …]
|
| D | inliner.cc | 542 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineFromCHA() local 811 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlineMonomorphicCall() local 843 HInstruction* cursor, in AddCHAGuard() 873 HInstruction* cursor, in AddTypeGuard() 984 HInstruction* cursor = invoke_instruction->GetPrevious(); in TryInlinePolymorphicCall() local 1183 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
|