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

/art/compiler/dex/
H A Dreg_location.h50 unsigned high_word:1; // High word of pair? member in struct:art::RegLocation
H A Dlocal_value_numbering.cc1540 uint32_t high_word = High32Bits(mir->dalvikInsn.vB_wide); local
1543 uint16_t high_res = gvn_->LookupValue(Instruction::CONST, Low16Bits(high_word),
1544 High16Bits(high_word), 2);

Completed in 243 milliseconds