Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file-inl.h99 inline const Signature DexFile::GetProtoSignature(const ProtoId& proto_id) const { in GetProtoSignature()
124 inline const char* DexFile::GetReturnTypeDescriptor(const ProtoId& proto_id) const { in GetReturnTypeDescriptor()
129 const ProtoId& proto_id = GetProtoId(proto_idx); in GetShorty() local
Dimtable-inl.h57 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetImtHashComponents() local
Dart_method-inl.h345 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnTypeDescriptor() local
410 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnType() local
Dart_method.cc563 const auto& proto_id = dex_file->GetMethodPrototype(method_id); in EqualParameters() local
Ddex_file.h787 uint16_t GetIndexForProtoId(const ProtoId& proto_id) const { in GetIndexForProtoId()
814 const TypeList* GetProtoParameters(const ProtoId& proto_id) const { in GetProtoParameters()
1252 DexFileParameterIterator(const DexFile& dex_file, const DexFile::ProtoId& proto_id) in DexFileParameterIterator()
Ddex_file.cc941 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices); in CreateSignature() local
Ddex_file_verifier.cc3245 const DexFile::ProtoId* const proto_id = CheckLoadProtoId(method_id->proto_idx_, in CheckConstructorProperties() local
Dclass_linker.cc5158 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in ThrowSignatureCheckResolveReturnTypeException() local
8219 const DexFile::ProtoId& proto_id = dex_file.GetProtoId(proto_idx); in ResolveMethodType() local
/art/dexlayout/
Ddex_visualize.cc146 void DumpProtoId(const dex_ir::ProtoId* proto_id, int class_index) { in DumpProtoId()
Ddex_ir.cc343 ProtoId* proto_id = new ProtoId(GetStringId(disk_proto_id.shorty_idx_.index_), in CreateProtoId() local
Ddexlayout.cc474 dex_ir::ProtoId* proto_id = header->GetCollections().GetProtoId(secondary_index); in IndexString() local
Ddex_ir.h655 void SetProtoId(ProtoId* proto_id) { u_.proto_val_ = proto_id; } in SetProtoId()
/art/profman/
Dprofman.cc696 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in FindMethodIndex() local
/art/runtime/verifier/
Dmethod_verifier.cc1746 const DexFile::ProtoId& proto_id = in SetTypesFromSignature() local
3134 const DexFile::ProtoId& proto_id = dex_file_->GetProtoId(proto_idx); in CodeFlowVerifyInstruction() local
5307 const DexFile::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id); in GetMethodReturnType() local
/art/dexdump/
Ddexdump.cc1749 const DexFile::ProtoId& proto_id = pDexFile->GetProtoId(proto_idx); in dumpCallSite() local
/art/runtime/openjdkjvmti/
Dti_redefine.cc1388 const art::DexFile::ProtoId* proto_id = dex_file_->FindProtoId(method_return_idx, in UpdateMethods() local