Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass.h263 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run() local
277 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run() local
307 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
343 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
365 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
386 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
411 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
432 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
452 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
490 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
[all …]
Dnumber_speculative_runner.h28 … NumberSpeculativeRunner(Circuit *circuit, bool enableLog, bool enableArrayBoundsCheckElimination, in NumberSpeculativeRunner()
Dloop_peeling.h30 LoopPeeling(BytecodeCircuitBuilder* bcBuilder, Circuit *circuit, bool enableLog, in LoopPeeling()
Dstate_split_linearizer.h31 bool enableLog, const std::string& name, Chunk* chunk) in StateSplitLinearizer()
Dasync_function_lowering.h29 bool enableLog, const std::string& name) in AsyncFunctionLowering()
Dts_hcr_opt_pass.h27 PassContext *ctx, bool enableLog, const std::string &name) in TSHCROptPass()
Dntype_bytecode_lowering.h29 bool enableLog, const std::string& name) in NTypeBytecodeLowering()
Dnative_inline_lowering.h28 …explicit NativeInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::strin… in NativeInlineLowering()
Dslowpath_lowering.h115 bool enableLog, const std::string& name) in SlowPathLowering()
Dconstant_folding.h31 … ConstantFolding(Circuit *circuit, RPOVisitor* visitor, CompilationConfig *cmpCfg, bool enableLog, in ConstantFolding()
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()
Dstub_compiler.cpp82 void CreateCodeGen(LLVMModule *module, bool enableLog) in CreateCodeGen()
89 bool enableLog = data->GetLog()->EnableMethodCIRLog() || data->GetLog()->OutputASM(); in Run() local
Dtyped_bytecode_lowering.h36 bool enableLog, in TypedBytecodeLowering()
Dts_inline_lowering.h49 TSInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string& name, in TSInlineLowering()
Dcombined_pass_visitor.h62 CombinedPassVisitor(Circuit* circuit, bool enableLog, const std::string& name, Chunk* chunk) in CombinedPassVisitor()
Dllvm_codegen.h130 LLVMIRGeneratorImpl(LLVMModule *module, bool enableLog) in LLVMIRGeneratorImpl()
Dstring_builder_optimizer.h29 bool enableLog, in StringBuilderOptimizer()
Darray_bounds_check_elimination.h29 …ArrayBoundsCheckElimination(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chun… in ArrayBoundsCheckElimination()
Dgraph_editor.cpp29 void GraphEditor::EliminateRedundantPhi(Circuit* circuit, bool enableLog, const std::string& method… in EliminateRedundantPhi()
Dgraph_linearizer.h264 : enableLog_(enableLog), methodName_(name), chunk_(chunk), circuit_(circuit), acc_(circuit), in enableLog_() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.h39 …LiteCGIRGeneratorImpl(LMIRModule *module, bool enableLog) : module_(module), enableLog_(enableLog)… in LiteCGIRGeneratorImpl()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dinitialization_analysis.h33 const std::string &name, bool enableLog) in InitializationAnalysis()
Dpgo_type_infer.h29 const std::string &name, Chunk *chunk, bool enableLog) in PGOTypeInfer()
Dglobal_type_infer.cpp20 … PGOProfilerDecoder *decoder, bool enableOptTrackField, bool enableLog, bool hasType) in GlobalTypeInfer()

12