Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.cpp61 LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << kungfu::GetEcmaOpcodeStr(it->first) in PrintAndReset()
166 LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << kungfu::GetEcmaOpcodeStr(record.GetOpCode()) in FilterMethodToPrint()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_gate_meta_data.h156 return GetEcmaOpcodeStr(opcode_); in Str()
H A Decma_opcode_des.h351 inline std::string GetEcmaOpcodeStr(EcmaOpcode opcode) in GetEcmaOpcodeStr() function
381 optBCRangeStr.append(" index:" + std::to_string(i) + " ecmaOpCode:" + GetEcmaOpcodeStr(ecmaOpCode) + "\n"); in GetHelpForEcmaCodeListForRange()
H A Dcompiler_log.cpp252 log_ += "bytecode: " + GetEcmaOpcodeStr(ecmaOpcode); in CollectGateTypeLogInfo()
H A 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()
H A Dbytecode_circuit_builder.cpp1265 log += GetEcmaOpcodeStr(iterator.GetBytecodeInfo().GetOpcode()) + ", " + "In=["; in PrintBytecodeInfo()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp2811 std::string opcode = kungfu::GetEcmaOpcodeStr(static_cast<EcmaOpcode>(ecmaOpcode)); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp147 LOG_INST() << "processing opCode: " << GetEcmaOpcodeStr(Bytecodes::GetOpcode(bytecodeArray)); in Compile()

Completed in 27 milliseconds