Searched refs:DexFileParameterIterator (Results 1 – 4 of 4) sorted by relevance
891 class DexFileParameterIterator {893 DexFileParameterIterator(const DexFile& dex_file, const dex::ProtoId& proto_id) in DexFileParameterIterator() function914 DISALLOW_IMPLICIT_CONSTRUCTORS(DexFileParameterIterator);
348 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx))); in DecodeDebugLocalInfo()
376 DexFileParameterIterator it(*this, proto); in FindProtoId()
2244 DexFileParameterIterator it(*dex_file_, *item); in CheckInterProtoIdItem()2270 DexFileParameterIterator curr_it(*dex_file_, *item); in CheckInterProtoIdItem()2271 DexFileParameterIterator prev_it(*dex_file_, *prev); in CheckInterProtoIdItem()