Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dblock_builder.cc69 CatchHandlerIterator iterator(handlers_ptr); in CreateBranchTargets() local
204 auto iterator = try_block_info.find(block->GetBlockId()); in GetTryItem() local
289 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
Darray_slice.h37 using iterator = StrideIterator<T>; variable
Darray_ref.h48 using iterator = T*; variable
Dtransform_array_ref.h52 using iterator = Iter; variable
Dhash_set.h125 using iterator = BaseIterator<T, HashSet>; variable
/art/runtime/
Dsafe_map.h41 typedef typename ::std::map<K, V, Comparator, Allocator>::iterator iterator; typedef
Dclass_linker.cc4468 CatchHandlerIterator iterator(handlers_ptr); in ResolveMethodExceptionHandlerTypes() local
/art/cmdline/
Dtoken_range.h108 using iterator = TokenList::const_iterator; member
/art/compiler/utils/
Dintrusive_forward_list.h142 typedef IntrusiveForwardListIterator< T, hook_traits> iterator; typedef
/art/runtime/verifier/
Dmethod_verifier.cc1075 CatchHandlerIterator iterator(handlers_ptr); in ScanTryCatchBlocks() local
1748 DexFileParameterIterator iterator(*dex_file_, proto_id); in SetTypesFromSignature() local
3588 CatchHandlerIterator iterator(*code_item_, work_insn_idx_); in CodeFlowVerifyInstruction() local
3778 CatchHandlerIterator iterator(handlers_ptr); in GetCaughtExceptionType() local