Home
last modified time | relevance | path

Searched defs:isJit (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlitecg.cpp105 void LiteCG::DoCG(bool isJit) in DoCG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.h39 bool isJit) in LMIRModule()
Dlitecg_codegen.cpp98 void LiteCGAssembler::Run(const CompilerLog &log, [[maybe_unused]] bool fastCompileMode, bool isJit) in Run()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp323 void Module::RunAssembler(const CompilerLog &log, bool fastCompileMode, bool isJit) in RunAssembler()
475 … [[maybe_unused]] LOptions option, bool logDebug, [[maybe_unused]] bool isJit) in AddModule()
574 void AOTFileGenerator::CompileLatestModuleThenDestroy(bool isJit) in CompileLatestModuleThenDestroy()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp398 void LLVMAssembler::UseRoundTripSectionMemoryManager(bool isJit) in UseRoundTripSectionMemoryManager()
501 void LLVMAssembler::Run(const CompilerLog &log, bool fastCompileMode, [[maybe_unused]]bool isJit) in Run()