Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.h22 class OptCodeProfiler {
59 OptCodeProfiler() in OptCodeProfiler() function
63 #define BYTECODE_PROF_MAP(name) { kungfu::EcmaOpcode::name, OptCodeProfiler::Value() }, in OptCodeProfiler()
70 ~OptCodeProfiler();
Dopt_code_profiler.cpp23 void OptCodeProfiler::PrintAndReset() in PrintAndReset()
81 OptCodeProfiler::~OptCodeProfiler() in ~OptCodeProfiler()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h61 class OptCodeProfiler; variable
229 OptCodeProfiler *GetOptCodeProfiler() const in GetOptCodeProfiler()
441 OptCodeProfiler *optCodeProfiler_ {nullptr};
Decma_context.cpp106 optCodeProfiler_ = new OptCodeProfiler(); in Initialize()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp275 …builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::TYPED_PATH))); in AddProfiling()
Dts_hcr_lowering.cpp1493 …builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::TYPED_PATH))); in AddProfiling()
Dslowpath_lowering.cpp2817 … builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::SLOW_PATH))); in AddProfiling()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1912 OptCodeProfiler::Mode mode = static_cast<OptCodeProfiler::Mode>(GetArg(argv, argc, 1).GetInt()); in DEF_RUNTIME_STUBS()
1913 OptCodeProfiler *profiler = thread->GetCurrentEcmaContext()->GetOptCodeProfiler(); in DEF_RUNTIME_STUBS()