Home
last modified time | relevance | path

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

1234

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_alloc.h34 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
Disel.h121 std::string funcName = funcSt->GetName(); in SelectLiteral() local
/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_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp68 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/
Dmpl_dbg.cpp45 std::string funcName(&argv[i][k10BitSize]); in main() 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_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/toolchain/tooling/test/testcases/
Djs_stepout_recursion_test.h76 bool RecvStepoutInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoutInfo()
Djs_stepover_recursion_test.h104 bool RecvStepoverInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoverInfo()
Djs_breakpoint_loop_test.h105 bool RecvBreakInfo(std::string recv, std::string funcName, int lineNumber) in RecvBreakInfo()
Djs_stepover_loop_test.h165 bool RecvStepoverInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoverInfo()
Djs_breakpoint_recursion_test.h81 bool RecvBreakInfo(std::string recv, std::string funcName, int lineNumber) in RecvBreakInfo()
Djs_stepinto_switch_test.h134 bool RecvStepintoInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepintoInfo()
Djs_stepout_loop_test.h104 bool RecvStepoutInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoutInfo()
Djs_breakpoint_switch_test.h83 bool RecvBreakInfo(std::string recv, std::string funcName, int lineNumber) in RecvBreakInfo()
Djs_stepover_switch_test.h134 bool RecvStepoverInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoverInfo()
Djs_stepinto_loop_test.h165 bool RecvStepintoInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepintoInfo()
Djs_stepinto_recursion_test.h129 bool RecvStepintoInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepintoInfo()
Djs_stepout_switch_test.h88 bool RecvStepoutInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoutInfo()
Djs_stepinto_async_test.h131 bool RecvStepintoInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepintoInfo()
Djs_stepout_async_test.h101 bool RecvStepoutInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoutInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dico.cpp78 const std::string &funcName = f.GetFunction().GetBaseFuncName(); in PhaseRun() local
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp127 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/
Dsimplify.cpp75 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

1234