Searched refs:proto_id (Results 1 – 8 of 8) sorted by relevance
689 const char* GetReturnTypeDescriptor(const ProtoId& proto_id) const { in GetReturnTypeDescriptor() argument690 return StringByTypeIdx(proto_id.return_type_idx_); in GetReturnTypeDescriptor()705 uint16_t GetIndexForProtoId(const ProtoId& proto_id) const { in GetIndexForProtoId() argument706 CHECK_GE(&proto_id, proto_ids_) << GetLocation(); in GetIndexForProtoId()707 CHECK_LT(&proto_id, proto_ids_ + header_->proto_ids_size_) << GetLocation(); in GetIndexForProtoId()708 return &proto_id - proto_ids_; in GetIndexForProtoId()729 const ProtoId& proto_id = GetProtoId(proto_idx); in GetShorty() local730 return StringDataByIdx(proto_id.shorty_idx_); in GetShorty()733 const TypeList* GetProtoParameters(const ProtoId& proto_id) const { in GetProtoParameters() argument734 if (proto_id.parameters_off_ == 0) { in GetProtoParameters()[all …]
60 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnType() local61 uint16_t return_type_idx = proto_id.return_type_idx_; in GetReturnType()
704 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices); in CreateSignature() local705 if (proto_id == NULL) { in CreateSignature()708 return Signature(this, *proto_id); in CreateSignature()
89 const art::DexFile::ProtoId& proto_id = in GetDeclaredArgumentTypes() local91 art::DexFileParameterIterator iterator(*dex_file_, proto_id); in GetDeclaredArgumentTypes()
514 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnTypeDescriptor() local515 uint16_t return_type_idx = proto_id.return_type_idx_; in GetReturnTypeDescriptor()
642 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type, signature_type_idxs, in FindProtoIndex() local644 if (proto_id == nullptr) { in FindProtoIndex()648 *proto_index = dex_file->GetIndexForProtoId(*proto_id); in FindProtoIndex()
329 const DexFile::ProtoId& proto_id = dex_file_->GetProtoId(method_id.proto_idx_); in BuildInvoke() local330 const char* descriptor = dex_file_->StringDataByIdx(proto_id.shorty_idx_); in BuildInvoke()
1213 const DexFile::ProtoId& proto_id = in SetTypesFromSignature() local1215 DexFileParameterIterator iterator(*dex_file_, proto_id); in SetTypesFromSignature()1287 const char* descriptor = dex_file_->GetReturnTypeDescriptor(proto_id); in SetTypesFromSignature()4109 const DexFile::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id); in GetMethodReturnType() local4110 uint16_t return_type_idx = proto_id.return_type_idx_; in GetMethodReturnType()