Home
last modified time | relevance | path

Searched defs:proto_id (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dmethod_helper-inl.h60 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnType() local
Ddex_file.h689 const char* GetReturnTypeDescriptor(const ProtoId& proto_id) const { in GetReturnTypeDescriptor()
705 uint16_t GetIndexForProtoId(const ProtoId& proto_id) const { in GetIndexForProtoId()
729 const ProtoId& proto_id = GetProtoId(proto_idx); in GetShorty() local
733 const TypeList* GetProtoParameters(const ProtoId& proto_id) const { in GetProtoParameters()
1034 DexFileParameterIterator(const DexFile& dex_file, const DexFile::ProtoId& proto_id) in DexFileParameterIterator()
Ddex_file.cc704 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices); in CreateSignature() local
/art/compiler/sea_ir/types/
Dtype_inference.cc89 const art::DexFile::ProtoId& proto_id = in GetDeclaredArgumentTypes() local
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc642 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type, signature_type_idxs, in FindProtoIndex() local
/art/runtime/mirror/
Dart_method-inl.h514 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnTypeDescriptor() local
/art/compiler/optimizing/
Dbuilder.cc329 const DexFile::ProtoId& proto_id = dex_file_->GetProtoId(method_id.proto_idx_); in BuildInvoke() local
/art/runtime/verifier/
Dmethod_verifier.cc1213 const DexFile::ProtoId& proto_id = in SetTypesFromSignature() local
4109 const DexFile::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id); in GetMethodReturnType() local