Searched refs:GetProtoId (Results 1 – 8 of 8) sorted by relevance
42 return Signature(this, GetProtoId(method_id.proto_idx_)); in GetMethodSignature()
663 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() function786 const ProtoId& proto_id = GetProtoId(proto_idx); in GetShorty()
308 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()
178 other_dexfile.GetProtoId(name_and_sig_mid.proto_idx_)); in FindDexMethodIndexInOtherDexFile()
1508 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()
702 const DexFile::ProtoId& proto = GetProtoId(mid); in FindProtoId()
2857 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()
804 dex_file->GetProtoId(proto_index)); in FindMethodIndex()