Home
last modified time | relevance | path

Searched refs:GetOptCodeProfiler (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_context.h229 OptCodeProfiler *GetOptCodeProfiler() const in GetOptCodeProfiler() function
Djs_runtime_options.h1028 bool GetOptCodeProfiler() const in GetOptCodeProfiler() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h158 profiling_ = options->GetOptCodeProfiler(); in tripleStr_()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1912 OptCodeProfiler *profiler = thread->GetCurrentEcmaContext()->GetOptCodeProfiler(); in DEF_RUNTIME_STUBS()