Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.h52 class OptCodeProfiler { class
175 OptCodeProfiler() in OptCodeProfiler() function in panda::ecmascript::OptCodeProfiler
179 #define BYTECODE_PROF_MAP(name) { kungfu::EcmaOpcode::name, OptCodeProfiler::Value() }, in OptCodeProfiler()
186 ~OptCodeProfiler();
H A 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 mode) in FilterMethodToPrint()
236 OptCodeProfiler::~OptCodeProfiler() in FilterMethodToPrint()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.h65 class OptCodeProfiler;
311 OptCodeProfiler *GetOptCodeProfiler() const in GetOptCodeProfiler()
720 OptCodeProfiler *optCodeProfiler_ {nullptr};
H A Decma_context.cpp103 optCodeProfiler_ = new OptCodeProfiler(); in Initialize()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dntype_bytecode_lowering.cpp324 builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::TYPED_PATH))); in AddProfiling()
H A Dtyped_bytecode_lowering.cpp2182 builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::TYPED_PATH))); in AddProfiling()
H A Dslowpath_lowering.cpp3154 builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::SLOW_PATH))); in AddProfiling()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp2822 OptCodeProfiler::Mode mode = static_cast<OptCodeProfiler::Mode>(GetArg(argv, argc, 3).GetInt()); in DEF_RUNTIME_STUBS()
2823 OptCodeProfiler *profiler = thread->GetCurrentEcmaContext()->GetOptCodeProfiler(); in DEF_RUNTIME_STUBS()

Completed in 26 milliseconds