| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | reg_alloc.h | 34 void PrintAllTimerAndClear(const std::string &funcName) in PrintAllTimerAndClear() 51 #define RA_TIMER_PRINT(funcName) RATimerManager::GetInstance().PrintAllTimerAndClear(funcName) argument 55 #define RA_TIMER_PRINT(funcName) argument
|
| D | isel.h | 121 std::string funcName = funcSt->GetName(); in SelectLiteral() local
|
| /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_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.cpp | 68 static void SaveFunc2Addr(void *object, std::string funcName, uint32_t address) in SaveFunc2Addr() 74 static void SaveFunc2FPtoPrevSPDelta(void *object, std::string funcName, int32_t fp2PrevSpDelta) in SaveFunc2FPtoPrevSPDelta() 80 static void SaveFunc2CalleeOffsetInfo(void *object, std::string funcName, kungfu::CalleeRegAndOffse… in SaveFunc2CalleeOffsetInfo()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mpl_dbg.cpp | 45 std::string funcName(&argv[i][k10BitSize]); in main() 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_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/toolchain/tooling/test/testcases/ |
| D | js_stepout_recursion_test.h | 76 bool RecvStepoutInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoutInfo()
|
| D | js_stepover_recursion_test.h | 104 bool RecvStepoverInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoverInfo()
|
| D | js_breakpoint_loop_test.h | 105 bool RecvBreakInfo(std::string recv, std::string funcName, int lineNumber) in RecvBreakInfo()
|
| D | js_stepover_loop_test.h | 165 bool RecvStepoverInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoverInfo()
|
| D | js_breakpoint_recursion_test.h | 81 bool RecvBreakInfo(std::string recv, std::string funcName, int lineNumber) in RecvBreakInfo()
|
| D | js_stepinto_switch_test.h | 134 bool RecvStepintoInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepintoInfo()
|
| D | js_stepout_loop_test.h | 104 bool RecvStepoutInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoutInfo()
|
| D | js_breakpoint_switch_test.h | 83 bool RecvBreakInfo(std::string recv, std::string funcName, int lineNumber) in RecvBreakInfo()
|
| D | js_stepover_switch_test.h | 134 bool RecvStepoverInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoverInfo()
|
| D | js_stepinto_loop_test.h | 165 bool RecvStepintoInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepintoInfo()
|
| D | js_stepinto_recursion_test.h | 129 bool RecvStepintoInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepintoInfo()
|
| D | js_stepout_switch_test.h | 88 bool RecvStepoutInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoutInfo()
|
| D | js_stepinto_async_test.h | 131 bool RecvStepintoInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepintoInfo()
|
| D | js_stepout_async_test.h | 101 bool RecvStepoutInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoutInfo()
|
| /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
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | patchFix.cpp | 127 bool PatchFix::IsAnonymousOrSpecialOrDuplicateFunction(const std::string &funcName) in IsAnonymousOrSpecialOrDuplicateFunction() 160 void PatchFix::CollectFunctionsWithDefinedClasses(std::string funcName, std::string className) in CollectFunctionsWithDefinedClasses() 291 auto funcName = scope->AsFunctionVariableScope()->InternalName(); in IsScopeValidToPatchLexical() local 483 bool PatchFix::CompareLexenv(const std::string &funcName, const compiler::PandaGen *pg, in CompareLexenv() 568 std::string funcName = func->name; in HandleFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | simplify.cpp | 75 bool Simplify::IsMathSqrt(const std::string funcName) in IsMathSqrt() 80 bool Simplify::IsMathAbs(const std::string funcName) in IsMathAbs() 85 bool Simplify::IsMathMax(const std::string funcName) in IsMathMax() 90 bool Simplify::IsMathMin(const std::string funcName) in IsMathMin() 103 const std::string &funcName = calleeFunc->GetName(); in SimplifyMathMethod() local 696 const char *funcName = func->GetName().c_str(); in ComputeMemOpKind() local
|