Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter.cc54 static const int kBytecodeCount = static_cast<int>(Bytecode::kLast) + 1; in Interpreter() local
Dbytecodes.h466 static const int kBytecodeCount = static_cast<int>(Bytecode::kLast) + 1; variable