Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecodes.cc41 const uint8_t Bytecodes::kBytecodeSizes[3][kBytecodeCount] = { member in v8::internal::interpreter::Bytecodes
Dbytecodes.h889 return kBytecodeSizes[scale_index][static_cast<size_t>(bytecode)]; in Size()
1030 const_cast<uint8_t*>(&kBytecodeSizes[0][0])); in bytecode_size_table_address()
1040 static const uint8_t kBytecodeSizes[3][kBytecodeCount]; variable