Home
last modified time | relevance | path

Searched refs:methodName_ (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_runner.cpp26 CombinedPassVisitor rangeGuardVisitor(circuit_, enableLog_, methodName_, chunk_); in Run()
47 ArrayBoundsCheckElimination arrayBoundsCheck(circuit_, enableLog_, methodName_, chunk_); in Run()
69 CombinedPassVisitor retypeVisitor(circuit_, enableLog_, methodName_, chunk_); in Run()
74 CombinedPassVisitor convertVisitor(circuit_, enableLog_, methodName_, chunk_); in Run()
94 CombinedPassVisitor rangeAnalysisVisitor(circuit_, enableLog_, methodName_, chunk_); in Run()
Dstate_split_linearizer.h32 : enableLog_(enableLog), methodName_(name), circuit_(circuit), in StateSplitLinearizer()
45 return methodName_; in GetMethodName()
51 std::string methodName_; variable
Dnumber_speculative_runner.h31 enableArrayBoundsCheckElimination_(enableArrayBoundsCheckElimination), methodName_(name), in NumberSpeculativeRunner()
44 return methodName_; in GetMethodName()
51 std::string methodName_; variable
Dloop_peeling.h33 methodName_(name), chunk_(chunk), loopInfo_(loopInfo), copies_(chunk_) {} in LoopPeeling()
52 return methodName_; in GetMethodName()
58 std::string methodName_; variable
Dasync_function_lowering.h32 dependEntry_(GetEntryBBDependOut()), methodName_(name) in AsyncFunctionLowering()
44 return methodName_; in GetMethodName()
79 std::string methodName_; variable
Dts_hcr_opt_pass.h33 methodName_(name) {} in TSHCROptPass()
47 return methodName_; in GetMethodName()
69 std::string methodName_; variable
Dconstant_folding.h34 enableLog_(enableLog), methodName_(name) {} in ConstantFolding()
61 return methodName_; in GetMethodName()
75 std::string methodName_; variable
Dntype_bytecode_lowering.h39 methodName_(name), in NTypeBytecodeLowering()
76 return methodName_; in GetMethodName()
89 std::string methodName_; variable
Dnative_inline_lowering.h35 methodName_(name), in NativeInlineLowering()
59 return methodName_; in GetMethodName()
73 std::string methodName_; variable
Dcode_generator.h160 : impl_(std::move(impl)), methodName_(methodName) in CodeGenerator()
173 return methodName_; in GetMethodName()
180 impl_->GenerateCode(circuit, graph, cfg, methodLiteral, jsPandaFile, methodName_, in Run()
186 std::string methodName_; variable
Darray_bounds_check_elimination.h31 …graphLinearizer_(circuit, enableLog, name, chunk, true, true), methodName_(name), indexCheckInfo_(… in ArrayBoundsCheckElimination()
116 return methodName_; in GetMethodName()
170 std::string methodName_; variable
Dts_inline_lowering.h60 methodName_(name), in TSInlineLowering()
83 return methodName_; in GetMethodName()
152 std::string methodName_; variable
Dcombined_pass_visitor.h63 : enableLog_(enableLog), methodName_(name), circuit_(circuit), acc_(circuit), in CombinedPassVisitor()
109 std::string methodName_; variable
Dtyped_bytecode_lowering.h52 methodName_(name), in TypedBytecodeLowering()
95 return methodName_; in GetMethodName()
229 std::string methodName_; variable
Dslowpath_lowering.h119 enableLog_(enableLog), methodName_(name), glue_(acc_.GetGlueFromArgList()) in SlowPathLowering()
151 return methodName_; in GetMethodName()
334 std::string methodName_; variable
Dgraph_linearizer.h264 : enableLog_(enableLog), methodName_(name), chunk_(chunk), circuit_(circuit), acc_(circuit), in enableLog_()
320 return methodName_; in GetMethodName()
456 std::string methodName_; variable
Dcompiler_log.cpp89 …: ClockScope(), name_(std::move(name)), methodName_(std::move(methodName)), methodOffset_(methodOf… in TimeScope()
116 … << GetShortName(methodName_) << " offset:" << std::setw(OFFSET_LENS) << methodOffset_ in ~TimeScope()
119 std::string shortName = GetShortName(methodName_); in ~TimeScope()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dinitialization_analysis.h35 methodName_(name), enableLog_(enableLog) in InitializationAnalysis()
51 return methodName_; in GetMethodName()
84 const std::string &methodName_; variable
Dpgo_type_infer.h31 … builder_(builder), methodName_(name), chunk_(chunk), enableLog_(enableLog), profiler_(chunk) {} in PGOTypeInfer()
55 return methodName_; in GetMethodName()
91 const std::string &methodName_; variable
Dmethod_type_infer.h64 return methodName_; in GetMethodName()
180 std::string methodName_; variable
/arkcompiler/runtime_core/static_core/compiler/
Dinplace_task_runner.h64 methodName_ = std::move(methodName); in SetMethodName()
109 return methodName_; in GetMethodName()
133 std::string methodName_; variable
Dbackground_task_runner.h70 methodName_ = std::move(methodName); in SetMethodName()
115 return methodName_; in GetMethodName()
138 std::string methodName_; variable
/arkcompiler/runtime_core/static_core/compiler/tools/debug/
Djit_writer.h48 : codeAllocator_(codeAllocator), methodName_(methodName) in JitDebugWriter()
81 const std::string &methodName_; variable
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.h115 Name(std::string name) : methodName_(name), totalCount_(1) {} in Name()
129 return methodName_; in GetName()
132 std::string methodName_; member
/arkcompiler/runtime_core/static_core/templates/events/
Devents.h.erb34 methodName_.data());
44 … events_file_ << className_.data() << "::" << methodName_.data() << ',' << "<%= op.name %>" << ',';
59 std::array<char, BUF_SIZE> methodName_;

12