Searched refs:CompilationDriver (Results 1 – 4 of 4) sorted by relevance
22 CompilationDriver::CompilationDriver(PGOProfilerDecoder &profilerDecoder, in CompilationDriver() function in panda::ecmascript::kungfu::CompilationDriver61 CompilationDriver::~CompilationDriver() in ~CompilationDriver()66 Module *CompilationDriver::GetModule() in GetModule()72 void CompilationDriver::IncCompiledMethod() in IncCompiledMethod()77 bool CompilationDriver::IsCurModuleFull() const in IsCurModuleFull()82 void CompilationDriver::CompileModuleThenDestroyIfNeeded() in CompileModuleThenDestroyIfNeeded()89 void CompilationDriver::CompileLastModuleThenDestroyIfNeeded() in CompileLastModuleThenDestroyIfNeeded()96 void CompilationDriver::TopologicalSortForRecords() in TopologicalSortForRecords()157 void CompilationDriver::FetchPGOMismatchResult() in FetchPGOMismatchResult()167 void CompilationDriver::UpdatePGO() in UpdatePGO()[all …]
27 class CompilationDriver {29 CompilationDriver(PGOProfilerDecoder &profilerDecoder,40 ~CompilationDriver();42 NO_COPY_SEMANTIC(CompilationDriver);43 NO_MOVE_SEMANTIC(CompilationDriver);
59 CompilationDriver cmpDriver(profilerDecoder_, in Compile()
751 void SetCompilationDriver(kungfu::CompilationDriver *cmpDriver) in SetCompilationDriver()756 kungfu::CompilationDriver *GetCompilationDriver() const in GetCompilationDriver()969 kungfu::CompilationDriver *cmpDriver_ {nullptr};