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.cpp63 …LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << kungfu::GetEcmaOpcodeStr(it->fir… in PrintAndReset()
124 …LOG_ECMA(INFO) << std::right << std::setw(nameRightAdjustment) << kungfu::GetEcmaOpcodeStr(record.… in PrintMethodRecord()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_gate_meta_data.h127 return GetEcmaOpcodeStr(opcode_); in Str()
Decma_opcode_des.h330 inline std::string GetEcmaOpcodeStr(EcmaOpcode opcode) in GetEcmaOpcodeStr() function
Dcompiler_log.cpp252 log_ += "bytecode: " + GetEcmaOpcodeStr(ecmaOpcode); in CollectGateTypeLogInfo()
Dbytecode_circuit_builder.cpp829 log += GetEcmaOpcodeStr(iterator.GetBytecodeInfo().GetOpcode()) + ", " + "In=["; in PrintBytecodeInfo()
Dtyped_bytecode_lowering.cpp71 << GetEcmaOpcodeStr(a.first) << " rate: " << std::to_string(rate) in RunTypedBytecodeLowering()
77 << GetEcmaOpcodeStr(a.first) << " rate: " << std::to_string(0) in RunTypedBytecodeLowering()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.cpp91 … ", \"bytecode\"=\"" + GetEcmaOpcodeStr(acc_.GetByteCodeOpcode(value.gate)) + "\", "); in Print()
Dmethod_type_infer.cpp1554 log += "bytecode: " + GetEcmaOpcodeStr(bytecodeInfo.GetOpcode()) + ", "; in CollectGateTypeLogInfo()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2485 std::string opcode = kungfu::GetEcmaOpcodeStr(static_cast<EcmaOpcode>(ecmaOpcode)); in DEF_RUNTIME_STUBS()