HomeSort by relevance Sort by last modified time
    Searched defs:high_bits (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/test/cctest/
test-log-stack-tracer.cc 94 int32_t high_bits = static_cast<int32_t>(fp >> 32); local
96 args.This()->Set(v8_str("high_bits"), v8_num(high_bits));
125 " %s(fp.low_bits, fp.high_bits);"
trace-extension.cc 68 int64_t high_bits = *reinterpret_cast<uint64_t*>(*args[1]); local
69 Address fp = reinterpret_cast<Address>(high_bits | low_bits);
  /external/chromium_org/base/containers/
hash_tables.h 142 std::size_t high_bits = static_cast<std::size_t>( local
144 return high_bits;
177 std::size_t high_bits = static_cast<std::size_t>( local
179 return high_bits;
  /art/compiler/dex/quick/arm64/
utility_arm64.cc 408 uint16_t high_bits = High16Bits(value); local
412 bool high_fast = ((uint16_t)(high_bits + 1) <= 1);
416 if (LIKELY(low_bits == high_bits)) {
426 uniform_bits = high_bits;
431 useful_bits = high_bits;
448 NewLIR3(kA64Movk3rdM, r_dest.GetReg(), high_bits, 1);
    [all...]

Completed in 953 milliseconds