Searched defs:enableLog (Results 1 – 16 of 16) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass.h | 172 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 …]
|
| D | ts_type_lowering.h | 29 bool enableLog, const std::string& name) in TSTypeLowering()
|
| D | async_function_lowering.h | 28 bool enableLog, const std::string& name) in AsyncFunctionLowering()
|
| D | ts_inline_lowering.h | 49 TSInlineLowering(Circuit *circuit, PassInfo *info, bool enableLog, const std::string& name) in TSInlineLowering()
|
| D | type_lowering.h | 101 bool enableLog, const std::string& name) in TypeLowering()
|
| D | slowpath_lowering.h | 115 bool enableLog, const std::string& name) in SlowPathLowering()
|
| D | stub_compiler.cpp | 78 void CreateCodeGen(LLVMModule *module, bool enableLog) in CreateCodeGen() 85 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputCIR(); in Run() local
|
| D | early_elimination.h | 298 …EarlyElimination(Circuit *circuit, bool enableLog, const std::string& name, NativeAreaAllocator *a… in EarlyElimination()
|
| D | llvm_codegen.h | 269 explicit LLVMIRGeneratorImpl(LLVMModule *module, bool enableLog) in LLVMIRGeneratorImpl()
|
| D | bytecode_circuit_builder.h | 263 bool enableLog, in BytecodeCircuitBuilder()
|
| D | verifier.cpp | 426 bool Verifier::Run(const Circuit *circuit, const std::string& methodName, bool enableLog) in Run()
|
| D | scheduler.cpp | 120 [[maybe_unused]] const std::string& methodName, [[maybe_unused]] bool enableLog) in Run()
|
| D | circuit_optimizer.cpp | 1548 GlobalValueNumbering::GlobalValueNumbering(Circuit *circuit, bool enableLog) in GlobalValueNumbering()
|
| D | llvm_ir_builder.cpp | 57 CallSignature::CallConv callConv, bool enableLog) in LLVMIRBuilder()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | type_infer.h | 39 PassInfo *info, size_t methodId, bool enableLog, in TypeInfer()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | aot_file_manager.cpp | 707 bool enableLog = vm->GetJSOptions().WasSetCompilerLogOption(); in AOTFileManager() local
|