Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc3251 const HLoadString* other_load_string = other->AsLoadString(); in InstructionDataEquals() local
3254 if (string_index_ != other_load_string->string_index_ || in InstructionDataEquals()
3255 GetPackedFields() != other_load_string->GetPackedFields()) { in InstructionDataEquals()
3263 return GetString().Get() == other_load_string->GetString().Get(); in InstructionDataEquals()
3266 return IsSameDexFile(GetDexFile(), other_load_string->GetDexFile()); in InstructionDataEquals()