/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | number_speculative_runner.cpp | 26 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()
|
D | state_split_linearizer.h | 32 : enableLog_(enableLog), methodName_(name), circuit_(circuit), in StateSplitLinearizer() 45 return methodName_; in GetMethodName() 51 std::string methodName_; variable
|
D | number_speculative_runner.h | 31 enableArrayBoundsCheckElimination_(enableArrayBoundsCheckElimination), methodName_(name), in NumberSpeculativeRunner() 44 return methodName_; in GetMethodName() 51 std::string methodName_; variable
|
D | loop_peeling.h | 33 methodName_(name), chunk_(chunk), loopInfo_(loopInfo), copies_(chunk_) {} in LoopPeeling() 52 return methodName_; in GetMethodName() 58 std::string methodName_; variable
|
D | async_function_lowering.h | 32 dependEntry_(GetEntryBBDependOut()), methodName_(name) in AsyncFunctionLowering() 44 return methodName_; in GetMethodName() 79 std::string methodName_; variable
|
D | ts_hcr_opt_pass.h | 33 methodName_(name) {} in TSHCROptPass() 47 return methodName_; in GetMethodName() 69 std::string methodName_; variable
|
D | constant_folding.h | 34 enableLog_(enableLog), methodName_(name) {} in ConstantFolding() 61 return methodName_; in GetMethodName() 75 std::string methodName_; variable
|
D | ntype_bytecode_lowering.h | 39 methodName_(name), in NTypeBytecodeLowering() 76 return methodName_; in GetMethodName() 89 std::string methodName_; variable
|
D | native_inline_lowering.h | 35 methodName_(name), in NativeInlineLowering() 59 return methodName_; in GetMethodName() 73 std::string methodName_; variable
|
D | code_generator.h | 160 : 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
|
D | array_bounds_check_elimination.h | 31 …graphLinearizer_(circuit, enableLog, name, chunk, true, true), methodName_(name), indexCheckInfo_(… in ArrayBoundsCheckElimination() 116 return methodName_; in GetMethodName() 170 std::string methodName_; variable
|
D | ts_inline_lowering.h | 60 methodName_(name), in TSInlineLowering() 83 return methodName_; in GetMethodName() 152 std::string methodName_; variable
|
D | combined_pass_visitor.h | 63 : enableLog_(enableLog), methodName_(name), circuit_(circuit), acc_(circuit), in CombinedPassVisitor() 109 std::string methodName_; variable
|
D | typed_bytecode_lowering.h | 52 methodName_(name), in TypedBytecodeLowering() 95 return methodName_; in GetMethodName() 229 std::string methodName_; variable
|
D | slowpath_lowering.h | 119 enableLog_(enableLog), methodName_(name), glue_(acc_.GetGlueFromArgList()) in SlowPathLowering() 151 return methodName_; in GetMethodName() 334 std::string methodName_; variable
|
D | graph_linearizer.h | 264 : enableLog_(enableLog), methodName_(name), chunk_(chunk), circuit_(circuit), acc_(circuit), in enableLog_() 320 return methodName_; in GetMethodName() 456 std::string methodName_; variable
|
D | compiler_log.cpp | 89 …: 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/ |
D | initialization_analysis.h | 35 methodName_(name), enableLog_(enableLog) in InitializationAnalysis() 51 return methodName_; in GetMethodName() 84 const std::string &methodName_; variable
|
D | pgo_type_infer.h | 31 … builder_(builder), methodName_(name), chunk_(chunk), enableLog_(enableLog), profiler_(chunk) {} in PGOTypeInfer() 55 return methodName_; in GetMethodName() 91 const std::string &methodName_; variable
|
D | method_type_infer.h | 64 return methodName_; in GetMethodName() 180 std::string methodName_; variable
|
/arkcompiler/runtime_core/static_core/compiler/ |
D | inplace_task_runner.h | 64 methodName_ = std::move(methodName); in SetMethodName() 109 return methodName_; in GetMethodName() 133 std::string methodName_; variable
|
D | background_task_runner.h | 70 methodName_ = std::move(methodName); in SetMethodName() 115 return methodName_; in GetMethodName() 138 std::string methodName_; variable
|
/arkcompiler/runtime_core/static_core/compiler/tools/debug/ |
D | jit_writer.h | 48 : codeAllocator_(codeAllocator), methodName_(methodName) in JitDebugWriter() 81 const std::string &methodName_; variable
|
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
D | opt_code_profiler.h | 115 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/ |
D | events.h.erb | 34 methodName_.data()); 44 … events_file_ << className_.data() << "::" << methodName_.data() << ',' << "<%= op.name %>" << ','; 59 std::array<char, BUF_SIZE> methodName_;
|