Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass.h263 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run() local
266 enableLog, data->HasTypes()); in Run()
277 bool enableLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run() local
280 data->GetMethodName(), &chunk, enableLog); in Run()
307 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
311 enableLog, in Run()
320 CombinedPassVisitor visitor(data->GetCircuit(), enableLog, data->GetMethodName(), &chunk); in Run()
322 … TSHCROptPass optimization(data->GetCircuit(), &visitor, &chunk, data->GetPassContext(), enableLog, in Run()
343 bool enableLog = data->GetLog()->EnableMethodCIRLog(); in Run() local
345 enableLog, data->GetMethodName()); in Run()
[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, false, true), in StateSplitLinearizer()
Dnumber_speculative_runner.h28 … NumberSpeculativeRunner(Circuit *circuit, bool enableLog, bool enableArrayBoundsCheckElimination, in NumberSpeculativeRunner() argument
30 : circuit_(circuit), acc_(circuit), enableLog_(enableLog), in NumberSpeculativeRunner()
Dvalue_numbering.h27 …ValueNumbering(Circuit *circuit, RPOVisitor *visitor, Chunk* chunk, bool useNewGVN, bool enableLog) in ValueNumbering() argument
29 enableLog_(enableLog) {} in ValueNumbering()
Dverifier.cpp477 bool Verifier::Run(const Circuit *circuit, const std::string& methodName, bool enableLog) in Run() argument
480 if (enableLog) { in Run()
490 if (enableLog) { in Run()
496 if (enableLog) { in Run()
502 if (enableLog) { in Run()
571 if (enableLog) { in Run()
579 if (enableLog) { in Run()
585 if (enableLog) { in Run()
592 if (enableLog) { in Run()
598 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()
Dasync_function_lowering.h29 bool enableLog, const std::string& name) in AsyncFunctionLowering() argument
30 … : bcBuilder_(bcBuilder), circuit_(circuit), builder_(circuit, cmpCfg), enableLog_(enableLog), in AsyncFunctionLowering()
Dts_hcr_opt_pass.h27 PassContext *ctx, bool enableLog, const std::string &name) in TSHCROptPass() argument
32 enableLog_(enableLog), in TSHCROptPass()
Dconstant_folding.h31 … ConstantFolding(Circuit *circuit, RPOVisitor* visitor, CompilationConfig *cmpCfg, bool enableLog, in ConstantFolding() argument
34 enableLog_(enableLog), methodName_(name) {} in ConstantFolding()
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_bytecode_lowering.h29 bool enableLog, const std::string& name) in NTypeBytecodeLowering() argument
36 enableLog_(enableLog), in NTypeBytecodeLowering()
Dnative_inline_lowering.h28 …explicit NativeInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::strin… in NativeInlineLowering() argument
34 enableLog_(enableLog), in NativeInlineLowering()
Dlexical_env_specialization_pass.h28 … LexicalEnvSpecializationPass(Circuit* circuit, RPOVisitor* visitor, Chunk* chunk, bool enableLog) in LexicalEnvSpecializationPass() argument
30 notdomStlexvar_(chunk), notDomCall_(chunk_), enableLog_(enableLog), acc_(circuit) {} in LexicalEnvSpecializationPass()
Dstring_builder_optimizer.h29 bool enableLog, in StringBuilderOptimizer() argument
36 graphLinearizer_(circuit, enableLog, name, chunk, true, true), in StringBuilderOptimizer()
Dinstruction_combine.h29 InstructionCombine(Circuit *circuit, RPOVisitor *visitor, Chunk *chunk, bool enableLog = false)
30 : PassVisitor(circuit, chunk, visitor), builder_(circuit), enableLog_(enableLog) in PassVisitor()
Darray_bounds_check_elimination.h29 …ArrayBoundsCheckElimination(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chun… in ArrayBoundsCheckElimination() argument
30 …rcuit), bounds_(chunk), circuit_(circuit), builder_(circuit), chunk_(chunk), enableLog_(enableLog), in ArrayBoundsCheckElimination()
31 …graphLinearizer_(circuit, enableLog, name, chunk, true, true), methodName_(name), indexCheckInfo_(… in ArrayBoundsCheckElimination()
Dcombined_pass_visitor.h62 CombinedPassVisitor(Circuit* circuit, bool enableLog, const std::string& name, Chunk* chunk) in CombinedPassVisitor() argument
63 : enableLog_(enableLog), methodName_(name), circuit_(circuit), acc_(circuit), in CombinedPassVisitor()
Dgraph_editor.h34 …static void EliminateRedundantPhi(Circuit* circuit, bool enableLog, const std::string& methodName);
Dllvm_codegen.h130 LLVMIRGeneratorImpl(LLVMModule *module, bool enableLog) in LLVMIRGeneratorImpl() argument
131 : module_(module), enableLog_(enableLog) {} in LLVMIRGeneratorImpl()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.h39 …LiteCGIRGeneratorImpl(LMIRModule *module, bool enableLog) : module_(module), enableLog_(enableLog)… in LiteCGIRGeneratorImpl() argument
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dllvm_stackmap_parser.h51 LLVMStackMapParser(LLVMStackMapInfo &stackMapInfo, bool enableLog = false)
53 enableLog_(enableLog) in stackMapInfo()
Dark_stackmap_parser.h32 explicit ArkStackMapParser(bool enableLog = false)
34 enableLog_ = enableLog;
/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.h29 const std::string &name, Chunk *chunk, bool enableLog) in PGOTypeInfer() argument
31 … builder_(builder), methodName_(name), chunk_(chunk), enableLog_(enableLog), profiler_(chunk) {} in PGOTypeInfer()
Dglobal_type_infer.cpp20 … PGOProfilerDecoder *decoder, bool enableOptTrackField, bool enableLog, bool hasType) in GlobalTypeInfer() argument
22 …_(recordName), decoder_(decoder), enableOptTrackField_(enableOptTrackField), enableLog_(enableLog), in GlobalTypeInfer()

12