Searched defs:low_32bits (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dstack.cc353 uint32_t low_32bits; local
355 bool success = GetVRegFromDebuggerShadowFrame(vreg, kind_lo, &low_32bits);
358 *val = (static_cast<uint64_t>(high_32bits) << 32) | static_cast<uint64_t>(low_32bits);
392 uint32_t low_32bits; local
394 bool success = GetVRegFromOptimizedCode(m, vreg, kind_lo, &low_32bits);
397 *val = (static_cast<uint64_t>(high_32bits) << 32) | static_cast<uint64_t>(low_32bits);

Completed in 78 milliseconds