Home
last modified time | relevance | path

Searched defs:funcName (Results 1 – 25 of 62) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dclone.h45 bool IsInCloneList(const std::string &funcName) const in IsInCloneList()
50 static bool IsClonedFunc(const std::string &funcName) in IsClonedFunc()
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dfunction_call_timer.cpp54 CString funcName(method->GetMethodName()); in GetFullName() local
65 CString funcName = GetFullName(method); in InitialStatAndTimer() local
72 CString funcName = GetFullName(method); in InitialStatAndTimer() local
/arkcompiler/ets_frontend/ts2panda/tests/strictmode/
Dstrictmode.test.ts59 let funcName = jshelpers.getTextOfIdentifierOrLiteral(funcId); variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp51 static void SaveFunc2Addr(void *object, std::string funcName, uint32_t address) in SaveFunc2Addr()
57 static void SaveFunc2FPtoPrevSPDelta(void *object, std::string funcName, int32_t fp2PrevSpDelta) in SaveFunc2FPtoPrevSPDelta()
63 static void SaveFunc2CalleeOffsetInfo(void *object, std::string funcName, kungfu::CalleeRegAndOffse… in SaveFunc2CalleeOffsetInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dprofile.cpp102 const std::string funcName = className + "_7C" + methodName + "_7C" + sigName; in GetFunctionName() local
134 … std::string funcName = GetFunctionName(funcItem->classIdx, funcItem->methodIdx, funcItem->sigIdx); in ParseFunc() local
186 … std::string funcName = GetFunctionName(funcItem->classIdx, funcItem->methodIdx, funcItem->sigIdx); in ParseIRFuncDesc() local
523 bool Profile::GetFunctionBBProf(const std::string &funcName, Profile::BBInfo &result) in GetFunctionBBProf()
547 void Profile::SetFuncStatus(const std::string &funcName, bool succ) in SetFuncStatus()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl_dbg.cpp45 std::string funcName(&argv[i][k10BitSize]); in main() local
Dmir_function.cpp575 const std::string &funcName = this->GetName(); in IsClinit() local
642 std::string funcName = name.substr(pos + width, newPos - pos - width); in SetBaseClassFuncNames() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
DfunctionDeclaration.cpp45 const util::StringView &funcName = func_->Id()->Name(); in Check() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dico.cpp78 const std::string &funcName = f.GetFunction().GetBaseFuncName(); in PhaseRun() local
Doptimize_common.cpp25 void Optimizer::Run(const std::string &funcName, bool checkOnly) in Run()
289 void OptimizeLogger::Print(const std::string &funcName) in Print()
Dcfgo.cpp830 const std::string &funcName = f.GetFunction().GetBaseFuncName(); in PhaseRun() local
847 const std::string &funcName = f.GetFunction().GetBaseFuncName(); in MAPLE_TRANSFORM_PHASE_REGISTER_CANSKIP() local
Dcg.cpp293 std::string funcName = str.substr(pos1 + offset, pos2 - pos1 - offset); in ExtractFuncName() local
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp127 bool PatchFix::IsAnonymousOrSpecialOrDuplicateFunction(const std::string &funcName) in IsAnonymousOrSpecialOrDuplicateFunction()
139 void PatchFix::CollectFunctionsWithDefinedClasses(std::string funcName, std::string className) in CollectFunctionsWithDefinedClasses()
269 auto funcName = scope->AsFunctionVariableScope()->InternalName(); in IsScopeValidToPatchLexical() local
461 bool PatchFix::CompareLexenv(const std::string &funcName, const compiler::PandaGen *pg, in CompareLexenv()
546 std::string funcName = func->name; in HandleFunction() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Disel.h120 std::string funcName = funcSt->GetName(); in SelectLiteral() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Ddebug_info.cpp68 const std::string &DebugInfo::GetComment(const std::string &funcName, size_t index) const in GetComment() argument
Dlitecg_ir_builder.h70 void SetFunction(size_t index, std::string funcName, bool isFastCall) in SetFunction()
Dllvm_codegen.cpp193 void CodeInfo::SaveFunc2Addr(std::string funcName, uint32_t address) in SaveFunc2Addr()
204 void CodeInfo::SaveFunc2FPtoPrevSPDelta(std::string funcName, int32_t fp2PrevSpDelta) in SaveFunc2FPtoPrevSPDelta()
215 void CodeInfo::SaveFunc2CalleeOffsetInfo(std::string funcName, kungfu::CalleeRegAndOffsetVec callee… in SaveFunc2CalleeOffsetInfo()
608 DWARFContext *ctx, LLVMModule* module, const std::string &funcName) in GetCalleeReg2Offset()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dcommon.h207 virtual bool ParseToGraph(pandasm::Program *prog, const std::string &funcName) in ParseToGraph()
751 const std::string &funcName) in CheckConstArrayFilling()
783 … CheckConstArray(panda::pandasm::Program *prog, const char *className, const std::string &funcName, in CheckConstArray()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Doptimize_bytecode.cpp218 static bool SkipFunction(const pandasm::Function &function, const std::string &funcName) in SkipFunction()
263 auto funcName = irInterface.GetMethodIdByOffset(mda.GetMethodId().GetOffset()); in OptimizeFunction() local
/arkcompiler/ets_frontend/ts2panda/tests/statements/
DfunctionDeclaration.test.ts50 let funcName = "foo"; variable
/arkcompiler/ets_frontend/ts2panda/src/
DcompilerStatistics.ts116 private funcName: string; property in HistogramStatistics
Dts2panda.ts370 let funcName = pg.internalName; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_init.cpp99 const std::string &funcName = func->GetName(); in ProcessFunc() local
/arkcompiler/toolchain/tooling/client/manager/
Dsource_manager.cpp139 std::string funcName; in GetDebugSources() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dasm_printer_test.cpp177 [[maybe_unused]] std::string funcName = "test_" + GetTestName(); in PreWork() local

123