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

  /art/runtime/
dex_file-inl.h 29 const uint8_t* ptr = begin_ + string_id.string_data_off_;
36 const uint8_t* ptr = begin_ + string_id.string_data_off_;
type_lookup_table.cc 86 entry.str_offset = str_id.string_data_off_;
100 entry.str_offset = str_id.string_data_off_;
dex_file_verifier.cc 131 string_data_off_;
    [all...]
dex_file.h 149 uint32_t string_data_off_; // offset in bytes from the base address member in struct:art::DexFile::StringId
    [all...]
  /art/dexlayout/
dex_ir.cc 351 string_datas_.AddItem(string_data, disk_string_id.string_data_off_);
    [all...]

Completed in 48 milliseconds