HomeSort by relevance Sort by last modified time
    Searched refs:high_32bits (Results 1 - 2 of 2) sorted by null

  /art/runtime/
stack.cc 308 uint32_t high_32bits; local
310 success &= GetVRegFromDebuggerShadowFrame(vreg + 1, kind_hi, &high_32bits);
312 *val = (static_cast<uint64_t>(high_32bits) << 32) | static_cast<uint64_t>(low_32bits);
347 uint32_t high_32bits; local
349 success &= GetVRegFromOptimizedCode(m, vreg + 1, kind_hi, &high_32bits);
351 *val = (static_cast<uint64_t>(high_32bits) << 32) | static_cast<uint64_t>(low_32bits);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
llvm_util.cc 687 llvm::Value* high_32bits = local
689 return std::make_pair(low_32bits, high_32bits);

Completed in 317 milliseconds