Searched refs:DexFileParameterIterator (Results 1 - 5 of 5) sorted by relevance

/art/compiler/sea_ir/types/
H A Dtype_inference.cc91 art::DexFileParameterIterator iterator(*dex_file_, proto_id);
/art/runtime/
H A Ddex_file.h1005 class DexFileParameterIterator { class in namespace:art
1007 DexFileParameterIterator(const DexFile& dex_file, const DexFile::ProtoId& proto_id) function in class:art::DexFileParameterIterator
1027 DISALLOW_IMPLICIT_CONSTRUCTORS(DexFileParameterIterator);
H A Ddex_file_verifier.cc1532 DexFileParameterIterator it(*dex_file_, *item);
1557 DexFileParameterIterator curr_it(*dex_file_, *item);
1558 DexFileParameterIterator prev_it(*dex_file_, *prev);
H A Ddex_file.cc610 DexFileParameterIterator it(*this, proto);
775 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx)));
/art/runtime/verifier/
H A Dmethod_verifier.cc1198 DexFileParameterIterator iterator(*dex_file_, proto_id);
3220 DexFileParameterIterator it(*dex_file_,
3222 VerifyInvocationArgsFromIterator<DexFileParameterIterator>(&it, inst, method_type, is_range,

Completed in 46 milliseconds