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

  /art/runtime/
dex_file.h 142 uint32_t descriptor_idx_; // index into string_ids member in struct:art::DexFile::TypeId
469 return StringDataAndLengthByIdx(type_id.descriptor_idx_, unicode_length);
474 return StringDataByIdx(type_id.descriptor_idx_);
479 return StringDataByIdx(type_id.descriptor_idx_);
    [all...]
dex_file_verifier.cc     [all...]
dex_file.cc 484 if (string_idx > type_id.descriptor_idx_) {
486 } else if (string_idx < type_id.descriptor_idx_) {
    [all...]

Completed in 459 milliseconds