Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file-inl.h42 return Signature(this, GetProtoId(method_id.proto_idx_)); in GetMethodSignature()
Ddex_file.h663 return GetProtoId(method_id.proto_idx_); in GetMethodPrototype()
676 return StringDataByIdx(GetProtoId(GetMethodId(idx).proto_idx_).shorty_idx_); in GetMethodShorty()
681 return StringDataByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_); in GetMethodShorty()
685 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length); in GetMethodShorty()
757 const ProtoId& GetProtoId(uint32_t idx) const { in GetProtoId() function
786 const ProtoId& proto_id = GetProtoId(proto_idx); in GetShorty()
Ddex_file_test.cc308 const DexFile::ProtoId& to_find = java_lang_dex_file_->GetProtoId(i); in TEST_F()
328 const DexFile::ProtoId& signature = java_lang_dex_file_->GetProtoId(to_find.proto_idx_); in TEST_F()
Dart_method.cc178 other_dexfile.GetProtoId(name_and_sig_mid.proto_idx_)); in FindDexMethodIndexInOtherDexFile()
Ddex_file_verifier_test.cc1508 const DexFile::ProtoId& proto1 = dex_file->GetProtoId(proto1_idx); in TEST_F()
1509 const DexFile::ProtoId& proto2 = dex_file->GetProtoId(proto1_idx + 1u); in TEST_F()
Ddex_file.cc702 const DexFile::ProtoId& proto = GetProtoId(mid); in FindProtoId()
/art/runtime/verifier/
Dmethod_verifier.cc2857 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; in CodeFlowVerifyInstruction()
2880 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; in CodeFlowVerifyInstruction()
2956 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; in CodeFlowVerifyInstruction()
3010 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; in CodeFlowVerifyInstruction()
4021 dex_file_->GetProtoId(dex_file_->GetMethodId(method_idx).proto_idx_)); in VerifyInvocationArgsUnresolvedMethod()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc804 dex_file->GetProtoId(proto_index)); in FindMethodIndex()