Searched refs:OptCodeProfiler (Results 1 – 8 of 8) sorted by relevance
51 class OptCodeProfiler {174 OptCodeProfiler() in OptCodeProfiler() function178 #define BYTECODE_PROF_MAP(name) { kungfu::EcmaOpcode::name, OptCodeProfiler::Value() }, in OptCodeProfiler()185 ~OptCodeProfiler();
27 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()
64 class OptCodeProfiler; variable290 OptCodeProfiler *GetOptCodeProfiler() const in GetOptCodeProfiler()564 OptCodeProfiler *optCodeProfiler_ {nullptr};
125 optCodeProfiler_ = new OptCodeProfiler(); in Initialize()
251 …builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::TYPED_PATH))); in AddProfiling()
1751 …builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::TYPED_PATH))); in AddProfiling()
2730 … builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::SLOW_PATH))); in AddProfiling()
2496 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()