Searched refs:GetEcmaOpcodeStr (Results 1 – 9 of 9) sorted by relevance
63 …LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << kungfu::GetEcmaOpcodeStr(it->fir… in PrintAndReset()124 …LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << kungfu::GetEcmaOpcodeStr(record.… in PrintMethodRecord()
127 return GetEcmaOpcodeStr(opcode_); in Str()
330 inline std::string GetEcmaOpcodeStr(EcmaOpcode opcode) in GetEcmaOpcodeStr() function
252 log_ += "bytecode: " + GetEcmaOpcodeStr(ecmaOpcode); in CollectGateTypeLogInfo()
829 log += GetEcmaOpcodeStr(iterator.GetBytecodeInfo().GetOpcode()) + ", " + "In=["; in PrintBytecodeInfo()
71 << GetEcmaOpcodeStr(a.first) << " rate: " << std::to_string(rate) in RunTypedBytecodeLowering()77 << GetEcmaOpcodeStr(a.first) << " rate: " << std::to_string(0) in RunTypedBytecodeLowering()
91 … ", \"bytecode\"=\"" + GetEcmaOpcodeStr(acc_.GetByteCodeOpcode(value.gate)) + "\", "); in Print()
1554 log += "bytecode: " + GetEcmaOpcodeStr(bytecodeInfo.GetOpcode()) + ", "; in CollectGateTypeLogInfo()
2485 std::string opcode = kungfu::GetEcmaOpcodeStr(static_cast<EcmaOpcode>(ecmaOpcode)); in DEF_RUNTIME_STUBS()