Searched refs:GetPrototype (Results 1 – 3 of 3) sorted by relevance
302 inline const DexFile::ProtoId& ArtMethod::GetPrototype() { in GetPrototype() function
562 const DexFile::ProtoId& GetPrototype() REQUIRES_SHARED(Locks::mutator_lock_);
8469 DexFileParameterIterator it(*dex_file, target.method->GetPrototype()); in ResolveMethodHandle()