Searched refs:high_res (Results 1 – 1 of 1) sorted by relevance
/art/compiler/dex/ |
D | local_value_numbering.cc | 142 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()
|