Searched refs:DexFileParameterIterator (Results 1 – 7 of 7) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file.h | 891 class DexFileParameterIterator { 893 DexFileParameterIterator(const DexFile& dex_file, const dex::ProtoId& proto_id) in DexFileParameterIterator() function 914 DISALLOW_IMPLICIT_CONSTRUCTORS(DexFileParameterIterator);
|
D | dex_file-inl.h | 348 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx))); in DecodeDebugLocalInfo()
|
D | dex_file_verifier_test.cc | 1423 CHECK(!DexFileParameterIterator(*dex_file, proto1).HasNext()); in TEST_F() 1424 CHECK(DexFileParameterIterator(*dex_file, proto2).HasNext()); in TEST_F()
|
D | dex_file.cc | 376 DexFileParameterIterator it(*this, proto); in FindProtoId()
|
D | dex_file_verifier.cc | 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()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1712 DexFileParameterIterator iterator(*dex_file_, proto_id); in SetTypesFromSignature() 3193 DexFileParameterIterator param_it(*dex_file_, proto_id); in CodeFlowVerifyInstruction() 4125 DexFileParameterIterator it(*dex_file_, in VerifyInvocationArgsUnresolvedMethod() 4282 DexFileParameterIterator it(*dex_file_, dex_file_->GetProtoId(proto_idx)); in VerifyInvocationArgs()
|
/art/runtime/ |
D | class_linker.cc | 8870 DexFileParameterIterator it(dex_file, proto_id); in ResolveMethodType() 9168 DexFileParameterIterator it(*dex_file, proto_id); in ResolveMethodHandleForMethod()
|