/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | number_speculative_runner.h | 30 enableArrayBoundsCheckElimination_(enableArrayBoundsCheckElimination), methodName_(name), in NumberSpeculativeRunner() 43 return methodName_; in GetMethodName() 50 std::string methodName_; member in panda::ecmascript::kungfu::NumberSpeculativeRunner
|
H A D | state_split_linearizer.h | 32 : 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 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() 95 CombinedPassVisitor rangeAnalysisVisitor(circuit_, enableLog_, methodName_, chunk_); in Run()
|
H A D | async_function_lowering.h | 30 dependEntry_(GetEntryBBDependOut()), methodName_(name)
in AsyncFunctionLowering() 42 return methodName_;
in GetMethodName() 77 std::string methodName_;
member in panda::ecmascript::kungfu::AsyncFunctionLowering
|
H A D | induction_variable_analysis.h | 28 : 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 D | loop_peeling.h | 33 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 D | constant_folding.h | 34 enableLog_(enableLog), methodName_(name) {} in ConstantFolding() 61 return methodName_; in GetMethodName() 75 std::string methodName_; member in panda::ecmascript::kungfu::ConstantFolding
|
H A D | ts_hcr_opt_pass.h | 37 methodName_(name) in TSHCROptPass() 63 return methodName_; in GetMethodName() 84 std::string methodName_; member in panda::ecmascript::kungfu::TSHCROptPass
|
H A D | precompile_checker.h | 26 : data_(data), acc_(circuit), methodName_(methodName), enableLog_(enableLog) {} in PreCompileChecker() 36 const std::string methodName_; member in panda::ecmascript::kungfu::PreCompileChecker
|
H A D | useless_gate_elimination.h | 27 : enableLog_(enableLog), methodName_(name), circuit_(circuit), in UselessGateElimination() 38 std::string methodName_; member in panda::ecmascript::kungfu::UselessGateElimination
|
H A D | ntype_bytecode_lowering.h | 35 methodName_(name), in NTypeBytecodeLowering() 77 return methodName_; in GetMethodName() 106 std::string methodName_; member in panda::ecmascript::kungfu::NTypeBytecodeLowering
|
H A D | post_schedule.h | 30 : 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 D | code_generator.h | 191 : 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 D | precompile_checker.cpp | 49 << methodName_; in PrintAbortInfo() local
|
H A D | array_bounds_check_elimination.h | 31 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 D | ts_inline_lowering.h | 58 methodName_(name), in TSInlineLowering() 82 return methodName_; in GetMethodName() 154 std::string methodName_; member in panda::ecmascript::kungfu::TSInlineLowering
|
H A D | combined_pass_visitor.h | 65 : 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 D | inplace_task_runner.h | 64 methodName_ = std::move(methodName); in SetMethodName() 114 return methodName_; in GetMethodName() 134 std::string methodName_; member in ark::compiler::InPlaceCompilerContext
|
H A D | background_task_runner.h | 70 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 D | methodBuilder.h | 59 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 D | pgo_type_infer.h | 28 : 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 D | jit_writer.h | 48 : 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 D | ets_stacktrace_element.h | 52 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 D | opt_code_profiler.h | 116 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 D | jit_task.h | 181 return methodName_; in GetMethodName() 186 methodName_ = methodName; in SetMethodInfo() 303 CString methodName_; member in panda::ecmascript::JitTask
|