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.h339 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnTypeDescriptor() local
396 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnType() local
Ddex_file.h784 uint16_t GetIndexForProtoId(const ProtoId& proto_id) const { in GetIndexForProtoId()
811 const TypeList* GetProtoParameters(const ProtoId& proto_id) const { in GetProtoParameters()
1249 DexFileParameterIterator(const DexFile& dex_file, const DexFile::ProtoId& proto_id) in DexFileParameterIterator()
Dart_method.cc555 const auto& proto_id = dex_file->GetMethodPrototype(method_id); in EqualParameters() local
Ddex_file.cc920 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices); in CreateSignature() local
Ddex_file_verifier.cc3243 const DexFile::ProtoId* const proto_id = CheckLoadProtoId(method_id->proto_idx_, in CheckConstructorProperties() local
Dclass_linker.cc4950 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in ThrowSignatureCheckResolveReturnTypeException() local
8314 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.cc368 ProtoId* proto_id = new ProtoId(GetStringId(disk_proto_id.shorty_idx_.index_), in CreateProtoId() local
Ddexlayout.cc473 dex_ir::ProtoId* proto_id = header->GetCollections().GetProtoId(secondary_index); in IndexString() local
Ddex_ir.h654 void SetProtoId(ProtoId* proto_id) { u_.proto_val_ = proto_id; } in SetProtoId()
/art/profman/
Dprofman.cc631 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in FindMethodIndex() local
/art/runtime/verifier/
Dmethod_verifier.cc1744 const DexFile::ProtoId& proto_id = in SetTypesFromSignature() local
3135 const DexFile::ProtoId& proto_id = dex_file_->GetProtoId(proto_idx); in CodeFlowVerifyInstruction() local
5302 const DexFile::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id); in GetMethodReturnType() local
/art/dexdump/
Ddexdump.cc1722 const DexFile::ProtoId& proto_id = pDexFile->GetProtoId(proto_idx); in dumpCallSite() local
/art/runtime/openjdkjvmti/
Dti_redefine.cc1355 const art::DexFile::ProtoId* proto_id = dex_file_->FindProtoId(method_return_idx, in UpdateMethods() local