Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h25 std::string functionName; member
Djs_stackgetter.cpp69 const char *functionName = MethodLiteral::GetMethodName(jsPandaFile, methodId); in ParseMethodInfo() local
122 void JsStackGetter::GetNativeStack(const EcmaVM *vm, const FrameIterator &it, char *functionName, s… in GetNativeStack()
Djs_stackgetter.h63 char functionName[100] = {0}; // 100:the maximum size of the functionName member
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp166 CString functionName(info.functionName.c_str()); in SerializeTraceFunctionInfo() local
Dheap_sampling.cpp157 std::string HeapSampling::AddRunningState(char *functionName, RunningState state, kungfu::DeoptType… in AddRunningState()
Dheap_snapshot.h281 std::string functionName = ""; member
Dheap_snapshot.cpp801 const std::string &functionName = MethodLiteral::ParseFunctionName(jsPandaFile, methodId); in AddMethodInfo() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_function_test.cpp167 JSHandle<JSTaggedValue> functionName = in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp581 std::string functionName = "RuntimeCallFrameCreate"; in HWTEST_F_L0() local
599 std::string functionName = "RuntimeCallFrameCreate"; in HWTEST_F_L0() local
860 const std::string functionName = callFrame->GetFunctionName(); in HWTEST_F_L0() local
895 const std::string functionName = callFrame->GetFunctionName(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp461 void Heap::ThrowOutOfMemoryError(size_t size, std::string functionName) in ThrowOutOfMemoryError()
470 void Heap::FatalOutOfMemoryError(size_t size, std::string functionName) in FatalOutOfMemoryError()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h44 std::string functionName = ""; member
Dsamples_record.cpp393 std::string SamplesRecord::AddRunningState(char *functionName, RunningState state, kungfu::DeoptTyp… in AddRunningState()
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp176 const std::string functionName("foo"); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1304 const std::string functionName = MethodLiteral::ParseFunctionName(jsPandaFile, methodId); in PrintByteCodesWithTypes() local
1412 … const std::string functionName = MethodLiteral::ParseFunctionName(jsPandaFile, methodId); in TypeCheck() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1591 CallFrame &SetFunctionName(const std::string &functionName) in SetFunctionName()
1753 RuntimeCallFrame &SetFunctionName(const std::string &functionName) in SetFunctionName()
2362 FunctionCoverage &SetFunctionName(const std::string &functionName) in SetFunctionName()
Dpt_types.cpp1860 std::string functionName; in Create() local
2042 std::string functionName; in Create() local
2770 std::string functionName; in Create() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp501 JSHandle<EcmaString> functionName; in SetFunctionName() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp386 JSHandle<JSTaggedValue> functionName( in ParseFunctionType() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1106 std::string functionName = method->ParseFunctionName(); in GenerateCallFrame() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js59221 functionName: n.func, property