Home
last modified time | relevance | path

Searched defs:kBytecodeCount (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dinterpreter.cc80 static const int kBytecodeCount = static_cast<int>(Bytecode::kLast) + 1; in InitDispatchCounters() local
Dbytecodes.h564 static const int kBytecodeCount = static_cast<int>(Bytecode::kLast) + 1; variable