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

  /art/runtime/
dex_file-inl.h 156 return proto_id_ == rhs.proto_id_;
159 const char* lhs_shorty_data = dex_file_->StringDataAndUtf16LengthByIdx(proto_id_->shorty_idx_,
165 rhs.dex_file_->StringDataAndUtf16LengthByIdx(rhs.proto_id_->shorty_idx_,
173 const DexFile::TypeId& return_type_id = dex_file_->GetTypeId(proto_id_->return_type_idx_);
175 rhs.dex_file_->GetTypeId(rhs.proto_id_->return_type_idx_);
182 const DexFile::TypeList* params = dex_file_->GetProtoParameters(*proto_id_);
183 const DexFile::TypeList* rhs_params = rhs.dex_file_->GetProtoParameters(*rhs.proto_id_);
dex_file.cc     [all...]
dex_file.h 1305 const DexFile::ProtoId* const proto_id_; member in class:art::DexFile::Signature::DexFile
    [all...]

Completed in 52 milliseconds