Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass.h242 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run() local
262 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run() local
291 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
312 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
329 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
346 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
363 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
379 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
392 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
405 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
[all …]
Dlcr_lowering.h27 bool enableLog, const std::string& name) in LCRLowering()
Dnumber_speculative_runner.h28 NumberSpeculativeRunner(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in NumberSpeculativeRunner()
Dstate_split_linearizer.h31 bool enableLog, const std::string& name, Chunk* chunk) in StateSplitLinearizer()
Dlater_elimination.h29 LaterElimination(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in LaterElimination()
Dloop_peeling.h30 LoopPeeling(BytecodeCircuitBuilder* bcBuilder, Circuit *circuit, bool enableLog, in LoopPeeling()
Dasync_function_lowering.h30 bool enableLog, const std::string& name) in AsyncFunctionLowering()
Dntype_hcr_lowering.h29 const CString &recordName, bool enableLog, const std::string& name) in NTypeHCRLowering()
Dntype_mcr_lowering.h28 bool enableLog, const std::string& name) in NTypeMCRLowering()
Dvalue_numbering.h27 ValueNumbering(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in ValueNumbering()
Dslowpath_lowering.h115 bool enableLog, const std::string& name) in SlowPathLowering()
Dts_hcr_lowering.h30 bool enableLog, bool enableTypeLog, in TSHCRLowering()
Dtype_mcr_lowering.h101 bool enableLog, const std::string& name) in TypeMCRLowering()
Dearly_elimination.h62 EarlyElimination(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in EarlyElimination()
Dstub_compiler.cpp82 void CreateCodeGen(LLVMModule *module, bool enableLog) in CreateCodeGen()
89 bool enableLog = data->GetLog()->EnableMethodCIRLog() || data->GetLog()->OutputASM(); in Run() local
Dts_inline_lowering.h111 TSInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string& name, in TSInlineLowering()
Dllvm_codegen.h207 LLVMIRGeneratorImpl(LLVMModule *module, bool enableLog) in LLVMIRGeneratorImpl()
Dgraph_linearizer.h215 GraphLinearizer(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in GraphLinearizer()
Dbytecode_circuit_builder.h263 bool enableLog, in BytecodeCircuitBuilder()
Dverifier.cpp431 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()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dinitialization_analysis.h33 const std::string &name, bool enableLog) in InitializationAnalysis()
Dpgo_type_infer.h28 const std::string &name, Chunk *chunk, bool enableLog) in PGOTypeInfer()
Dglobal_type_infer.cpp20 … PGOProfilerDecoder *decoder, bool enableOptTrackField, bool enableLog) in GlobalTypeInfer()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp369 bool enableLog = vm->GetJSOptions().WasSetCompilerLogOption(); in AOTFileManager() local

12