Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h5479 string_index_(string_index) { in HLoadString()
5497 string_index_ = string_index; in SetLoadKindWithStringReference()
5518 return string_index_; in GetStringIndex()
5532 size_t ComputeHashCode() const OVERRIDE { return string_index_; } in ComputeHashCode()
5601 uint32_t string_index_; variable
Dnodes.cc2445 if (string_index_ != other_load_string->string_index_ || in InstructionDataEquals()