Home
last modified time | relevance | path

Searched refs:return_type_idx (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dsdk_checker.cc66 dex::TypeIndex return_type_idx; in ShouldDenyAccess() local
70 &return_type_idx, in ShouldDenyAccess()
74 const dex::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in ShouldDenyAccess()
Dclass_linker.cc5662 dex::TypeIndex return_type_idx = proto_id.return_type_idx_; in ThrowSignatureCheckResolveReturnTypeException() local
5663 std::string return_type = dex_file->PrettyType(return_type_idx); in ThrowSignatureCheckResolveReturnTypeException()
/art/libdexfile/dex/
Ddex_file.cc383 const ProtoId* DexFile::FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId() argument
392 int compare = return_type_idx.index_ - proto.return_type_idx_.index_; in FindProtoId()
422 dex::TypeIndex* return_type_idx, in CreateTypeList() argument
464 *return_type_idx = type_idx; in CreateTypeList()
Ddex_file.h493 const dex::ProtoId* FindProtoId(dex::TypeIndex return_type_idx,
496 const dex::ProtoId* FindProtoId(dex::TypeIndex return_type_idx, in FindProtoId() argument
498 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size()); in FindProtoId()
503 dex::TypeIndex* return_type_idx,
/art/runtime/verifier/
Dmethod_verifier.cc2950 dex::TypeIndex return_type_idx = in CodeFlowVerifyInstruction() local
2952 const char* descriptor = dex_file_->StringByTypeIdx(return_type_idx); in CodeFlowVerifyInstruction()
2974 dex::TypeIndex return_type_idx = in CodeFlowVerifyInstruction() local
2976 return_type_descriptor = dex_file_->StringByTypeIdx(return_type_idx); in CodeFlowVerifyInstruction()
3053 dex::TypeIndex return_type_idx = in CodeFlowVerifyInstruction() local
3055 descriptor = dex_file_->StringByTypeIdx(return_type_idx); in CodeFlowVerifyInstruction()
3110 dex::TypeIndex return_type_idx = in CodeFlowVerifyInstruction() local
3112 descriptor = dex_file_->StringByTypeIdx(return_type_idx); in CodeFlowVerifyInstruction()
4954 dex::TypeIndex return_type_idx = proto_id.return_type_idx_; in GetMethodReturnType() local
4955 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(return_type_idx)); in GetMethodReturnType()
/art/profman/
Dprofman.cc1092 dex::TypeIndex return_type_idx; in FindMethodIndex() local
1094 if (!dex_file->CreateTypeList(signature, &return_type_idx, &param_type_idxs)) { in FindMethodIndex()
1098 const dex::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in FindMethodIndex()