Searched refs:GetMethodPrototype (Results 1 - 8 of 8) sorted by relevance

/art/runtime/
H A Dart_method-inl.h347 return dex_file->GetMethodPrototype(dex_file->GetMethodId(GetDexMethodIndex()));
353 const DexFile::ProtoId& proto = dex_file->GetMethodPrototype(
377 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id);
431 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id);
H A Dart_method.cc339 const auto& proto_id = dex_file->GetMethodPrototype(method_id);
H A Ddex_file.h662 const ProtoId& GetMethodPrototype(const MethodId& method_id) const { function in class:art::DexFile
H A Ddex_file.cc872 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx)));
H A Dclass_linker.cc4827 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id);
/art/compiler/debug/
H A Delf_debug_info_writer.h141 const DexFile::ProtoId& dex_proto = dex->GetMethodPrototype(dex_method);
/art/compiler/optimizing/
H A Dinstruction_builder.cc450 const DexFile::ProtoId& proto = dex_file_->GetMethodPrototype(referrer_method_id);
/art/runtime/verifier/
H A Dmethod_verifier.cc1687 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_));
4980 const DexFile::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id);

Completed in 1251 milliseconds