Searched refs:GetEcmaOpcodeStr (Results 1 – 9 of 9) sorted by relevance
58 …LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << kungfu::GetEcmaOpcodeStr(it->fir… in PrintAndReset()
318 inline std::string GetEcmaOpcodeStr(EcmaOpcode opcode) in GetEcmaOpcodeStr() function
252 log_ += "bytecode: " + GetEcmaOpcodeStr(ecmaOpcode); in CollectGateTypeLogInfo()
166 std::string bytecodeStr = GetEcmaOpcodeStr(opcode); in PrintAllGatesWithBytecode()
69 << GetEcmaOpcodeStr(a.first) << " rate: " << std::to_string(rate) in RunTSHCRLowering()75 << GetEcmaOpcodeStr(a.first) << " rate: " << std::to_string(0) in RunTSHCRLowering()
1680 log += GetEcmaOpcodeStr(iterator.GetBytecodeInfo().GetOpcode()) + ", " + "In=["; in PrintBytecodeInfo()
242 … ", \"bytecode\"=\"" + GetEcmaOpcodeStr(acc_.GetByteCodeOpcode(value.gate)) + "\", "); in Print()
1435 log += "bytecode: " + GetEcmaOpcodeStr(bytecodeInfo.GetOpcode()) + ", "; in CollectGateTypeLogInfo()
1901 std::string result = kungfu::GetEcmaOpcodeStr(static_cast<EcmaOpcode>(ecmaOpcode)); in DEF_RUNTIME_STUBS()