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.h51 class OptCodeProfiler {
174 OptCodeProfiler() in OptCodeProfiler() function
178 #define BYTECODE_PROF_MAP(name) { kungfu::EcmaOpcode::name, OptCodeProfiler::Value() }, in OptCodeProfiler()
185 ~OptCodeProfiler();
Dopt_code_profiler.cpp27 void OptCodeProfiler::PrintAndReset() in PrintAndReset()
91 void OptCodeProfiler::FilterMethodToPrint() in FilterMethodToPrint()
109 void OptCodeProfiler::PrintMethodRecord(Key key, std::string methodName) in PrintMethodRecord()
133 void OptCodeProfiler::Update(JSHandle<JSTaggedValue> &func, int bcIndex, EcmaOpcode opcode, Mode mo… in Update()
190 OptCodeProfiler::~OptCodeProfiler() in ~OptCodeProfiler()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h64 class OptCodeProfiler; variable
290 OptCodeProfiler *GetOptCodeProfiler() const in GetOptCodeProfiler()
564 OptCodeProfiler *optCodeProfiler_ {nullptr};
Decma_context.cpp125 optCodeProfiler_ = new OptCodeProfiler(); in Initialize()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_bytecode_lowering.cpp251 …builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::TYPED_PATH))); in AddProfiling()
Dtyped_bytecode_lowering.cpp1751 …builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::TYPED_PATH))); in AddProfiling()
Dslowpath_lowering.cpp2730 … builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::SLOW_PATH))); in AddProfiling()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2496 OptCodeProfiler::Mode mode = static_cast<OptCodeProfiler::Mode>(GetArg(argv, argc, 3).GetInt()); in DEF_RUNTIME_STUBS()
2497 OptCodeProfiler *profiler = thread->GetCurrentEcmaContext()->GetOptCodeProfiler(); in DEF_RUNTIME_STUBS()