| /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 | 119 std::string funcName = funcSt->GetName(); in SelectLiteral() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | function_call_timer.cpp | 54 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/ |
| D | abc2program_log.cpp | 21 void Unimplemented(const std::string &funcName) in Unimplemented()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/animodulefindfunction_fuzzer/ |
| D | animodulefindfunction_fuzzer.cpp | 40 std::string funcName(data, size); in AniModuleFindFunctionFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.cpp | 57 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/ |
| D | functionDeclaration.cpp | 42 const util::StringView &funcName = func_->Id()->Name(); in Check() local
|
| /arkcompiler/toolchain/tooling/dynamic/test/testcases/ |
| D | js_stepout_recursion_test.h | 76 bool RecvStepoutInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoutInfo()
|
| D | js_stepover_switch_test.h | 134 bool RecvStepoverInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoverInfo()
|
| D | js_stepout_loop_test.h | 104 bool RecvStepoutInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoutInfo()
|
| D | js_stepout_switch_test.h | 88 bool RecvStepoutInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoutInfo()
|
| D | js_breakpoint_loop_test.h | 105 bool RecvBreakInfo(std::string recv, std::string funcName, int lineNumber) in RecvBreakInfo()
|
| D | js_symbolbreakpoint_test.h | 116 bool RecvBreakInfo(std::string recv, std::string funcName, int lineNumber) in RecvBreakInfo()
|
| D | js_breakpoint_switch_test.h | 83 bool RecvBreakInfo(std::string recv, std::string funcName, int lineNumber) in RecvBreakInfo()
|
| D | js_stepover_recursion_test.h | 104 bool RecvStepoverInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepoverInfo()
|
| 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_recursion_test.h | 129 bool RecvStepintoInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepintoInfo()
|
| D | js_stepinto_switch_test.h | 134 bool RecvStepintoInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepintoInfo()
|
| D | js_stepinto_loop_test.h | 165 bool RecvStepintoInfo(std::string recv, std::string funcName, int lineNumber) in RecvStepintoInfo()
|
| 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_frontend/es2panda/util/ |
| D | patchFix.cpp | 118 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/ |
| D | common.h | 207 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/ |
| D | namespace_arkts.cpp | 57 auto funcName = helpers::AbckitStringToString(g_implI->functionGetName(namespaceFunc)); in TEST_F() local
|