Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecodes.h774 return kBytecodeSizes[scale_index][static_cast<size_t>(bytecode)]; in Size()
914 return reinterpret_cast<Address>(const_cast<int*>(&kBytecodeSizes[0][0])); in bytecode_size_table_address()
924 static const int kBytecodeSizes[3][kBytecodeCount]; variable
Dbytecodes.cc41 const int Bytecodes::kBytecodeSizes[3][kBytecodeCount] = { member in v8::internal::interpreter::Bytecodes