Home
last modified time | relevance | path

Searched refs:GetInstructions (Results 1 – 25 of 43) sorted by relevance

12

/art/test/983-source-transform-verify/
Dsource_transform_art.cc58 for (const DexInstructionPcPair& pair : method.GetInstructions()) { in VerifyClassData()
/art/compiler/optimizing/
Dinstruction_simplifier_x86_64.cc42 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dinstruction_simplifier_x86.cc42 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dloop_analysis.cc51 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in CalculateLoopBasicProperties()
164 uint32_t instruction_count = block->GetInstructions().CountSize(); in GetSIMDUnrollingFactor()
358 for (HInstructionIterator it1(block->GetInstructions()); !it1.Done(); it1.Advance()) { in GetUnrollingFactor()
Dside_effects_analysis.cc43 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
Dnodes.cc152 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveInstructionsAsUsersFromDeadBlocks()
1269 return block->GetInstructions().FoundBefore(this, other_instruction); in StrictlyDominates()
1543 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
1961 for (HInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in HasThrowingInstructions()
1971 && !block.GetInstructions().IsEmpty() in HasOnlyOneInstruction()
1993 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsControlFlow(); in EndsWithControlFlowInstruction()
1997 return !GetInstructions().IsEmpty() && in EndsWithReturn()
2002 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsIf(); in EndsWithIf()
2006 return !GetInstructions().IsEmpty() && GetLastInstruction()->IsTryBoundary(); in EndsWithTryBoundary()
2183 for (HBackwardInstructionIterator it(GetInstructions()); !it.Done(); it.Advance()) { in DisconnectAndDelete()
[all …]
Dlicm.cc129 for (HInstructionIterator inst_it(inner->GetInstructions()); in Run()
Dcha_guard_optimization.cc80 HInstructionIterator it(block->GetInstructions()); in VisitBasicBlock()
Ddead_code_elimination.cc93 block->GetPhis().CountSize() + block->GetInstructions().CountSize()); in MaybeRecordDeadBlock()
496 HBackwardInstructionIterator i(block->GetInstructions()); in RemoveDeadInstructions()
Dselect_generator.cc42 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsSimpleBlock()
Dssa_liveness_analysis.cc68 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in NumberInstructions()
208 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in ComputeLiveRanges()
Dprepare_for_register_allocation.cc31 for (HInstructionIteratorHandleChanges inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
Dssa_test.cc77 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ReNumberInstructions()
Dinstruction_simplifier_arm.cc62 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dinstruction_simplifier_arm64.cc64 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Doptimizing_unit_test.h82 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveSuspendChecks()
Dregister_allocator.cc64 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ~RegisterAllocator()
Dscheduler.cc583 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Schedule()
783 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsSchedulable()
Dcode_sinking.cc151 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in AddInputs()
Dconstant_folding.cc86 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
Dgraph_checker.cc180 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
391 : input->GetBlock()->GetInstructions(); in VisitInstruction()
407 : user->GetBlock()->GetInstructions(); in VisitInstruction()
/art/libdexfile/external/
Ddex_file_ext.cc120 art::CodeItemInstructionAccessor code = method.GetInstructions(); in GetMethodCacheEntryForOffset()
146 art::CodeItemInstructionAccessor code = method.GetInstructions(); in GetClassDefIndex()
367 art::CodeItemInstructionAccessor code = method.GetInstructions(); in ExtDexFileGetAllMethodInfos()
/art/tools/veridex/
Dhidden_api_finder.cc64 for (const DexInstructionPcPair& inst : method.GetInstructions()) { in CollectAccesses()
/art/libdexfile/dex/
Dclass_accessor-inl.h145 inline CodeItemInstructionAccessor ClassAccessor::Method::GetInstructions() const { in GetInstructions() function
Dclass_accessor.h105 CodeItemInstructionAccessor GetInstructions() const;

12