| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
| D | clone.h | 45 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/ |
| D | function_call_timer.cpp | 54 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/ |
| D | strictmode.test.ts | 59 let funcName = jshelpers.getTextOfIdentifierOrLiteral(funcId); variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.cpp | 51 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/ |
| D | profile.cpp | 102 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/ |
| D | mpl_dbg.cpp | 45 std::string funcName(&argv[i][k10BitSize]); in main() local
|
| D | mir_function.cpp | 575 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/ |
| D | functionDeclaration.cpp | 45 const util::StringView &funcName = func_->Id()->Name(); in Check() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | ico.cpp | 78 const std::string &funcName = f.GetFunction().GetBaseFuncName(); in PhaseRun() local
|
| D | optimize_common.cpp | 25 void Optimizer::Run(const std::string &funcName, bool checkOnly) in Run() 289 void OptimizeLogger::Print(const std::string &funcName) in Print()
|
| D | cfgo.cpp | 830 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
|
| D | cg.cpp | 293 std::string funcName = str.substr(pos1 + offset, pos2 - pos1 - offset); in ExtractFuncName() local
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | patchFix.cpp | 127 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/ |
| D | isel.h | 120 std::string funcName = funcSt->GetName(); in SelectLiteral() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | debug_info.cpp | 68 const std::string &DebugInfo::GetComment(const std::string &funcName, size_t index) const in GetComment() argument
|
| D | litecg_ir_builder.h | 70 void SetFunction(size_t index, std::string funcName, bool isFastCall) in SetFunction()
|
| D | llvm_codegen.cpp | 193 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/ |
| D | common.h | 207 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/ |
| D | optimize_bytecode.cpp | 218 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/ |
| D | functionDeclaration.test.ts | 50 let funcName = "foo"; variable
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | compilerStatistics.ts | 116 private funcName: string; property in HistogramStatistics
|
| D | ts2panda.ts | 370 let funcName = pg.internalName; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | class_init.cpp | 99 const std::string &funcName = func->GetName(); in ProcessFunc() local
|
| /arkcompiler/toolchain/tooling/client/manager/ |
| D | source_manager.cpp | 139 std::string funcName; in GetDebugSources() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | asm_printer_test.cpp | 177 [[maybe_unused]] std::string funcName = "test_" + GetTestName(); in PreWork() local
|