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

  /art/runtime/
dex_file-inl.h 88 if (!DexFileStringEquals(dex_file_, return_type_id.descriptor_idx_,
89 rhs.dex_file_, rhs_return_type_id.descriptor_idx_)) {
105 if (!DexFileStringEquals(dex_file_, param_id.descriptor_idx_,
106 rhs.dex_file_, rhs_param_id.descriptor_idx_)) {
dex_file.h 156 uint32_t descriptor_idx_; // index into string_ids member in struct:art::DexFile::TypeId
525 return StringDataAndUtf16LengthByIdx(type_id.descriptor_idx_, unicode_length);
530 return StringDataByIdx(type_id.descriptor_idx_);
535 return StringDataByIdx(type_id.descriptor_idx_);
    [all...]
dex_file_verifier.cc 81 uint32_t idx = type_id.descriptor_idx_;
    [all...]
dex_file.cc 596 if (string_idx > type_id.descriptor_idx_) {
598 } else if (string_idx < type_id.descriptor_idx_) {
    [all...]
class_linker.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc 829 IsImageClass(dex_file.StringDataByIdx(dex_file.GetTypeId(type_idx).descriptor_idx_))) {
    [all...]

Completed in 503 milliseconds