Home
last modified time | relevance | path

Searched defs:functionName (Results 1 – 8 of 8) sorted by relevance

/ark/js_runtime/ecmascript/cpu_profiler/
Dprofile_generator.h30 std::string functionName = ""; member
Dcpu_profiler.cpp200 const std::string &functionName = method->ParseFunctionName(); in ParseMethodInfo() local
/ark/js_runtime/ecmascript/tests/
Djs_function_test.cpp167 JSHandle<JSTaggedValue> functionName = in HWTEST_F_L0() local
/ark/js_runtime/ecmascript/mem/
Dheap.cpp317 void Heap::ThrowOutOfMemoryError(size_t size, std::string functionName) in ThrowOutOfMemoryError()
/ark/js_runtime/ecmascript/tooling/base/
Dpt_types.h1362 CallFrame &SetFunctionName(const std::string &functionName) in SetFunctionName()
1525 RuntimeCallFrame &SetFunctionName(const std::string &functionName) in SetFunctionName()
2000 FunctionCoverage &SetFunctionName(const std::string &functionName) in SetFunctionName()
Dpt_types.cpp1289 std::string functionName; in Create() local
1471 std::string functionName; in Create() local
2050 std::string functionName; in Create() local
/ark/js_runtime/ecmascript/
Djs_function.cpp387 JSHandle<EcmaString> functionName; in SetFunctionName() local
/ark/js_runtime/ecmascript/tooling/agent/
Ddebugger_impl.cpp876 std::string functionName = DebuggerApi::ParseFunctionName(method); in GenerateCallFrame() local