Home
last modified time | relevance | path

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

/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3667 int32_t v_high = v >> 32; in AddInt64() local
3671 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) { in AddInt64()
3680 buffer_.push_back(v_high); in AddInt64()