Searched refs:kBytecodeSizes (Results 1 – 2 of 2) sorted by relevance
41 const uint8_t Bytecodes::kBytecodeSizes[3][kBytecodeCount] = { member in v8::internal::interpreter::Bytecodes
889 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