Home
last modified time | relevance | path

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

/art/compiler/dex/
Dlocal_value_numbering.cc142 uint16_t high_res; in GetValueNumber() local
144 high_res = LookupValue(Instruction::CONST, 0xffff, 0xffff, 2); in GetValueNumber()
146 high_res = LookupValue(Instruction::CONST, 0, 0, 2); in GetValueNumber()
148 uint16_t res = LookupValue(Instruction::CONST, low_res, high_res, 3); in GetValueNumber()
158 uint16_t high_res = LookupValue(Instruction::CONST, Low16Bits(high_word), in GetValueNumber() local
160 uint16_t res = LookupValue(Instruction::CONST, low_res, high_res, 3); in GetValueNumber()
167 uint16_t high_res = LookupValue(Instruction::CONST, 0, Low16Bits(mir->dalvikInsn.vB), 2); in GetValueNumber() local
168 uint16_t res = LookupValue(Instruction::CONST, low_res, high_res, 3); in GetValueNumber()