HomeSort by relevance Sort by last modified time
    Searched defs:proto_id (Results 1 - 16 of 16) sorted by null

  /art/runtime/
method_helper-inl.h 60 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); local
61 uint16_t return_type_idx = proto_id.return_type_idx_;
dex_file.cc 704 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices); local
705 if (proto_id == NULL) {
708 return Signature(this, *proto_id);
    [all...]
dex_file.h 599 // Looks up a method by its declaring class, name and proto_id
689 const char* GetReturnTypeDescriptor(const ProtoId& proto_id) const {
690 return StringByTypeIdx(proto_id.return_type_idx_);
705 uint16_t GetIndexForProtoId(const ProtoId& proto_id) const {
706 CHECK_GE(&proto_id, proto_ids_) << GetLocation();
707 CHECK_LT(&proto_id, proto_ids_ + header_->proto_ids_size_) << GetLocation();
708 return &proto_id - proto_ids_;
729 const ProtoId& proto_id = GetProtoId(proto_idx); local
730 return StringDataByIdx(proto_id.shorty_idx_);
733 const TypeList* GetProtoParameters(const ProtoId& proto_id) const
    [all...]
  /art/compiler/sea_ir/types/
type_inference.cc 89 const art::DexFile::ProtoId& proto_id = local
91 art::DexFileParameterIterator iterator(*dex_file_, proto_id);
  /external/ipsec-tools/src/racoon/
proposal.h 40 * A. chained list of transform, only for single proto_id
74 int proto_id; member in struct:saproto
isakmp_inf.c 415 "doi=%d proto_id=%d spi=%s(size=%d).\n",
417 ntohl(notify->doi), notify->proto_id, spi, notify->spi_size);
492 s_ipsecdoi_proto(delete->proto_id));
501 switch (delete->proto_id) {
506 "size %d(proto_id:%d)\n",
507 delete->spi_size, delete->proto_id);
532 "size %d(proto_id:%d)\n",
533 delete->spi_size, delete->proto_id);
538 purge_ipsec_spi(iph1->remote, delete->proto_id,
553 "size %d(proto_id:%d)\n"
1291 int proto_id, i; local
    [all...]
ipsec_doi.h 164 u_int8_t proto_id; /* Protocol ID */ member in struct:ipsecdoi_pl_id::ipsecdoi_id_b
isakmp.c 3196 u_int proto_id; local
    [all...]
isakmp.h 205 u_int8_t proto_id; /* Protocol */ member in struct:isakmp_pl_p
314 u_int8_t proto_id; /* Protocol-ID */ member in struct:isakmp_pl_n
378 u_int8_t proto_id; /* Protocol-Id */ member in struct:isakmp_pl_d
421 u_int8_t proto_id; /* Protocol-Id */ member in struct:isakmp_pl_ru
pfkey.c 721 pfkey_convertfromipsecdoi(proto_id, t_id, hashtype,
723 u_int proto_id;
733 switch (proto_id) {
870 satype = ipsecdoi2pfkey_proto(pr->proto_id);
873 "invalid proto_id %d\n", pr->proto_id);
935 int proto_id; local
980 proto_id = pfkey2ipsecdoi_proto(msg->sadb_msg_satype);
984 if (pr->proto_id == proto_id && pr->spi == 0)
1177 u_int proto_id, encmode, sa_mode; local
1532 u_int proto_id, sa_mode; local
1928 u_int proto_id; local
    [all...]
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 642 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type, signature_type_idxs, local
644 if (proto_id == nullptr) {
648 *proto_index = dex_file->GetIndexForProtoId(*proto_id);
    [all...]
  /art/compiler/optimizing/
builder.cc 329 const DexFile::ProtoId& proto_id = dex_file_->GetProtoId(method_id.proto_idx_); local
330 const char* descriptor = dex_file_->StringDataByIdx(proto_id.shorty_idx_);
  /external/tcpdump/
ipsec_doi.h 128 u_int8_t proto_id; /* Protocol ID */ member in struct:ipsecdoi_id
print-eigrp.c 147 u_int8_t proto_id; member in struct:eigrp_tlv_ip_ext_t
184 u_int8_t proto_id; member in struct:eigrp_tlv_at_ext_t
376 tok2str(eigrp_ext_proto_id_values,"unknown",tlv_ptr.eigrp_tlv_ip_ext->proto_id),
439 tok2str(eigrp_ext_proto_id_values,"unknown",tlv_ptr.eigrp_tlv_at_ext->proto_id),
  /art/runtime/mirror/
art_method-inl.h 514 const DexFile::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); local
515 uint16_t return_type_idx = proto_id.return_type_idx_;
  /art/runtime/verifier/
method_verifier.cc 1213 const DexFile::ProtoId& proto_id = local
4109 const DexFile::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id); local
    [all...]

Completed in 1553 milliseconds