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

  /external/v8/src/snapshot/
snapshot-source-sink.h 89 DCHECK_LE(b, kMaxUInt8);
  /external/v8/src/interpreter/
interpreter-intrinsics.h 58 STATIC_ASSERT(static_cast<uint32_t>(IntrinsicId::kIdCount) <= kMaxUInt8);
interpreter.h 160 static const int kDispatchTableSize = kNumberOfWideVariants * (kMaxUInt8 + 1);
bytecodes.cc 637 if (value <= kMaxUInt8) {
  /external/v8/test/unittests/interpreter/
bytecodes-unittest.cc 274 CHECK(Bytecodes::SizeForUnsignedOperand(kMaxUInt8) == OperandSize::kByte);
275 CHECK(Bytecodes::SizeForUnsignedOperand(kMaxUInt8 + 1) ==
283 CHECK(Bytecodes::SizeForUnsignedOperand(static_cast<size_t>(kMaxUInt8)) ==
285 CHECK(Bytecodes::SizeForUnsignedOperand(static_cast<size_t>(kMaxUInt8 + 1)) ==
  /external/v8/src/
globals.h 108 const int kMaxUInt8 = (1 << 8) - 1;
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc     [all...]

Completed in 187 milliseconds