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

  /external/v8/test/unittests/interpreter/
bytecodes-unittest.cc 277 CHECK(Bytecodes::SizeForUnsignedOperand(kMaxUInt16) == OperandSize::kShort);
278 CHECK(Bytecodes::SizeForUnsignedOperand(kMaxUInt16 + 1) ==
287 CHECK(Bytecodes::SizeForUnsignedOperand(static_cast<size_t>(kMaxUInt16)) ==
290 static_cast<size_t>(kMaxUInt16 + 1)) == OperandSize::kQuad);
  /external/v8/src/
globals.h 112 const int kMaxUInt16 = (1 << 16) - 1;
    [all...]
  /external/v8/src/interpreter/
bytecodes.cc 639 } else if (value <= kMaxUInt16) {
  /external/v8/src/crankshaft/
hydrogen-instructions.cc     [all...]
  /external/v8/src/compiler/
typer.cc     [all...]

Completed in 133 milliseconds