Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc3020 if (string_index_ != other_load_string->string_index_ || in InstructionDataEquals()
Dnodes.h6517 string_index_(string_index), in HLoadString()
6541 return string_index_; in GetStringIndex()
6556 size_t ComputeHashCode() const override { return string_index_.index_; } in ComputeHashCode()
6610 dex::StringIndex string_index_; variable