Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass.h245 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 …]
Dpost_schedule.h32 …: enableLog_(enableLog), methodName_(name), chunk_(chunk), circuit_(circuit), builder_(circuit), a… in enableLog_() argument
Duseless_gate_elimination.h26 UselessGateElimination(Circuit* circuit, bool enableLog, std::string name) in UselessGateElimination()
Dprecompile_checker.h25 … PreCompileChecker(PassData* data, Circuit* circuit, const std::string& methodName, bool enableLog) in PreCompileChecker()
Dnumber_speculative_runner.h27 NumberSpeculativeRunner(Circuit *circuit, CompilationConfig* cmpCfg, bool enableLog, in NumberSpeculativeRunner()
Dloop_peeling.h30 LoopPeeling(BytecodeCircuitBuilder* bcBuilder, Circuit *circuit, bool enableLog, in LoopPeeling()
Dasync_function_lowering.h29 bool enableLog, const std::string& name) in AsyncFunctionLowering()
Dstate_split_linearizer.h31 bool enableLog, const std::string& name, Chunk* chunk) in StateSplitLinearizer()
Dinduction_variable_analysis.h26 InductionVariableAnalysis(Circuit* circuit, PassContext* ctx, bool enableLog, in InductionVariableAnalysis()
Dts_hcr_opt_pass.h31 bool enableLog, in TSHCROptPass()
Dlexical_env_specialization_pass.h28 … LexicalEnvSpecializationPass(Circuit* circuit, RPOVisitor* visitor, Chunk* chunk, bool enableLog) in LexicalEnvSpecializationPass()
Dvalue_numbering.h27 …ValueNumbering(Circuit *circuit, RPOVisitor *visitor, Chunk* chunk, bool useNewGVN, bool enableLog) in ValueNumbering()
Dslowpath_lowering.h117 bool enableLog, const std::string& name, const CString &recordName) in SlowPathLowering()
Dnative_inline_lowering.h31 …NativeInlineLowering(Circuit *circuit, CompilationConfig* cmpCfg, PassContext *ctx, bool enableLog, in NativeInlineLowering()
Dntype_bytecode_lowering.h26bool enableLog, bool enableLazyDeopt, const std::string& name, const CString& recordName) in NTypeBytecodeLowering()
Dstub_compiler.cpp71 void CreateCodeGen(LLVMModule *module, bool enableLog) in CreateCodeGen()
78 bool enableLog = data->GetLog()->EnableMethodCIRLog() || data->GetLog()->OutputASM(); in Run() local
Dts_inline_lowering.h46 TSInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string &name, in TSInlineLowering()
Dcombined_pass_visitor.h64 CombinedPassVisitor(Circuit* circuit, bool enableLog, const std::string& name, Chunk* chunk) in CombinedPassVisitor()
Darray_bounds_check_elimination.h29 …ArrayBoundsCheckElimination(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chun… in ArrayBoundsCheckElimination()
Dstring_builder_optimizer.h29 bool enableLog, in StringBuilderOptimizer()
Dconstant_folding.h80 … ConstantFolding(Circuit *circuit, RPOVisitor* visitor, CompilationConfig *cmpCfg, bool enableLog, in ConstantFolding()
Dgraph_editor.cpp27 void GraphEditor::EliminateRedundantPhi(Circuit* circuit, bool enableLog, const std::string& method… in EliminateRedundantPhi()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.h41 …LiteCGIRGeneratorImpl(LMIRModule *module, bool enableLog) : module_(module), enableLog_(enableLog)… in LiteCGIRGeneratorImpl()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.h27 Chunk *chunk, bool enableLog) in PGOTypeInfer()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.h131 LLVMIRGeneratorImpl(LLVMModule *module, bool enableLog) in LLVMIRGeneratorImpl()

12