Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc398 uint32_t high_32bits; in GetVRegPairFromDebuggerShadowFrame() local
400 success &= GetVRegFromDebuggerShadowFrame(vreg + 1, kind_hi, &high_32bits); in GetVRegPairFromDebuggerShadowFrame()
402 *val = (static_cast<uint64_t>(high_32bits) << 32) | static_cast<uint64_t>(low_32bits); in GetVRegPairFromDebuggerShadowFrame()
443 uint32_t high_32bits; in GetVRegPairFromOptimizedCode() local
445 success &= GetVRegFromOptimizedCode(m, vreg + 1, kind_hi, &high_32bits); in GetVRegPairFromOptimizedCode()
447 *val = (static_cast<uint64_t>(high_32bits) << 32) | static_cast<uint64_t>(low_32bits); in GetVRegPairFromOptimizedCode()