| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass.h | 263 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 …]
|
| D | number_speculative_runner.h | 28 … NumberSpeculativeRunner(Circuit *circuit, bool enableLog, bool enableArrayBoundsCheckElimination, in NumberSpeculativeRunner()
|
| D | loop_peeling.h | 30 LoopPeeling(BytecodeCircuitBuilder* bcBuilder, Circuit *circuit, bool enableLog, in LoopPeeling()
|
| D | state_split_linearizer.h | 31 bool enableLog, const std::string& name, Chunk* chunk) in StateSplitLinearizer()
|
| D | async_function_lowering.h | 29 bool enableLog, const std::string& name) in AsyncFunctionLowering()
|
| D | ts_hcr_opt_pass.h | 27 PassContext *ctx, bool enableLog, const std::string &name) in TSHCROptPass()
|
| D | ntype_bytecode_lowering.h | 29 bool enableLog, const std::string& name) in NTypeBytecodeLowering()
|
| D | native_inline_lowering.h | 28 …explicit NativeInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::strin… in NativeInlineLowering()
|
| D | slowpath_lowering.h | 115 bool enableLog, const std::string& name) in SlowPathLowering()
|
| D | constant_folding.h | 31 … ConstantFolding(Circuit *circuit, RPOVisitor* visitor, CompilationConfig *cmpCfg, bool enableLog, in ConstantFolding()
|
| 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 | 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 | typed_bytecode_lowering.h | 36 bool enableLog, in TypedBytecodeLowering()
|
| D | ts_inline_lowering.h | 49 TSInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string& name, in TSInlineLowering()
|
| D | combined_pass_visitor.h | 62 CombinedPassVisitor(Circuit* circuit, bool enableLog, const std::string& name, Chunk* chunk) in CombinedPassVisitor()
|
| D | llvm_codegen.h | 130 LLVMIRGeneratorImpl(LLVMModule *module, bool enableLog) in LLVMIRGeneratorImpl()
|
| D | string_builder_optimizer.h | 29 bool enableLog, in StringBuilderOptimizer()
|
| D | array_bounds_check_elimination.h | 29 …ArrayBoundsCheckElimination(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chun… in ArrayBoundsCheckElimination()
|
| D | graph_editor.cpp | 29 void GraphEditor::EliminateRedundantPhi(Circuit* circuit, bool enableLog, const std::string& method… in EliminateRedundantPhi()
|
| D | graph_linearizer.h | 264 : enableLog_(enableLog), methodName_(name), chunk_(chunk), circuit_(circuit), acc_(circuit), in enableLog_() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.h | 39 …LiteCGIRGeneratorImpl(LMIRModule *module, bool enableLog) : module_(module), enableLog_(enableLog)… in LiteCGIRGeneratorImpl()
|
| /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 | 29 const std::string &name, Chunk *chunk, bool enableLog) in PGOTypeInfer()
|
| D | global_type_infer.cpp | 20 … PGOProfilerDecoder *decoder, bool enableOptTrackField, bool enableLog, bool hasType) in GlobalTypeInfer()
|