Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.cc224 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
Dclass_loader_context.cc239 size_t cursor = 0; in ParseClassLoaderSpec() local
/art/runtime/verifier/
Dverifier_deps.cc431 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/
Dnodes.cc1108 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 …]
Dinliner.cc594 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
Dpc_relative_fixups_x86.cc162 HX86ComputeBaseMethodAddress* GetPCRelativeBasePointer(HInstruction* cursor) { in GetPCRelativeBasePointer()
Dscheduler.cc625 static void MoveAfterInBlock(HInstruction* instruction, HInstruction* cursor) { in MoveAfterInBlock()
Dinstruction_simplifier.cc910 HInstruction* cursor) { in InsertOppositeCondition()
1032 HInstruction* cursor) { in NewIntegralAbs()
1044 HInstruction* cursor, in NewIntegralMinMax()
/art/compiler/utils/
Dassembler.h268 uint8_t* cursor() const { return cursor_; } in cursor() function