Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file-inl.h42 return Signature(this, GetProtoId(method_id.proto_idx_)); in GetMethodSignature()
Ddex_file.h612 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() function
729 const ProtoId& proto_id = GetProtoId(proto_idx); in GetShorty()
Dmethod_helper.cc127 other_dexfile.GetProtoId(name_and_sig_mid.proto_idx_)); in FindDexMethodIndexInOtherDexFile()
Ddex_file_test.cc306 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()
Ddex_file.cc614 const DexFile::ProtoId& proto = GetProtoId(mid); in FindProtoId()
/art/compiler/sea_ir/types/
Dtype_inference.cc59 uint32_t return_type_idx = dex_file_->GetProtoId(method_id.proto_idx_).return_type_idx_; in GetReturnValueType()
/art/runtime/verifier/
Dmethod_verifier.cc2246 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()
/art/compiler/optimizing/
Dbuilder.cc329 const DexFile::ProtoId& proto_id = dex_file_->GetProtoId(method_id.proto_idx_); in BuildInvoke()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc669 dex_file->GetProtoId(proto_index)); in FindMethodIndex()