Home
last modified time | relevance | path

Searched refs:RunAssembler (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.h86 void RunAssembler(const CompilerLog &log, bool fastCompileMode, bool isJit = false);
167 m.RunAssembler(*(log_), false); in RunLLVMAssembler()
H A Dfile_generators.cpp323 void Module::RunAssembler(const CompilerLog &log, bool fastCompileMode, bool isJit) in RunAssembler() function in panda::ecmascript::kungfu::Module
529 m.RunAssembler(*(this->log_), false); in RunLLVMAssembler()
538 modulePackage_[i].RunAssembler(log, false); in RunLLVMAssembler()
541 modulePackage_[0].RunAssembler(*(this->log_), false); in RunLLVMAssembler()
595 latestModule->RunAssembler(*(log_), fastCompileMode, isJit); in CompileLatestModuleThenDestroy()

Completed in 3 milliseconds