Home
last modified time | relevance | path

Searched refs:GetProtoId (Results 1 – 16 of 16) sorted by relevance

/art/libdexfile/dex/
Dmethod_reference.h66 const dex::ProtoId& prid1 = mr1.dex_file->GetProtoId(mid1.proto_idx_); in SlowCompare()
67 const dex::ProtoId& prid2 = mr2.dex_file->GetProtoId(mid2.proto_idx_); in SlowCompare()
Ddex_file-inl.h117 return Signature(this, GetProtoId(method_id.proto_idx_)); in GetMethodSignature()
142 return StringDataByIdx(GetProtoId(GetMethodId(idx).proto_idx_).shorty_idx_); in GetMethodShorty()
146 return StringDataByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_); in GetMethodShorty()
152 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length); in GetMethodShorty()
164 const dex::ProtoId& proto_id = GetProtoId(proto_idx); in GetShorty()
Dart_dex_file_loader_test.cc257 const dex::ProtoId& to_find = java_lang_dex_file_->GetProtoId(dex::ProtoIndex(i)); in TEST_F()
277 const dex::ProtoId& signature = java_lang_dex_file_->GetProtoId(to_find.proto_idx_); in TEST_F()
Ddex_file.cc391 const ProtoId& proto = GetProtoId(proto_idx); in FindProtoId()
547 const ProtoId* proto_id = with_signature ? &GetProtoId(method_id.proto_idx_) : nullptr; in AppendPrettyMethod()
Ddex_file.h393 return GetProtoId(method_id.proto_idx_); in GetMethodPrototype()
481 const dex::ProtoId& GetProtoId(dex::ProtoIndex idx) const { in GetProtoId() function
Ddex_file_verifier_test.cc1420 const dex::ProtoId& proto1 = dex_file->GetProtoId(proto1_idx); in TEST_F()
1422 const dex::ProtoId& proto2 = dex_file->GetProtoId(proto2_idx); in TEST_F()
/art/dexdump/
Ddexdump.cc911 const dex::ProtoId& protoId = pDexFile->GetProtoId(dex::ProtoIndex(secondary_index)); in indexString()
929 const dex::ProtoId& protoId = pDexFile->GetProtoId(dex::ProtoIndex(index)); in indexString()
1719 const dex::ProtoId& method_type_id = pDexFile->GetProtoId(method_type_idx); in dumpCallSite()
1766 const dex::ProtoId& proto_id = pDexFile->GetProtoId(proto_idx); in dumpCallSite()
/art/runtime/verifier/
Dmethod_verifier.cc2951 dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; in CodeFlowVerifyInstruction()
2975 dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; in CodeFlowVerifyInstruction()
3054 dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; in CodeFlowVerifyInstruction()
3111 dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; in CodeFlowVerifyInstruction()
3149 dex_file_->GetReturnTypeDescriptor(dex_file_->GetProtoId(proto_idx)); in CodeFlowVerifyInstruction()
3176 const dex::ProtoId& proto_id = dex_file_->GetProtoId(proto_idx); in CodeFlowVerifyInstruction()
4111 dex_file_->GetProtoId(dex_file_->GetMethodId(method_idx).proto_idx_)); in VerifyInvocationArgsUnresolvedMethod()
4260 DexFileParameterIterator it(*dex_file_, dex_file_->GetProtoId(proto_idx)); in VerifyInvocationArgs()
/art/runtime/
Dart_method.cc259 other_dexfile.GetProtoId(name_and_sig_mid.proto_idx_)); in FindDexMethodIndexInOtherDexFile()
Dclass_linker.cc9402 const dex::ProtoId& proto_id = dex_file.GetProtoId(proto_idx); in ResolveMethodType()
9721 const dex::ProtoId& proto_id = dex_file->GetProtoId(method_id.proto_idx_); in ResolveMethodHandleForMethod()
/art/compiler/optimizing/
Dgraph_visualizer.cc429 const dex::ProtoId& proto_id = dex_file.GetProtoId(load_method_type->GetProtoIndex()); in VisitLoadMethodType()
Dinstruction_builder.cc1214 referrer->GetDexFile()->GetProtoId(proto_idx).return_type_idx_; in BuildInvokePolymorphic()
/art/dexlayout/
Ddex_writer.cc147 length = EncodeUIntValue(encoded_value->GetProtoId()->GetIndex(), buffer); in WriteEncodedValue()
Ddex_ir.h799 ProtoId* GetProtoId() const { return u_.proto_val_; } in GetProtoId() function
Ddex_ir_builder.cc446 const dex::ProtoId& disk_proto_id = dex_file.GetProtoId(dex::ProtoIndex(i)); in CreateProtoId()
/art/profman/
Dprofile_assistant_test.cc1593 dex_file->GetProtoId(super_method_id.proto_idx_))); in TEST_F()