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

/art/compiler/dex/
H A Dreg_location.h51 unsigned high_word:1; // High word of pair? member in struct:art::RegLocation
H A Dlocal_value_numbering.cc1159 if (raw_dest.high_word) {
1226 uint32_t high_word = High32Bits(value); local
1228 uint16_t high_res = gvn_->LookupValue(op, Low16Bits(high_word), High16Bits(high_word), 2);

Completed in 47 milliseconds