Home
last modified time | relevance | path

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

/art/compiler/dex/
Dlocal_value_numbering.cc1228 uint16_t high_res = gvn_->LookupValue(op, Low16Bits(high_word), High16Bits(high_word), 2); in HandleConstWide() local
1229 uint16_t res = gvn_->LookupValue(op, low_res, high_res, 3); in HandleConstWide()