| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass.h | 242 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 …]
|
| D | lcr_lowering.h | 27 bool enableLog, const std::string& name) in LCRLowering()
|
| D | number_speculative_runner.h | 28 NumberSpeculativeRunner(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in NumberSpeculativeRunner()
|
| D | state_split_linearizer.h | 31 bool enableLog, const std::string& name, Chunk* chunk) in StateSplitLinearizer()
|
| D | later_elimination.h | 29 LaterElimination(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in LaterElimination()
|
| D | loop_peeling.h | 30 LoopPeeling(BytecodeCircuitBuilder* bcBuilder, Circuit *circuit, bool enableLog, in LoopPeeling()
|
| D | async_function_lowering.h | 30 bool enableLog, const std::string& name) in AsyncFunctionLowering()
|
| D | ntype_hcr_lowering.h | 29 const CString &recordName, bool enableLog, const std::string& name) in NTypeHCRLowering()
|
| D | ntype_mcr_lowering.h | 28 bool enableLog, const std::string& name) in NTypeMCRLowering()
|
| D | value_numbering.h | 27 ValueNumbering(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in ValueNumbering()
|
| D | slowpath_lowering.h | 115 bool enableLog, const std::string& name) in SlowPathLowering()
|
| D | ts_hcr_lowering.h | 30 bool enableLog, bool enableTypeLog, in TSHCRLowering()
|
| D | type_mcr_lowering.h | 101 bool enableLog, const std::string& name) in TypeMCRLowering()
|
| D | early_elimination.h | 62 EarlyElimination(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in EarlyElimination()
|
| D | stub_compiler.cpp | 82 void CreateCodeGen(LLVMModule *module, bool enableLog) in CreateCodeGen() 89 bool enableLog = data->GetLog()->EnableMethodCIRLog() || data->GetLog()->OutputASM(); in Run() local
|
| D | ts_inline_lowering.h | 111 TSInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string& name, in TSInlineLowering()
|
| D | llvm_codegen.h | 207 LLVMIRGeneratorImpl(LLVMModule *module, bool enableLog) in LLVMIRGeneratorImpl()
|
| D | graph_linearizer.h | 215 GraphLinearizer(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in GraphLinearizer()
|
| D | bytecode_circuit_builder.h | 263 bool enableLog, in BytecodeCircuitBuilder()
|
| D | verifier.cpp | 431 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()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | initialization_analysis.h | 33 const std::string &name, bool enableLog) in InitializationAnalysis()
|
| D | pgo_type_infer.h | 28 const std::string &name, Chunk *chunk, bool enableLog) in PGOTypeInfer()
|
| D | global_type_infer.cpp | 20 … PGOProfilerDecoder *decoder, bool enableOptTrackField, bool enableLog) in GlobalTypeInfer()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_manager.cpp | 369 bool enableLog = vm->GetJSOptions().WasSetCompilerLogOption(); in AOTFileManager() local
|