Searched refs:GetProtoId (Results 1 – 9 of 9) sorted by relevance
42 return Signature(this, GetProtoId(method_id.proto_idx_)); in GetMethodSignature()
612 return GetProtoId(method_id.proto_idx_); in GetMethodPrototype()625 return StringDataByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_); in GetMethodShorty()629 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length); in GetMethodShorty()700 const ProtoId& GetProtoId(uint32_t idx) const { in GetProtoId() function729 const ProtoId& proto_id = GetProtoId(proto_idx); in GetShorty()
127 other_dexfile.GetProtoId(name_and_sig_mid.proto_idx_)); in FindDexMethodIndexInOtherDexFile()
306 const DexFile::ProtoId& to_find = java_lang_dex_file_->GetProtoId(i); in TEST_F()326 const DexFile::ProtoId& signature = java_lang_dex_file_->GetProtoId(to_find.proto_idx_); in TEST_F()
614 const DexFile::ProtoId& proto = GetProtoId(mid); in FindProtoId()
59 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; in GetReturnValueType()
2246 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; in CodeFlowVerifyInstruction()2270 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; in CodeFlowVerifyInstruction()2352 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; in CodeFlowVerifyInstruction()2410 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; in CodeFlowVerifyInstruction()3261 dex_file_->GetProtoId(dex_file_->GetMethodId(method_idx).proto_idx_)); in VerifyInvocationArgsUnresolvedMethod()
329 const DexFile::ProtoId& proto_id = dex_file_->GetProtoId(method_id.proto_idx_); in BuildInvoke()
669 dex_file->GetProtoId(proto_index)); in FindMethodIndex()