/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | pass.h | 242 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run() local 245 enableLog); in Run() 249 data->GetMethodName(), enableLog); in Run() 262 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run() local 265 data->GetMethodName(), &chunk, enableLog); in Run() 291 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local 294 enableLog, enableTypeLog, data->GetMethodName()); in Run() 312 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local 314 data->GetTSManager(), data->GetRecordName(), enableLog, data->GetMethodName()); in Run() 329 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local [all …]
|
D | state_split_linearizer.h | 31 bool enableLog, const std::string& name, Chunk* chunk) in StateSplitLinearizer() argument 32 : enableLog_(enableLog), methodName_(name), circuit_(circuit), in StateSplitLinearizer() 33 graphLinearizer_(circuit, enableLog, name, chunk), in StateSplitLinearizer() 34 lcrLowering_(circuit, cmpCfg, enableLog, name) {} in StateSplitLinearizer()
|
D | number_speculative_runner.h | 28 NumberSpeculativeRunner(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in NumberSpeculativeRunner() argument 29 : circuit_(circuit), acc_(circuit), enableLog_(enableLog), methodName_(name), in NumberSpeculativeRunner()
|
D | verifier.cpp | 431 bool Verifier::Run(const Circuit *circuit, const std::string& methodName, bool enableLog) in Run() argument 434 if (enableLog) { in Run() 444 if (enableLog) { in Run() 450 if (enableLog) { in Run() 456 if (enableLog) { in Run() 525 if (enableLog) { in Run() 533 if (enableLog) { in Run() 539 if (enableLog) { in Run() 546 if (enableLog) { in Run() 552 if (enableLog) { in Run() [all …]
|
D | loop_peeling.h | 30 LoopPeeling(BytecodeCircuitBuilder* bcBuilder, Circuit *circuit, bool enableLog, in LoopPeeling() argument 32 : bcBuilder_(bcBuilder), circuit_(circuit), acc_(circuit), enableLog_(enableLog), in LoopPeeling()
|
D | value_numbering.h | 27 ValueNumbering(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in ValueNumbering() argument 28 : GraphVisitor(circuit, chunk), enableLog_(enableLog), in ValueNumbering()
|
D | later_elimination.h | 29 LaterElimination(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in LaterElimination() argument 30 : GraphVisitor(circuit, chunk), enableLog_(enableLog), in LaterElimination()
|
D | ntype_hcr_lowering.h | 29 const CString &recordName, bool enableLog, const std::string& name) in NTypeHCRLowering() argument 35 enableLog_(enableLog), in NTypeHCRLowering()
|
D | async_function_lowering.h | 30 bool enableLog, const std::string& name) in AsyncFunctionLowering() argument 31 … : bcBuilder_(bcBuilder), circuit_(circuit), builder_(circuit, cmpCfg), enableLog_(enableLog), in AsyncFunctionLowering()
|
D | stub_compiler.cpp | 82 void CreateCodeGen(LLVMModule *module, bool enableLog) in CreateCodeGen() argument 84 llvmImpl_ = std::make_unique<LLVMIRGeneratorImpl>(module, enableLog); in CreateCodeGen() 89 bool enableLog = data->GetLog()->EnableMethodCIRLog() || data->GetLog()->OutputASM(); in Run() local 91 CreateCodeGen(stubModule, enableLog); in Run()
|
D | ntype_mcr_lowering.h | 28 bool enableLog, const std::string& name) in NTypeMCRLowering() argument 35 enableLog_(enableLog), in NTypeMCRLowering()
|
D | early_elimination.h | 62 EarlyElimination(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in EarlyElimination() argument 63 : GraphVisitor(circuit, chunk), enableLog_(enableLog), in EarlyElimination()
|
D | lcr_lowering.h | 27 bool enableLog, const std::string& name) in LCRLowering() argument 29 enableLog_(enableLog), methodName_(name), glue_(acc_.GetGlueFromArgList()) in LCRLowering()
|
D | scheduler.h | 31 [[maybe_unused]] const std::string& methodName = "", bool enableLog = false);
|
D | type_mcr_lowering.h | 101 bool enableLog, const std::string& name) in TypeMCRLowering() argument 104 enableLog_(enableLog), methodName_(name) {} in TypeMCRLowering()
|
D | verifier.h | 65 …static bool Run(const Circuit *circuit, const std::string& methodName = "", bool enableLog = false…
|
D | llvm_codegen.h | 207 LLVMIRGeneratorImpl(LLVMModule *module, bool enableLog) in LLVMIRGeneratorImpl() argument 208 : module_(module), enableLog_(enableLog) {} in LLVMIRGeneratorImpl()
|
D | ts_inline_lowering.h | 111 TSInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string& name, in TSInlineLowering() argument 119 enableLog_(enableLog), in TSInlineLowering()
|
D | ts_hcr_lowering.h | 30 bool enableLog, bool enableTypeLog, in TSHCRLowering() argument 37 enableLog_(enableLog), in TSHCRLowering()
|
/arkcompiler/ets_runtime/ecmascript/stackmap/ |
D | ark_stackmap_parser.h | 32 explicit ArkStackMapParser(bool enableLog = false) 34 enableLog_ = enableLog;
|
D | llvm_stackmap_parser.h | 55 bool enableLog = false) 58 enableLog_(enableLog) in pc2CallSiteInfoVec_()
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | initialization_analysis.h | 33 const std::string &name, bool enableLog) in InitializationAnalysis() argument 35 methodName_(name), enableLog_(enableLog) in InitializationAnalysis()
|
D | pgo_type_infer.h | 28 const std::string &name, Chunk *chunk, bool enableLog) in PGOTypeInfer() argument 30 … builder_(builder), methodName_(name), chunk_(chunk), enableLog_(enableLog), profiler_(chunk) {} in PGOTypeInfer()
|
D | global_type_infer.h | 25 PGOProfilerDecoder *decoder, bool enableOptTrackField, bool enableLog);
|
D | global_type_infer.cpp | 20 … PGOProfilerDecoder *decoder, bool enableOptTrackField, bool enableLog) in GlobalTypeInfer() argument 22 …_(recordName), decoder_(decoder), enableOptTrackField_(enableOptTrackField), enableLog_(enableLog), in GlobalTypeInfer()
|