Searched refs:GetEcmaOpcodeStr (Results 1 – 8 of 8) sorted by relevance
146 return GetEcmaOpcodeStr(opcode_); in Str()
350 inline std::string GetEcmaOpcodeStr(EcmaOpcode opcode) in GetEcmaOpcodeStr() function380 …optBCRangeStr.append(" index:" + std::to_string(i) + " ecmaOpCode:" + GetEcmaOpcodeStr(ecmaOpC… in GetHelpForEcmaCodeListForRange()
252 log_ += "bytecode: " + GetEcmaOpcodeStr(ecmaOpcode); in CollectGateTypeLogInfo()
67 << GetEcmaOpcodeStr(a.first) << " rate: " << std::to_string(rate) in RunTypedBytecodeLowering()73 << GetEcmaOpcodeStr(a.first) << " rate: " << std::to_string(0) in RunTypedBytecodeLowering()105 … LOG_COMPILER(INFO) << "TypedBytecodeLowering ignore opcode:" << GetEcmaOpcodeStr(ecmaOpcode); in CheckIsInOptBCIgnoreRange()
1291 log += GetEcmaOpcodeStr(iterator.GetBytecodeInfo().GetOpcode()) + ", " + "In=["; in PrintBytecodeInfo()
61 …LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << kungfu::GetEcmaOpcodeStr(it->fir… in PrintAndReset()166 …LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << kungfu::GetEcmaOpcodeStr(record.… in FilterMethodToPrint()
2819 std::string opcode = kungfu::GetEcmaOpcodeStr(static_cast<EcmaOpcode>(ecmaOpcode)); in DEF_RUNTIME_STUBS()
147 … LOG_INST() << "processing opCode: " << GetEcmaOpcodeStr(Bytecodes::GetOpcode(bytecodeArray)); in Compile()