Home
last modified time | relevance | path

Searched refs:TypedOpProfiler (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.h209 class TypedOpProfiler {
213 TypedOpProfiler() in TypedOpProfiler() function
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h295 TypedOpProfiler *GetTypdOpProfiler() const in GetTypdOpProfiler()
567 TypedOpProfiler *typedOpProfiler_ {nullptr};
Decma_context.cpp127 typedOpProfiler_ = new TypedOpProfiler(); in Initialize()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp396 TypedOpProfiler *profiler = thread->GetCurrentEcmaContext()->GetTypdOpProfiler(); in PrintTypedOpProfilerAndReset()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2506 TypedOpProfiler *profiler = thread->GetCurrentEcmaContext()->GetTypdOpProfiler(); in DEF_RUNTIME_STUBS()