Home
last modified time | relevance | path

Searched defs:iter (Results 1 – 18 of 18) sorted by relevance

/art/compiler/dex/
Dssa_transformation.cc26 AllNodesIterator iter(this); in ClearAllVisitedFlags() local
123 AllNodesIterator iter(this); in ComputeDFSOrders() local
161 AllNodesIterator iter(this); in ComputeDefBlockMatrix() local
320 GrowableArray<BasicBlockId>::Iterator iter(bb->predecessors); in ComputeblockIDom() local
385 PreOrderDfsIterator iter(this); in ComputeDominators() local
503 RepeatingPostOrderDfsIterator iter(this); in InsertPhiNodes() local
557 GrowableArray<BasicBlockId>::Iterator iter(bb->predecessors); in InsertPhiNodeOperands() local
Dmir_optimization.cc730 AllNodesIterator iter(this); in EliminateNullChecksAndInferTypesStart() local
797 GrowableArray<BasicBlockId>::Iterator iter(bb->predecessors); in EliminateNullChecksAndInferTypes() local
953 AllNodesIterator iter(this); in EliminateNullChecksAndInferTypesEnd() local
971 AllNodesIterator iter(this); in EliminateClassInitChecksGate() local
1012 AllNodesIterator iter(this); in EliminateClassInitChecksGate() local
1079 GrowableArray<BasicBlockId>::Iterator iter(bb->predecessors); in EliminateClassInitChecks() local
1144 AllNodesIterator iter(this); in EliminateClassInitChecksEnd() local
1186 PreOrderDfsIterator iter(this); in ApplyGlobalValueNumberingEnd() local
1306 AllNodesIterator iter(this); in DumpCheckStats() local
1370 PreOrderDfsIterator iter(this); in BasicBlockOptimization() local
Dmir_analysis.cc1101 AllNodesIterator iter(this); in SkipCompilation() local
1119 AllNodesIterator iter(this); in DoCacheFieldLoweringInfo() local
1235 AllNodesIterator iter(this); in DoCacheMethodLoweringInfo() local
Dmir_dataflow.cc1355 GrowableArray<BasicBlockId>::Iterator iter(bb->predecessors); in VerifyPredInfo() local
1391 AllNodesIterator iter(this); in VerifyDataflow() local
Dglobal_value_numbering.cc97 GrowableArray<BasicBlockId>::Iterator iter(bb->predecessors); in PrepareBasicBlock() local
Dmir_graph.cc998 GrowableArray<SuccessorBlockInfo*>::Iterator iter(bb->successor_blocks); in DumpCFG() local
1550 AllNodesIterator iter(mir_graph); in SelectTopologicalSortOrderFallBack() local
1605 GrowableArray<BasicBlockId>::Iterator iter(current_bb->predecessors); in ComputeUnvisitedReachableFrom() local
1698 AllNodesIterator iter(this); in ComputeTopologicalSortOrder() local
Dvreg_analysis.cc451 GrowableArray<CompilerTemp*>::Iterator iter(&compiler_temps_); in InitRegLocations() local
/art/runtime/
Dexception_test.cc136 CatchHandlerIterator iter(*code_item, 4 /* Dex PC in the first try block */); in TEST_F() local
146 CatchHandlerIterator iter(*code_item, 8 /* Dex PC in the second try block */); in TEST_F() local
153 CatchHandlerIterator iter(*code_item, 11 /* Dex PC not in any try block */); in TEST_F() local
Delf_file.cc1497 std::unique_ptr<DebugInfoIterator> iter(new DebugInfoIterator(header, frame_size, abbrev)); in Create() local
1555 static bool FixupDebugInfo(uint32_t text_start, DebugInfoIterator* iter) { in FixupDebugInfo()
1579 std::unique_ptr<DebugInfoIterator> iter( in FixupDebugSections() local
Dprofiler.cc520 for (std::vector<InstructionLocation>::const_reverse_iterator iter = stack.rbegin(); in PutStack() local
/art/test/088-monitor-verification/src/
DMain.java63 synchronized void recursiveSync(int iter) { in recursiveSync()
/art/test/023-many-interfaces/src/
DManyInterfaces.java173 private static void report(String label, long start, long end, int iter, in report()
195 int iter = 32768; in run() local
/art/test/074-gc-thrash/src/
DMain.java201 int iter = 0; in run() local
/art/compiler/dex/quick/
Dralloc_util.cc31 GrowableArray<RegisterInfo*>::Iterator iter(&tempreg_info_); in ResetRegPool() local
225 GrowableArray<RegisterInfo*>::Iterator iter(&tempreg_info_); in ClobberSReg() local
730 GrowableArray<RegisterInfo*>::Iterator iter(&tempreg_info_); in ResetDefTracking() local
737 GrowableArray<RegisterInfo*>::Iterator iter(&tempreg_info_); in ClobberAllTemps() local
Dmir_to_lir.cc1244 PreOrderDfsIterator iter(mir_graph_); in MethodMIR2LIR() local
/art/compiler/dex/portable/
Dmir_to_gbc.cc1743 GrowableArray<SuccessorBlockInfo*>::Iterator iter(bb->successor_blocks); in BlockBitcodeConversion() local
1894 PreOrderDfsIterator iter(mir_graph_); in MethodMIR2Bitcode() local
/art/compiler/dex/quick/x86/
Dutility_x86.cc907 PreOrderDfsIterator iter(mir_graph_); in AnalyzeMIR() local
/art/compiler/llvm/
Dgbc_expander.cc2782 art::CatchHandlerIterator iter(*dex_compilation_unit_->GetCodeItem(), ti->start_addr_); in GetLandingPadBasicBlock() local