Searched refs:string_ids_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex_file.h167 uint32_t name_idx_; // index into string_ids_ array for field name
177 uint32_t name_idx_; // index into string_ids_ array for method name
202 uint32_t source_file_idx_; // index into string_ids_ for source file name
477 return string_ids_[idx];
481 CHECK_GE(&string_id, string_ids_) << GetLocation();
482 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation();
483 return &string_id - string_ids_;
1003 const StringId* const string_ids_; member in class:art::DexFile
H A Ddex_file.cc406 string_ids_(reinterpret_cast<const StringId*>(base + header_->string_ids_off_)),

Completed in 10 milliseconds