Home
last modified time | relevance | path

Searched refs:GetPrototype (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dart_method-inl.h302 inline const DexFile::ProtoId& ArtMethod::GetPrototype() { in GetPrototype() function
Dart_method.h562 const DexFile::ProtoId& GetPrototype() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_linker.cc8469 DexFileParameterIterator it(*dex_file, target.method->GetPrototype()); in ResolveMethodHandle()