Home
last modified time | relevance | path

Searched defs:enableLog (Results 1 - 25 of 33) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_codegen.h41 LiteCGIRGeneratorImpl(LMIRModule *module, bool enableLog) : module_(module), enableLog_(enableLog) {} in LiteCGIRGeneratorImpl() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dloop_peeling.h30 LoopPeeling(BytecodeCircuitBuilder* bcBuilder, Circuit *circuit, bool enableLog, in LoopPeeling() argument
H A Dnumber_speculative_runner.h27 NumberSpeculativeRunner(Circuit *circuit, bool enableLog, bool enableArrayBoundsCheckElimination, in NumberSpeculativeRunner() argument
H A Dpost_schedule.h29 PostSchedule(Circuit *circuit, bool enableLog, const std::string &name, Chunk *chunk, bool fastBarrier = false) in PostSchedule() argument
H A Dprecompile_checker.h25 PreCompileChecker(PassData* data, Circuit* circuit, const std::string& methodName, bool enableLog) in PreCompileChecker() argument
H A Dstate_split_linearizer.h30 StateSplitLinearizer(CompilationEnv* env, Circuit *circuit, RPOVisitor *visitor, CompilationConfig *cmpCfg, bool enableLog, const std::string& name, Chunk* chunk) StateSplitLinearizer() argument
H A Duseless_gate_elimination.h26 UselessGateElimination(Circuit* circuit, bool enableLog, std::string name) in UselessGateElimination() argument
H A Dasync_function_lowering.h26 AsyncFunctionLowering(BytecodeCircuitBuilder *bcBuilder, Circuit *circuit, CompilationConfig *cmpCfg, bool enableLog, const std::string& name) AsyncFunctionLowering() argument
H A Dconstant_folding.h31 ConstantFolding(Circuit *circuit, RPOVisitor* visitor, CompilationConfig *cmpCfg, bool enableLog, in ConstantFolding() argument
H A Dinduction_variable_analysis.h26 InductionVariableAnalysis(Circuit* circuit, PassContext* ctx, bool enableLog, in InductionVariableAnalysis() argument
H A Dlexical_env_specialization_pass.h28 LexicalEnvSpecializationPass(Circuit* circuit, RPOVisitor* visitor, Chunk* chunk, bool enableLog) in LexicalEnvSpecializationPass() argument
H A Dts_hcr_opt_pass.h27 TSHCROptPass(Circuit* circuit, RPOVisitor *visitor, Chunk* chunk, PassContext *ctx, bool enableLog, const std::string &name) TSHCROptPass() argument
H A Dnative_inline_lowering.h31 explicit NativeInlineLowering(Circuit *circuit, CompilationConfig* cmpCfg, PassContext *ctx, bool enableLog, in NativeInlineLowering() argument
H A Dntype_bytecode_lowering.h25 NTypeBytecodeLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string& name, const CString& recordName) NTypeBytecodeLowering() argument
H A Dslowpath_lowering.h114 SlowPathLowering(Circuit *circuit, CompilationConfig *cmpCfg, PassContext *ctx, const MethodLiteral *methodLiteral, bool enableLog, const std::string& name) SlowPathLowering() argument
H A Dvalue_numbering.h27 ValueNumbering(Circuit *circuit, RPOVisitor *visitor, Chunk* chunk, bool useNewGVN, bool enableLog) in ValueNumbering() argument
H A Darray_bounds_check_elimination.h29 ArrayBoundsCheckElimination(Circuit *circuit, bool enableLog, const std::string& name, Chunk* chunk) in ArrayBoundsCheckElimination() argument
H A Dcombined_pass_visitor.h64 CombinedPassVisitor(Circuit* circuit, bool enableLog, const std::string& name, Chunk* chunk) in CombinedPassVisitor() argument
H A Dgraph_editor.cpp29 void GraphEditor::EliminateRedundantPhi(Circuit* circuit, bool enableLog, const std::string& methodName) in EliminateRedundantPhi() argument
H A Dstring_builder_optimizer.h28 StringBuilderOptimizer(Circuit* circuit, bool enableLog, const std::string& name, CompilationConfig* cmpCfg, Chunk* chunk) StringBuilderOptimizer() argument
H A Dts_inline_lowering.h46 TSInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string &name, in TSInlineLowering() argument
H A Dtyped_bytecode_lowering.h33 TypedBytecodeLowering(Circuit* circuit, PassContext* ctx, Chunk* chunk, bool enableLog, bool enableTypeLog, const std::string& name, bool enableLoweringBuiltin, const CString& recordName, const CallMethodFlagMap* callMethodFlagMap, PGOProfilerDecoder *decoder, const std::string optBCRange, const MethodLiteral *currentMethod) TypedBytecodeLowering() argument
H A Dstub_compiler.cpp82 void CreateCodeGen(LLVMModule *module, bool enableLog) in CreateCodeGen() argument
89 bool enableLog = data->GetLog()->EnableMethodCIRLog() || data->GetLog()->OutputASM(); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
H A Dpgo_type_infer.h26 PGOTypeInfer(Circuit *circuit, BytecodeCircuitBuilder *builder, const std::string &name, Chunk *chunk, bool enableLog) PGOTypeInfer() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.h131 LLVMIRGeneratorImpl(LLVMModule *module, bool enableLog) in LLVMIRGeneratorImpl() argument

Completed in 8 milliseconds

12