HomeSort by relevance Sort by last modified time
    Searched refs:proto_ids_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
dex_file.h 175 uint16_t proto_idx_; // index into proto_ids_ array for method prototype
702 return proto_ids_[idx];
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_;
990 const ProtoId* const proto_ids_; member in class:art::DexFile
    [all...]
dex_file.cc 358 proto_ids_(reinterpret_cast<const ProtoId*>(base + header_->proto_ids_off_)),
    [all...]

Completed in 49 milliseconds