Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc3017 const HLoadString* other_load_string = other->AsLoadString(); in InstructionDataEquals() local
3020 if (string_index_ != other_load_string->string_index_ || in InstructionDataEquals()
3021 GetPackedFields() != other_load_string->GetPackedFields()) { in InstructionDataEquals()
3029 return GetString().Get() == other_load_string->GetString().Get(); in InstructionDataEquals()
3032 return IsSameDexFile(GetDexFile(), other_load_string->GetDexFile()); in InstructionDataEquals()