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.h52 class OptCodeProfiler {
175 OptCodeProfiler() in OptCodeProfiler() function
179 #define BYTECODE_PROF_MAP(name) { kungfu::EcmaOpcode::name, OptCodeProfiler::Value() }, in OptCodeProfiler()
186 ~OptCodeProfiler();
Dopt_code_profiler.cpp25 void OptCodeProfiler::PrintAndReset() in PrintAndReset()
89 void OptCodeProfiler::FilterMethodToPrint() in FilterMethodToPrint()
141 void OptCodeProfiler::PrintMethodRecord(Key key, std::string methodName) in FilterMethodToPrint()
175 void OptCodeProfiler::Update(JSHandle<JSTaggedValue> &func, int bcIndex, EcmaOpcode opcode, Mode mo… in FilterMethodToPrint()
236 OptCodeProfiler::~OptCodeProfiler() in FilterMethodToPrint()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h65 class OptCodeProfiler; variable
311 OptCodeProfiler *GetOptCodeProfiler() const in GetOptCodeProfiler()
720 OptCodeProfiler *optCodeProfiler_ {nullptr};
Decma_context.cpp103 optCodeProfiler_ = new OptCodeProfiler(); in Initialize()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_bytecode_lowering.cpp321 …builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::TYPED_PATH))); in AddProfiling()
Dtyped_bytecode_lowering.cpp2164 …builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::TYPED_PATH))); in AddProfiling()
Dslowpath_lowering.cpp3114 … builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::SLOW_PATH))); in AddProfiling()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2830 OptCodeProfiler::Mode mode = static_cast<OptCodeProfiler::Mode>(GetArg(argv, argc, 3).GetInt()); in DEF_RUNTIME_STUBS()
2831 OptCodeProfiler *profiler = thread->GetCurrentEcmaContext()->GetOptCodeProfiler(); in DEF_RUNTIME_STUBS()