Lines Matching refs:Bytecode
80 static const int kBytecodeCount = static_cast<int>(Bytecode::kLast) + 1; in InitDispatchCounters()
89 Builtin BuiltinIndexFromBytecode(Bytecode bytecode, in BuiltinIndexFromBytecode()
94 index = static_cast<int>(Bytecode::kFirstShortStar); in BuiltinIndexFromBytecode()
95 } else if (bytecode > Bytecode::kLastShortStar) { in BuiltinIndexFromBytecode()
118 CodeT Interpreter::GetBytecodeHandler(Bytecode bytecode, in GetBytecodeHandler()
124 void Interpreter::SetBytecodeHandler(Bytecode bytecode, in SetBytecodeHandler()
134 size_t Interpreter::GetDispatchTableIndex(Bytecode bytecode, in GetDispatchTableIndex()
329 const std::function<void(Bytecode, OperandScale)>& f) { in ForEachBytecode() argument
355 ForEachBytecode([=](Bytecode bytecode, OperandScale operand_scale) { in Initialize()
386 uintptr_t Interpreter::GetDispatchCounter(Bytecode from, Bytecode to) const { in GetDispatchCounter()
412 Bytecode from_bytecode = Bytecodes::FromByte(from_index); in GetDispatchCountersObject()
417 Bytecode to_bytecode = Bytecodes::FromByte(to_index); in GetDispatchCountersObject()