Lines Matching refs:Bytecodes
138 if (!Bytecodes::BytecodeHasHandler(bytecode, operand_scale)) return;
143 Bytecodes::ToString(bytecode), Bytecodes::ReturnCount(bytecode));
145 if (Bytecodes::MakesCallAlongCriticalPath(bytecode)) {
156 Bytecodes::ToString(bytecode, operand_scale).c_str()));
162 DCHECK(Bytecodes::BytecodeHasHandler(bytecode, operand_scale));
314 if (dispatch_table_[Bytecodes::ToByte(Bytecode::k##Name)] == \
325 int from_index = Bytecodes::ToByte(from);
326 int to_index = Bytecodes::ToByte(to);
349 Bytecode from_bytecode = Bytecodes::FromByte(from_index);
353 Bytecode to_bytecode = Bytecodes::FromByte(to_index);
357 std::string to_name = Bytecodes::ToString(to_bytecode);
369 std::string from_name = Bytecodes::ToString(from_bytecode);