Searched refs:GetInstructions (Results 1 – 25 of 43) sorted by relevance
12
58 for (const DexInstructionPcPair& pair : method.GetInstructions()) { in VerifyClassData()
42 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
51 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()
43 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
152 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 …]
129 for (HInstructionIterator inst_it(inner->GetInstructions()); in Run()
80 HInstructionIterator it(block->GetInstructions()); in VisitBasicBlock()
93 block->GetPhis().CountSize() + block->GetInstructions().CountSize()); in MaybeRecordDeadBlock()496 HBackwardInstructionIterator i(block->GetInstructions()); in RemoveDeadInstructions()
42 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsSimpleBlock()
68 for (HInstructionIterator inst_it(block->GetInstructions()); !inst_it.Done(); in NumberInstructions()208 for (HBackwardInstructionIterator back_it(block->GetInstructions()); !back_it.Done(); in ComputeLiveRanges()
31 for (HInstructionIteratorHandleChanges inst_it(block->GetInstructions()); !inst_it.Done(); in Run()
77 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ReNumberInstructions()
62 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
64 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
82 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in RemoveSuspendChecks()
64 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in ~RegisterAllocator()
583 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Schedule()783 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsSchedulable()
151 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in AddInputs()
86 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()
180 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock()391 : input->GetBlock()->GetInstructions(); in VisitInstruction()407 : user->GetBlock()->GetInstructions(); in VisitInstruction()
120 art::CodeItemInstructionAccessor code = method.GetInstructions(); in GetMethodCacheEntryForOffset()146 art::CodeItemInstructionAccessor code = method.GetInstructions(); in GetClassDefIndex()367 art::CodeItemInstructionAccessor code = method.GetInstructions(); in ExtDexFileGetAllMethodInfos()
64 for (const DexInstructionPcPair& inst : method.GetInstructions()) { in CollectAccesses()
145 inline CodeItemInstructionAccessor ClassAccessor::Method::GetInstructions() const { in GetInstructions() function
105 CodeItemInstructionAccessor GetInstructions() const;