Home
last modified time | relevance | path

Searched refs:IsCurModuleFull (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp68 return IsCurModuleFull() ? fileGenerator_->AddModule(fileName_, triple_, *lOptions_, outputAsm_) in GetModule()
77 bool CompilationDriver::IsCurModuleFull() const in IsCurModuleFull() function in panda::ecmascript::kungfu::CompilationDriver
84 if (IsCurModuleFull()) { in CompileModuleThenDestroyIfNeeded()
91 if (!IsCurModuleFull()) { in CompileLastModuleThenDestroyIfNeeded()
Dcompilation_driver.h162 bool IsCurModuleFull() const;