Home
last modified time | relevance | path

Searched refs:GetEcmaOpcodeStr (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_gate_meta_data.h146 return GetEcmaOpcodeStr(opcode_); in Str()
Decma_opcode_des.h350 inline std::string GetEcmaOpcodeStr(EcmaOpcode opcode) in GetEcmaOpcodeStr() function
380 …optBCRangeStr.append(" index:" + std::to_string(i) + " ecmaOpCode:" + GetEcmaOpcodeStr(ecmaOpC… in GetHelpForEcmaCodeListForRange()
Dcompiler_log.cpp252 log_ += "bytecode: " + GetEcmaOpcodeStr(ecmaOpcode); in CollectGateTypeLogInfo()
Dtyped_bytecode_lowering.cpp67 << 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()
Dbytecode_circuit_builder.cpp1291 log += GetEcmaOpcodeStr(iterator.GetBytecodeInfo().GetOpcode()) + ", " + "In=["; in PrintBytecodeInfo()
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.cpp61 …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()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2819 std::string opcode = kungfu::GetEcmaOpcodeStr(static_cast<EcmaOpcode>(ecmaOpcode)); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp147 … LOG_INST() << "processing opCode: " << GetEcmaOpcodeStr(Bytecodes::GetOpcode(bytecodeArray)); in Compile()