Home
last modified time | relevance | path

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

/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2907 int32_t v_low = v; in AddInt64() local
2912 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) { in AddInt64()
2920 buffer_.push_back(v_low); in AddInt64()