Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc2976 if (string_index_ != other_load_string->string_index_ || in InstructionDataEquals()
Dnodes.h6626 string_index_(string_index), in HLoadString()
6650 return string_index_; in GetStringIndex()
6665 size_t ComputeHashCode() const override { return string_index_.index_; } in ComputeHashCode()
6719 dex::StringIndex string_index_; variable