Home
last modified time | relevance | path

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

/art/compiler/dex/
Dlocal_value_numbering.cc1527 uint16_t high_res; in GetValueNumber() local
1529 high_res = gvn_->LookupValue(Instruction::CONST, 0xffff, 0xffff, 2); in GetValueNumber()
1531 high_res = gvn_->LookupValue(Instruction::CONST, 0, 0, 2); in GetValueNumber()
1533 res = gvn_->LookupValue(Instruction::CONST, low_res, high_res, 3); in GetValueNumber()
1543 uint16_t high_res = gvn_->LookupValue(Instruction::CONST, Low16Bits(high_word), in GetValueNumber() local
1545 res = gvn_->LookupValue(Instruction::CONST, low_res, high_res, 3); in GetValueNumber()
1552 uint16_t high_res = gvn_->LookupValue(Instruction::CONST, 0, in GetValueNumber() local
1554 res = gvn_->LookupValue(Instruction::CONST, low_res, high_res, 3); in GetValueNumber()