Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.h245 return string_ids_[idx.index_]; in GetStringId()
249 CHECK_GE(&string_id, string_ids_) << GetLocation(); in GetIndexForStringId()
250 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation(); in GetIndexForStringId()
251 return dex::StringIndex(&string_id - string_ids_); in GetIndexForStringId()
837 const dex::StringId* const string_ids_; variable
Ddex_file.cc113 string_ids_(reinterpret_cast<const StringId*>(base + header_->string_ids_off_)), in DexFile()
/art/dexlayout/
Ddex_ir.h395 string_ids_(num_string_ids), in Header()
438 IndexedCollectionVector<StringId>& StringIds() { return string_ids_; } in StringIds()
439 const IndexedCollectionVector<StringId>& StringIds() const { return string_ids_; } in StringIds()
550 IndexedCollectionVector<StringId> string_ids_; variable
1018 string_ids_(std::move(string_ids)), in CodeFixups()
1023 const std::vector<StringId*>& StringIds() const { return string_ids_; } in StringIds()
1029 std::vector<StringId*> string_ids_; variable