Home
last modified time | relevance | path

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

/art/compiler/dex/
Dlocal_value_numbering.cc1525 uint16_t low_res = gvn_->LookupValue(Instruction::CONST, Low16Bits(mir->dalvikInsn.vB), in GetValueNumber() local
1533 res = gvn_->LookupValue(Instruction::CONST, low_res, high_res, 3); in GetValueNumber()
1541 uint16_t low_res = gvn_->LookupValue(Instruction::CONST, Low16Bits(low_word), in GetValueNumber() local
1545 res = gvn_->LookupValue(Instruction::CONST, low_res, high_res, 3); in GetValueNumber()
1551 uint16_t low_res = gvn_->LookupValue(Instruction::CONST, 0, 0, 1); in GetValueNumber() local
1554 res = gvn_->LookupValue(Instruction::CONST, low_res, high_res, 3); in GetValueNumber()