Home
last modified time | relevance | path

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

12345

/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.h119 std::string funcName = funcSt->GetName(); in SelectLiteral() local
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dfunction_call_timer.cpp54 CString funcName(method->GetMethodName(thread)); in GetFullName() local
65 CString funcName = GetFullName(thread, method); in InitialStatAndTimer() local
72 CString funcName = GetFullName(thread, method); in InitialStatAndTimer() local
/arkcompiler/runtime_core/static_core/abc2program/
Dabc2program_log.cpp21 void Unimplemented(const std::string &funcName) in Unimplemented()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/animodulefindfunction_fuzzer/
Danimodulefindfunction_fuzzer.cpp40 std::string funcName(data, size); in AniModuleFindFunctionFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp57 static void SaveFunc2Addr(void *object, std::string funcName, uint32_t address) in SaveFunc2Addr()
63 static void SaveFunc2FPtoPrevSPDelta(void *object, std::string funcName, int32_t fp2PrevSpDelta) in SaveFunc2FPtoPrevSPDelta()
69 static void SaveFunc2CalleeOffsetInfo(void *object, std::string funcName, kungfu::CalleeRegAndOffse… in SaveFunc2CalleeOffsetInfo()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DfunctionDeclaration.cpp42 const util::StringView &funcName = func_->Id()->Name(); in Check() local
/arkcompiler/toolchain/tooling/dynamic/test/testcases/
Djs_stepout_recursion_test.h76 bool RecvStepoutInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoutInfo()
Djs_stepover_switch_test.h134 bool RecvStepoverInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoverInfo()
Djs_stepout_loop_test.h104 bool RecvStepoutInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoutInfo()
Djs_stepout_switch_test.h88 bool RecvStepoutInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoutInfo()
Djs_breakpoint_loop_test.h105 bool RecvBreakInfo(std::string recv, std::string funcName, int lineNumber) in RecvBreakInfo()
Djs_symbolbreakpoint_test.h116 bool RecvBreakInfo(std::string recv, std::string funcName, int lineNumber) in RecvBreakInfo()
Djs_breakpoint_switch_test.h83 bool RecvBreakInfo(std::string recv, std::string funcName, int lineNumber) in RecvBreakInfo()
Djs_stepover_recursion_test.h104 bool RecvStepoverInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoverInfo()
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_recursion_test.h129 bool RecvStepintoInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepintoInfo()
Djs_stepinto_switch_test.h134 bool RecvStepintoInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepintoInfo()
Djs_stepinto_loop_test.h165 bool RecvStepintoInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepintoInfo()
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_frontend/es2panda/util/
DpatchFix.cpp118 bool PatchFix::IsAnonymousOrSpecialOrDuplicateFunction(const std::string &funcName) in IsAnonymousOrSpecialOrDuplicateFunction()
151 void PatchFix::CollectFunctionsWithDefinedClasses(std::string funcName, std::string className) in CollectFunctionsWithDefinedClasses()
282 auto funcName = scope->AsFunctionVariableScope()->InternalName(); in IsScopeValidToPatchLexical() local
467 bool PatchFix::CompareLexenv(const std::string &funcName, const compiler::PandaGen *pg, in CompareLexenv()
552 std::string funcName = func->name; in HandleFunction() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dcommon.h207 virtual bool ParseToGraph(pandasm::Program *prog, const std::string &funcName) in ParseToGraph()
716 void CheckOtherPasses(ark::pandasm::Program *prog, const std::string &funcName, bool isStatic) in CheckOtherPasses()
740 const std::string &funcName, bool isStatic) in CheckConstArrayFilling()
802 …id CheckConstArray(ark::pandasm::Program *prog, const char *className, const std::string &funcName, in CheckConstArray()
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/arkts/inspect_api/namespace/
Dnamespace_arkts.cpp57 auto funcName = helpers::AbckitStringToString(g_implI->functionGetName(namespaceFunc)); in TEST_F() local

12345