Searched defs:isJit (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
H A D | litecg.cpp | 86 void LiteCG::DoCG(bool isJit) in DoCG() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
H A D | litecg_ir_builder.h | 38 LMIRModule(NativeAreaAllocator *allocator, const std::string &name, bool logDbg, const std::string &triple, bool isJit) LMIRModule() argument
|
H A D | litecg_codegen.cpp | 97 void LiteCGAssembler::Run(const CompilerLog &log, [[maybe_unused]] bool fastCompileMode, bool isJit) in Run() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
H A D | llvm_codegen.cpp | 398 void LLVMAssembler::UseRoundTripSectionMemoryManager(bool isJit) in UseRoundTripSectionMemoryManager() argument 501 void LLVMAssembler::Run(const CompilerLog &log, bool fastCompileMode, bool isJit) in Run() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | file_generators.cpp | 323 void Module::RunAssembler(const CompilerLog &log, bool fastCompileMode, bool isJit) in RunAssembler() argument 574 void AOTFileGenerator::CompileLatestModuleThenDestroy(bool isJit) in CompileLatestModuleThenDestroy() argument 474 AddModule(const std::string &name, const std::string &triple, [[maybe_unused]] LOptions option, bool logDebug, [[maybe_unused]] bool isJit) AddModule() argument
|
Completed in 7 milliseconds