Searched refs:RunAssembler (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | file_generators.h | 86 void RunAssembler(const CompilerLog &log, bool fastCompileMode, bool isJit = false); 167 m.RunAssembler(*(log_), false); in RunLLVMAssembler()
|
H A D | file_generators.cpp | 323 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