Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.cpp58 …LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << kungfu::GetEcmaOpcodeStr(it->fir… in PrintAndReset()
/arkcompiler/ets_runtime/ecmascript/compiler/
Decma_opcode_des.h318 inline std::string GetEcmaOpcodeStr(EcmaOpcode opcode) in GetEcmaOpcodeStr() function
Dcompiler_log.cpp252 log_ += "bytecode: " + GetEcmaOpcodeStr(ecmaOpcode); in CollectGateTypeLogInfo()
Dcircuit.cpp166 std::string bytecodeStr = GetEcmaOpcodeStr(opcode); in PrintAllGatesWithBytecode()
Dts_hcr_lowering.cpp69 << GetEcmaOpcodeStr(a.first) << " rate: " << std::to_string(rate) in RunTSHCRLowering()
75 << GetEcmaOpcodeStr(a.first) << " rate: " << std::to_string(0) in RunTSHCRLowering()
Dbytecode_circuit_builder.cpp1680 log += GetEcmaOpcodeStr(iterator.GetBytecodeInfo().GetOpcode()) + ", " + "In=["; in PrintBytecodeInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp242 … ", \"bytecode\"=\"" + GetEcmaOpcodeStr(acc_.GetByteCodeOpcode(value.gate)) + "\", "); in Print()
Dmethod_type_infer.cpp1435 log += "bytecode: " + GetEcmaOpcodeStr(bytecodeInfo.GetOpcode()) + ", "; in CollectGateTypeLogInfo()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1901 std::string result = kungfu::GetEcmaOpcodeStr(static_cast<EcmaOpcode>(ecmaOpcode)); in DEF_RUNTIME_STUBS()