Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.h477 return string_ids_[idx]; in GetStringId()
481 CHECK_GE(&string_id, string_ids_) << GetLocation(); in GetIndexForStringId()
482 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation(); in GetIndexForStringId()
483 return &string_id - string_ids_; in GetIndexForStringId()
1003 const StringId* const string_ids_; variable
Ddex_file.cc406 string_ids_(reinterpret_cast<const StringId*>(base + header_->string_ids_off_)), in DexFile()