Home
last modified time | relevance | path

Searched refs:GetMethodPrototype (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dart_method-inl.h397 return dex_file->GetMethodPrototype(dex_file->GetMethodId(GetDexMethodIndex())); in GetPrototype()
403 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype( in GetParameterTypeList()
427 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnTypeDescriptor()
478 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnType()
Dart_method.cc541 const auto& proto_id = dex_file->GetMethodPrototype(method_id); in EqualParameters()
Ddex_file.h628 const ProtoId& GetMethodPrototype(const MethodId& method_id) const { in GetMethodPrototype() function
Ddex_file.cc835 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx))); in DecodeDebugInfo0()
Dclass_linker.cc3802 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in ThrowSignatureCheckResolveReturnTypeException()
/art/compiler/dex/
Dtype_inference.cc633 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in Signature()
/art/runtime/verifier/
Dmethod_verifier.cc1348 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_)); in SetTypesFromSignature()
4331 const DexFile::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id); in GetMethodReturnType()