Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter.cc61 static const int kBytecodeCount = static_cast<int>(Bytecode::kLast) + 1; in Initialize() local
63 new uintptr_t[kBytecodeCount * kBytecodeCount]); in Initialize()
65 sizeof(uintptr_t) * kBytecodeCount * kBytecodeCount); in Initialize()