Home
last modified time | relevance | path

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

/art/compiler/dex/
Dlocal_value_numbering.cc140 uint16_t low_res = LookupValue(Instruction::CONST, Low16Bits(mir->dalvikInsn.vB), in GetValueNumber() local
148 uint16_t res = LookupValue(Instruction::CONST, low_res, high_res, 3); in GetValueNumber()
156 uint16_t low_res = LookupValue(Instruction::CONST, Low16Bits(low_word), in GetValueNumber() local
160 uint16_t res = LookupValue(Instruction::CONST, low_res, high_res, 3); in GetValueNumber()
166 uint16_t low_res = LookupValue(Instruction::CONST, 0, 0, 1); in GetValueNumber() local
168 uint16_t res = LookupValue(Instruction::CONST, low_res, high_res, 3); in GetValueNumber()