Searched defs:high_res (Results 1 - 1 of 1) sorted by relevance

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

Completed in 8 milliseconds