Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc396 uint32_t low_32bits; in GetVRegPairFromDebuggerShadowFrame() local
398 bool success = GetVRegFromDebuggerShadowFrame(vreg, kind_lo, &low_32bits); in GetVRegPairFromDebuggerShadowFrame()
401 *val = (static_cast<uint64_t>(high_32bits) << 32) | static_cast<uint64_t>(low_32bits); in GetVRegPairFromDebuggerShadowFrame()
441 uint32_t low_32bits; in GetVRegPairFromOptimizedCode() local
443 bool success = GetVRegFromOptimizedCode(m, vreg, kind_lo, &low_32bits); in GetVRegPairFromOptimizedCode()
446 *val = (static_cast<uint64_t>(high_32bits) << 32) | static_cast<uint64_t>(low_32bits); in GetVRegPairFromOptimizedCode()