Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h23 std::string functionName; member
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dexpect_pauses.h34 const char *functionName; member
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp165 CString functionName(info.functionName.c_str()); in SerializeTraceFunctionInfo() local
Dheap_snapshot.h286 std::string functionName = ""; member
Dheap_snapshot.cpp789 const std::string &functionName = methodLiteral->ParseFunctionName(jsPandaFile, methodId); in AddMethodInfo() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h76 std::string functionName = ""; member
113 char functionName[100] = {0}; // 100:the maximum size of the functionName member
Dcpu_profiler.cpp453 void CpuProfiler::GetNativeStack(const FrameIterator &it, char *functionName, size_t size) in GetNativeStack()
Dsamples_record.cpp357 std::string SamplesRecord::AddRunningState(char *functionName, RunningState state, kungfu::DeoptTyp… in AddRunningState()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_function_test.cpp167 JSHandle<JSTaggedValue> functionName = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp448 void Heap::ThrowOutOfMemoryError(size_t size, std::string functionName) in ThrowOutOfMemoryError()
457 void Heap::FatalOutOfMemoryError(size_t size, std::string functionName) in FatalOutOfMemoryError()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.cpp1010 …const std::string functionName = methodLiteral->ParseFunctionName(jsPandaFile, methodLiteral->GetM… in PrintAllByteCodesTypes() local
1084 … const std::string functionName = methodLiteral->ParseFunctionName(jsPandaFile, methodId); in TypeCheck() local
1103 const std::string functionName = methodLiteral->ParseFunctionName(jsPandaFile, methodId); in FilterAnyTypeGates() local
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp176 const std::string functionName("foo"); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1406 CallFrame &SetFunctionName(const std::string &functionName) in SetFunctionName()
1568 RuntimeCallFrame &SetFunctionName(const std::string &functionName) in SetFunctionName()
2163 FunctionCoverage &SetFunctionName(const std::string &functionName) in SetFunctionName()
Dpt_types.cpp1601 std::string functionName; in Create() local
1783 std::string functionName; in Create() local
2463 std::string functionName; in Create() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp318 JSHandle<JSTaggedValue> functionName(thread_, literal->Get(index++)); in ParseFunctionType() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp400 JSHandle<EcmaString> functionName; in SetFunctionName() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp945 std::string functionName = method->ParseFunctionName(); in GenerateCallFrame() local