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

  /art/runtime/
dex_file-inl.h 71 const char* lhs_shorty_data = dex_file_->StringDataAndUtf16LengthByIdx(proto_id_->shorty_idx_,
77 rhs.dex_file_->StringDataAndUtf16LengthByIdx(rhs.proto_id_->shorty_idx_,
dex_file.h 184 uint32_t shorty_idx_; // index into string_ids array for shorty descriptor member in struct:art::DexFile::ProtoId
625 return StringDataByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_);
629 return StringDataAndUtf16LengthByIdx(GetProtoId(method_id.proto_idx_).shorty_idx_, length);
730 return StringDataByIdx(proto_id.shorty_idx_);
    [all...]
dex_file_verifier.cc     [all...]
  /art/compiler/optimizing/
builder.cc 330 const char* descriptor = dex_file_->StringDataByIdx(proto_id.shorty_idx_);

Completed in 281 milliseconds