Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.cc184 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
Dclass_loader_context.cc238 size_t cursor = 0; in ParseClassLoaderSpec() local
/art/runtime/verifier/
Dverifier_deps.cc419 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/
Dnodes.cc1224 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 …]
Dinliner.cc542 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
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