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

  /external/v8/src/interpreter/
bytecode-array-writer.h 48 Bytecodes::kMaxOperands * static_cast<size_t>(OperandSize::kLast);
bytecode-pipeline.h 367 uint32_t operands_[Bytecodes::kMaxOperands];
bytecode-array-builder.cc 248 static_assert(sizeof...(Operands) <= Bytecodes::kMaxOperands, \
    [all...]
bytecodes.h 410 static const int kMaxOperands = 4;
    [all...]

Completed in 444 milliseconds