Home
last modified time | relevance | path

Searched defs:enableLog (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass.h172 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run() local
186 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
199 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
212 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
224 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
237 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
252 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
263 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
271 void CreateCodeGen(LLVMModule *module, bool enableLog) in CreateCodeGen()
280 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
[all …]
Dts_type_lowering.h29 bool enableLog, const std::string& name) in TSTypeLowering()
Dasync_function_lowering.h28 bool enableLog, const std::string& name) in AsyncFunctionLowering()
Dts_inline_lowering.h49 TSInlineLowering(Circuit *circuit, PassInfo *info, bool enableLog, const std::string& name) in TSInlineLowering()
Dtype_lowering.h101 bool enableLog, const std::string& name) in TypeLowering()
Dslowpath_lowering.h115 bool enableLog, const std::string& name) in SlowPathLowering()
Dstub_compiler.cpp78 void CreateCodeGen(LLVMModule *module, bool enableLog) in CreateCodeGen()
85 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputCIR(); in Run() local
Dearly_elimination.h298 …EarlyElimination(Circuit *circuit, bool enableLog, const std::string& name, NativeAreaAllocator *a… in EarlyElimination()
Dllvm_codegen.h269 explicit LLVMIRGeneratorImpl(LLVMModule *module, bool enableLog) in LLVMIRGeneratorImpl()
Dbytecode_circuit_builder.h263 bool enableLog, in BytecodeCircuitBuilder()
Dverifier.cpp426 bool Verifier::Run(const Circuit *circuit, const std::string& methodName, bool enableLog) in Run()
Dscheduler.cpp120 [[maybe_unused]] const std::string& methodName, [[maybe_unused]] bool enableLog) in Run()
Dcircuit_optimizer.cpp1548 GlobalValueNumbering::GlobalValueNumbering(Circuit *circuit, bool enableLog) in GlobalValueNumbering()
Dllvm_ir_builder.cpp57 CallSignature::CallConv callConv, bool enableLog) in LLVMIRBuilder()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.h39 PassInfo *info, size_t methodId, bool enableLog, in TypeInfer()
/arkcompiler/ets_runtime/ecmascript/
Daot_file_manager.cpp707 bool enableLog = vm->GetJSOptions().WasSetCompilerLogOption(); in AOTFileManager() local