Searched refs:OptCodeProfiler (Results 1 – 8 of 8) sorted by relevance
52 class OptCodeProfiler {175 OptCodeProfiler() in OptCodeProfiler() function179 #define BYTECODE_PROF_MAP(name) { kungfu::EcmaOpcode::name, OptCodeProfiler::Value() }, in OptCodeProfiler()186 ~OptCodeProfiler();
25 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()
65 class OptCodeProfiler; variable311 OptCodeProfiler *GetOptCodeProfiler() const in GetOptCodeProfiler()720 OptCodeProfiler *optCodeProfiler_ {nullptr};
103 optCodeProfiler_ = new OptCodeProfiler(); in Initialize()
321 …builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::TYPED_PATH))); in AddProfiling()
2164 …builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::TYPED_PATH))); in AddProfiling()
3114 … builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::SLOW_PATH))); in AddProfiling()
2830 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()