Home
last modified time | relevance | path

Searched defs:iterator (Results 1 – 12 of 12) sorted by relevance

/art/compiler/optimizing/
Dblock_builder.cc68 CatchHandlerIterator iterator(handlers_ptr); in CreateBranchTargets() local
194 auto iterator = try_block_info.find(block->GetBlockId()); in GetTryItem() local
279 CatchHandlerIterator iterator(handlers_ptr); in InsertTryBoundaryBlocks() local
Dgvn.cc227 Node* CloneBucket(size_t index, Node* iterator = nullptr) { in CloneBucket()
/art/runtime/base/
Diteration_range.h29 typedef Iter iterator; typedef
Dstringpiece.h43 typedef const char* iterator; typedef
Dbit_vector_test.cc58 BitVector::IndexIterator iterator = bv.Indexes().begin(); in TEST() local
Dhash_set.h125 using iterator = BaseIterator<T, HashSet>; variable
/art/compiler/utils/
Darray_ref.h51 typedef T* iterator; typedef
Dintrusive_forward_list.h132 typedef IntrusiveForwardListIterator< T, hook_traits> iterator; typedef
/art/runtime/
Dsafe_map.h41 typedef typename ::std::map<K, V, Comparator, Allocator>::iterator iterator; typedef
Dclass_linker.cc4106 CatchHandlerIterator iterator(handlers_ptr); in ResolveMethodExceptionHandlerTypes() local
/art/cmdline/
Dtoken_range.h106 using iterator = TokenList::const_iterator; member
/art/runtime/verifier/
Dmethod_verifier.cc1032 CatchHandlerIterator iterator(handlers_ptr); in ScanTryCatchBlocks() local
1688 DexFileParameterIterator iterator(*dex_file_, proto_id); in SetTypesFromSignature() local
3517 CatchHandlerIterator iterator(*code_item_, work_insn_idx_); in CodeFlowVerifyInstruction() local
3699 CatchHandlerIterator iterator(handlers_ptr); in GetCaughtExceptionType() local