Searched refs:v_low (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/x86/
H A Dassembler_x86.cc2881 int32_t v_low = Low32Bits(v); local
2886 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) {
2894 buffer_.push_back(v_low);
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc3666 int32_t v_low = v; local
3671 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) {
3679 buffer_.push_back(v_low);

Completed in 103 milliseconds