/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
D | js_stackinfo.h | 25 std::string functionName; member
|
D | js_stackgetter.cpp | 69 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()
|
D | js_stackgetter.h | 63 char functionName[100] = {0}; // 100:the maximum size of the functionName member
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot_json_serializer.cpp | 166 CString functionName(info.functionName.c_str()); in SerializeTraceFunctionInfo() local
|
D | heap_sampling.cpp | 157 std::string HeapSampling::AddRunningState(char *functionName, RunningState state, kungfu::DeoptType… in AddRunningState()
|
D | heap_snapshot.h | 281 std::string functionName = ""; member
|
D | heap_snapshot.cpp | 801 const std::string &functionName = MethodLiteral::ParseFunctionName(jsPandaFile, methodId); in AddMethodInfo() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_function_test.cpp | 167 JSHandle<JSTaggedValue> functionName = in HWTEST_F_L0() local
|
/arkcompiler/toolchain/tooling/test/ |
D | pt_types_test.cpp | 581 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/ |
D | heap.cpp | 461 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/ |
D | samples_record.h | 44 std::string functionName = ""; member
|
D | samples_record.cpp | 393 std::string SamplesRecord::AddRunningState(char *functionName, RunningState state, kungfu::DeoptTyp… in AddRunningState()
|
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/ |
D | ts_type_parser_test.cpp | 176 const std::string functionName("foo"); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | method_type_infer.cpp | 1304 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/ |
D | pt_types.h | 1591 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()
|
D | pt_types.cpp | 1860 std::string functionName; in Create() local 2042 std::string functionName; in Create() local 2770 std::string functionName; in Create() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_function.cpp | 501 JSHandle<EcmaString> functionName; in SetFunctionName() local
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_type_parser.cpp | 386 JSHandle<JSTaggedValue> functionName( in ParseFunctionType() local
|
/arkcompiler/toolchain/tooling/agent/ |
D | debugger_impl.cpp | 1106 std::string functionName = method->ParseFunctionName(); in GenerateCallFrame() local
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 59221 functionName: n.func, property
|