Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc428 uint64_t val_hi = NterpGetVReg(cur_quick_frame_, vreg + 1); in GetVRegPair() local
429 *val = (val_hi << 32) + val_lo; in GetVRegPair()