Home
last modified time | relevance | path

Searched refs:enableLog (Results 1 – 25 of 34) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass.h242 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 …]
Dstate_split_linearizer.h31 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()
Dnumber_speculative_runner.h28 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()
Dverifier.cpp431 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 …]
Dloop_peeling.h30 LoopPeeling(BytecodeCircuitBuilder* bcBuilder, Circuit *circuit, bool enableLog, in LoopPeeling() argument
32 : bcBuilder_(bcBuilder), circuit_(circuit), acc_(circuit), enableLog_(enableLog), in LoopPeeling()
Dvalue_numbering.h27 ValueNumbering(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in ValueNumbering() argument
28 : GraphVisitor(circuit, chunk), enableLog_(enableLog), in ValueNumbering()
Dlater_elimination.h29 LaterElimination(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in LaterElimination() argument
30 : GraphVisitor(circuit, chunk), enableLog_(enableLog), in LaterElimination()
Dntype_hcr_lowering.h29 const CString &recordName, bool enableLog, const std::string& name) in NTypeHCRLowering() argument
35 enableLog_(enableLog), in NTypeHCRLowering()
Dasync_function_lowering.h30 bool enableLog, const std::string& name) in AsyncFunctionLowering() argument
31 … : bcBuilder_(bcBuilder), circuit_(circuit), builder_(circuit, cmpCfg), enableLog_(enableLog), in AsyncFunctionLowering()
Dstub_compiler.cpp82 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()
Dntype_mcr_lowering.h28 bool enableLog, const std::string& name) in NTypeMCRLowering() argument
35 enableLog_(enableLog), in NTypeMCRLowering()
Dearly_elimination.h62 EarlyElimination(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in EarlyElimination() argument
63 : GraphVisitor(circuit, chunk), enableLog_(enableLog), in EarlyElimination()
Dlcr_lowering.h27 bool enableLog, const std::string& name) in LCRLowering() argument
29 enableLog_(enableLog), methodName_(name), glue_(acc_.GetGlueFromArgList()) in LCRLowering()
Dscheduler.h31 [[maybe_unused]] const std::string& methodName = "", bool enableLog = false);
Dtype_mcr_lowering.h101 bool enableLog, const std::string& name) in TypeMCRLowering() argument
104 enableLog_(enableLog), methodName_(name) {} in TypeMCRLowering()
Dverifier.h65 …static bool Run(const Circuit *circuit, const std::string& methodName = "", bool enableLog = false…
Dllvm_codegen.h207 LLVMIRGeneratorImpl(LLVMModule *module, bool enableLog) in LLVMIRGeneratorImpl() argument
208 : module_(module), enableLog_(enableLog) {} in LLVMIRGeneratorImpl()
Dts_inline_lowering.h111 TSInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string& name, in TSInlineLowering() argument
119 enableLog_(enableLog), in TSInlineLowering()
Dts_hcr_lowering.h30 bool enableLog, bool enableTypeLog, in TSHCRLowering() argument
37 enableLog_(enableLog), in TSHCRLowering()
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_parser.h32 explicit ArkStackMapParser(bool enableLog = false)
34 enableLog_ = enableLog;
Dllvm_stackmap_parser.h55 bool enableLog = false)
58 enableLog_(enableLog) in pc2CallSiteInfoVec_()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dinitialization_analysis.h33 const std::string &name, bool enableLog) in InitializationAnalysis() argument
35 methodName_(name), enableLog_(enableLog) in InitializationAnalysis()
Dpgo_type_infer.h28 const std::string &name, Chunk *chunk, bool enableLog) in PGOTypeInfer() argument
30 … builder_(builder), methodName_(name), chunk_(chunk), enableLog_(enableLog), profiler_(chunk) {} in PGOTypeInfer()
Dglobal_type_infer.h25 PGOProfilerDecoder *decoder, bool enableOptTrackField, bool enableLog);
Dglobal_type_infer.cpp20 … PGOProfilerDecoder *decoder, bool enableOptTrackField, bool enableLog) in GlobalTypeInfer() argument
22 …_(recordName), decoder_(decoder), enableOptTrackField_(enableOptTrackField), enableLog_(enableLog), in GlobalTypeInfer()

12