Searched refs:DexFileParameterIterator (Results 1 – 7 of 7) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file.h | 894 class DexFileParameterIterator { 896 DexFileParameterIterator(const DexFile& dex_file, const dex::ProtoId& proto_id) in DexFileParameterIterator() function 917 DISALLOW_IMPLICIT_CONSTRUCTORS(DexFileParameterIterator);
|
D | dex_file-inl.h | 349 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx))); in DecodeDebugLocalInfo()
|
D | dex_file_verifier_test.cc | 1425 CHECK(!DexFileParameterIterator(*dex_file, proto1).HasNext()); in TEST_F() 1426 CHECK(DexFileParameterIterator(*dex_file, proto2).HasNext()); in TEST_F()
|
D | dex_file.cc | 377 DexFileParameterIterator it(*this, proto); in FindProtoId()
|
D | dex_file_verifier.cc | 2552 DexFileParameterIterator it(*dex_file_, *item); in CheckInterProtoIdItem() 2578 DexFileParameterIterator curr_it(*dex_file_, *item); in CheckInterProtoIdItem() 2579 DexFileParameterIterator prev_it(*dex_file_, *prev); in CheckInterProtoIdItem()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1723 DexFileParameterIterator iterator(*dex_file_, proto_id); in SetTypesFromSignature() 3201 DexFileParameterIterator param_it(*dex_file_, proto_id); in CodeFlowVerifyInstruction() 4174 DexFileParameterIterator it(*dex_file_, in VerifyInvocationArgsUnresolvedMethod() 4324 DexFileParameterIterator it(*dex_file_, dex_file_->GetProtoId(proto_idx)); in VerifyInvocationArgs()
|
/art/runtime/ |
D | class_linker.cc | 9161 DexFileParameterIterator it(dex_file, proto_id); in ResolveMethodType() 9459 DexFileParameterIterator it(*dex_file, proto_id); in ResolveMethodHandleForMethod()
|