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

  /art/runtime/
dex_file.h 152 uint32_t name_idx_; // index into string_ids_ array for field name
162 uint32_t name_idx_; // index into string_ids_ array for method name
187 uint32_t source_file_idx_; // index into string_ids_ for source file name
406 return string_ids_[idx];
410 CHECK_GE(&string_id, string_ids_) << GetLocation();
411 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation();
412 return &string_id - string_ids_;
848 string_ids_(0),
897 const StringId* string_ids_; member in class:art::DexFile
    [all...]
dex_file.cc 291 string_ids_ = reinterpret_cast<const StringId*>(b + h->string_ids_off_);
    [all...]

Completed in 44 milliseconds