Home
last modified time | relevance | path

Searched refs:methodName_ (Results 1 - 25 of 44) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnumber_speculative_runner.h30 enableArrayBoundsCheckElimination_(enableArrayBoundsCheckElimination), methodName_(name), in NumberSpeculativeRunner()
43 return methodName_; in GetMethodName()
50 std::string methodName_; member in panda::ecmascript::kungfu::NumberSpeculativeRunner
H A Dstate_split_linearizer.h32 : enableLog_(enableLog), methodName_(name), circuit_(circuit), in StateSplitLinearizer()
45 return methodName_; in GetMethodName()
51 std::string methodName_; member in panda::ecmascript::kungfu::StateSplitLinearizer
H A 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()
95 CombinedPassVisitor rangeAnalysisVisitor(circuit_, enableLog_, methodName_, chunk_); in Run()
H A Dasync_function_lowering.h30 dependEntry_(GetEntryBBDependOut()), methodName_(name) in AsyncFunctionLowering()
42 return methodName_; in GetMethodName()
77 std::string methodName_; member in panda::ecmascript::kungfu::AsyncFunctionLowering
H A Dinduction_variable_analysis.h28 : enableLog_(enableLog), methodName_(name), circuit_(circuit), in InductionVariableAnalysis()
46 return methodName_; in GetMethodName()
58 std::string methodName_; member in panda::ecmascript::kungfu::InductionVariableAnalysis
H A Dloop_peeling.h33 methodName_(name), chunk_(chunk), loopInfo_(loopInfo), copies_(chunk_) {} in LoopPeeling()
52 return methodName_; in GetMethodName()
58 std::string methodName_; member in panda::ecmascript::kungfu::LoopPeeling
H A Dconstant_folding.h34 enableLog_(enableLog), methodName_(name) {} in ConstantFolding()
61 return methodName_; in GetMethodName()
75 std::string methodName_; member in panda::ecmascript::kungfu::ConstantFolding
H A Dts_hcr_opt_pass.h37 methodName_(name) in TSHCROptPass()
63 return methodName_; in GetMethodName()
84 std::string methodName_; member in panda::ecmascript::kungfu::TSHCROptPass
H A Dprecompile_checker.h26 : data_(data), acc_(circuit), methodName_(methodName), enableLog_(enableLog) {} in PreCompileChecker()
36 const std::string methodName_; member in panda::ecmascript::kungfu::PreCompileChecker
H A Duseless_gate_elimination.h27 : enableLog_(enableLog), methodName_(name), circuit_(circuit), in UselessGateElimination()
38 std::string methodName_; member in panda::ecmascript::kungfu::UselessGateElimination
H A Dntype_bytecode_lowering.h35 methodName_(name), in NTypeBytecodeLowering()
77 return methodName_; in GetMethodName()
106 std::string methodName_; member in panda::ecmascript::kungfu::NTypeBytecodeLowering
H A Dpost_schedule.h30 : enableLog_(enableLog), methodName_(name), chunk_(chunk), circuit_(circuit), builder_(circuit), acc_(circuit), in PostSchedule()
45 return methodName_; in GetMethodName()
89 std::string methodName_; member in panda::ecmascript::kungfu::PostSchedule
H A Dcode_generator.h191 : impl_(std::move(impl)), methodName_(methodName) in CodeGenerator()
204 return methodName_; in GetMethodName()
211 impl_->GenerateCode(circuit, graph, cfg, methodLiteral, jsPandaFile, methodName_, frameType, in Run()
217 std::string methodName_; member in panda::ecmascript::kungfu::CodeGenerator
H A Dprecompile_checker.cpp49 << methodName_; in PrintAbortInfo() local
H A Darray_bounds_check_elimination.h31 graphLinearizer_(circuit, enableLog, name, chunk, true, true), methodName_(name), indexCheckInfo_(chunk) {} in ArrayBoundsCheckElimination()
116 return methodName_; in GetMethodName()
170 std::string methodName_; member in panda::ecmascript::kungfu::ArrayBoundsCheckElimination
H A Dts_inline_lowering.h58 methodName_(name), in TSInlineLowering()
82 return methodName_; in GetMethodName()
154 std::string methodName_; member in panda::ecmascript::kungfu::TSInlineLowering
H A Dcombined_pass_visitor.h65 : enableLog_(enableLog), methodName_(name), circuit_(circuit), acc_(circuit), in CombinedPassVisitor()
114 std::string methodName_; member in panda::ecmascript::kungfu::CombinedPassVisitor
/arkcompiler/runtime_core/static_core/compiler/
H A Dinplace_task_runner.h64 methodName_ = std::move(methodName); in SetMethodName()
114 return methodName_; in GetMethodName()
134 std::string methodName_; member in ark::compiler::InPlaceCompilerContext
H A Dbackground_task_runner.h70 methodName_ = std::move(methodName); in SetMethodName()
115 return methodName_; in GetMethodName()
138 std::string methodName_; member in ark::compiler::BackgroundCompilerContext
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DmethodBuilder.h59 return methodName_ == compiler::Signatures::CTOR; in IsConstructor()
64 return methodName_ == compiler::Signatures::CCTOR; in IsStaticConstructor()
89 util::StringView methodName_ {};
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
H A Dpgo_type_infer.h28 : circuit_(circuit), acc_(circuit), argAcc_(circuit), builder_(builder), methodName_(name), in PGOTypeInfer()
53 return methodName_; in GetMethodName()
83 const std::string &methodName_; member in panda::ecmascript::kungfu::PGOTypeInfer
/arkcompiler/runtime_core/static_core/compiler/tools/debug/
H A Djit_writer.h48 : codeAllocator_(codeAllocator), methodName_(methodName) in JitDebugWriter()
81 const std::string &methodName_; member in ark::ark::compiler::JitDebugWriter
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_stacktrace_element.h52 ObjectAccessor::SetObject(this, MEMBER_OFFSET(EtsStackTraceElement, methodName_), in SetMethodName()
77 ObjectPointer<EtsString> methodName_; member in ark::ets::EtsStackTraceElement
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.h116 Name(std::string name) : methodName_(name), totalCount_(1) {} in Name()
130 return methodName_; in GetName()
133 std::string methodName_; member
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_task.h181 return methodName_; in GetMethodName()
186 methodName_ = methodName; in SetMethodInfo()
303 CString methodName_; member in panda::ecmascript::JitTask

Completed in 9 milliseconds

12