| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass.h | 245 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run() local 260 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run() local 277 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local 304 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local 325 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local 364 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local 386 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local 408 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local 425 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local 451 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local [all …]
|
| D | post_schedule.h | 32 …: enableLog_(enableLog), methodName_(name), chunk_(chunk), circuit_(circuit), builder_(circuit), a… in enableLog_() argument
|
| D | useless_gate_elimination.h | 26 UselessGateElimination(Circuit* circuit, bool enableLog, std::string name) in UselessGateElimination()
|
| D | precompile_checker.h | 25 … PreCompileChecker(PassData* data, Circuit* circuit, const std::string& methodName, bool enableLog) in PreCompileChecker()
|
| D | number_speculative_runner.h | 27 NumberSpeculativeRunner(Circuit *circuit, CompilationConfig* cmpCfg, bool enableLog, in NumberSpeculativeRunner()
|
| D | loop_peeling.h | 30 LoopPeeling(BytecodeCircuitBuilder* bcBuilder, Circuit *circuit, bool enableLog, in LoopPeeling()
|
| D | async_function_lowering.h | 29 bool enableLog, const std::string& name) in AsyncFunctionLowering()
|
| D | state_split_linearizer.h | 31 bool enableLog, const std::string& name, Chunk* chunk) in StateSplitLinearizer()
|
| D | induction_variable_analysis.h | 26 InductionVariableAnalysis(Circuit* circuit, PassContext* ctx, bool enableLog, in InductionVariableAnalysis()
|
| D | ts_hcr_opt_pass.h | 31 bool enableLog, in TSHCROptPass()
|
| D | lexical_env_specialization_pass.h | 28 … LexicalEnvSpecializationPass(Circuit* circuit, RPOVisitor* visitor, Chunk* chunk, bool enableLog) in LexicalEnvSpecializationPass()
|
| D | value_numbering.h | 27 …ValueNumbering(Circuit *circuit, RPOVisitor *visitor, Chunk* chunk, bool useNewGVN, bool enableLog) in ValueNumbering()
|
| D | slowpath_lowering.h | 117 bool enableLog, const std::string& name, const CString &recordName) in SlowPathLowering()
|
| D | native_inline_lowering.h | 31 …NativeInlineLowering(Circuit *circuit, CompilationConfig* cmpCfg, PassContext *ctx, bool enableLog, in NativeInlineLowering()
|
| D | ntype_bytecode_lowering.h | 26 … bool enableLog, bool enableLazyDeopt, const std::string& name, const CString& recordName) in NTypeBytecodeLowering()
|
| D | stub_compiler.cpp | 71 void CreateCodeGen(LLVMModule *module, bool enableLog) in CreateCodeGen() 78 bool enableLog = data->GetLog()->EnableMethodCIRLog() || data->GetLog()->OutputASM(); in Run() local
|
| D | ts_inline_lowering.h | 46 TSInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string &name, in TSInlineLowering()
|
| D | combined_pass_visitor.h | 64 CombinedPassVisitor(Circuit* circuit, bool enableLog, const std::string& name, Chunk* chunk) in CombinedPassVisitor()
|
| D | array_bounds_check_elimination.h | 29 …ArrayBoundsCheckElimination(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chun… in ArrayBoundsCheckElimination()
|
| D | string_builder_optimizer.h | 29 bool enableLog, in StringBuilderOptimizer()
|
| D | constant_folding.h | 80 … ConstantFolding(Circuit *circuit, RPOVisitor* visitor, CompilationConfig *cmpCfg, bool enableLog, in ConstantFolding()
|
| D | graph_editor.cpp | 27 void GraphEditor::EliminateRedundantPhi(Circuit* circuit, bool enableLog, const std::string& method… in EliminateRedundantPhi()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.h | 41 …LiteCGIRGeneratorImpl(LMIRModule *module, bool enableLog) : module_(module), enableLog_(enableLog)… in LiteCGIRGeneratorImpl()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | pgo_type_infer.h | 27 Chunk *chunk, bool enableLog) in PGOTypeInfer()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_codegen.h | 131 LLVMIRGeneratorImpl(LLVMModule *module, bool enableLog) in LLVMIRGeneratorImpl()
|