Home
last modified time | relevance | path

Searched refs:functionName_ (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.h25 std::string functionName_ = ""; member
Dheap_sampling.cpp29 samplingInfo_->head_.callFrameInfo_.functionName_ = "(root)"; in HeapSampling()
146 callframeInfo.functionName_ = AddRunningState(frameInfoTemps_[i].functionName, in FillScriptIdAndStore()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_sampling_test.cpp88 EXPECT_TRUE(result->head_.callFrameInfo_.functionName_ == "(root)"); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1588 return functionName_; in GetFunctionName()
1593 functionName_ = functionName; in SetFunctionName()
1683 std::string functionName_ {};
1755 functionName_ = functionName; in SetFunctionName()
1761 return functionName_; in GetFunctionName()
1823 std::string functionName_ {};
2359 return functionName_; in GetFunctionName()
2364 functionName_ = functionName; in SetFunctionName()
2394 std::string functionName_ {};
Dpt_types.cpp1863 callFrame->functionName_ = std::move(functionName); in Create()
1961 result->Add("functionName", functionName_.c_str()); in ToJson()
2045 runtimeCallFrame->functionName_ = std::move(functionName); in Create()
2113 result->Add("functionName", functionName_.c_str()); in ToJson()
2288 callFrame->SetFunctionName(samplingNode->callFrameInfo_.functionName_); in TransferHead()
2773 functionCoverage->functionName_ = std::move(functionName); in Create()
2816 result->Add("functionName", functionName_.c_str()); in ToJson()
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp846 samplingInfo.head_.callFrameInfo_.functionName_ = "TestSampling"; in HWTEST_F_L0()
861 ASSERT_TRUE(functionName == samplingInfo.head_.callFrameInfo_.functionName_); in HWTEST_F_L0()
884 allocationNode.callFrameInfo_.functionName_ = "TestSampling"; in HWTEST_F_L0()
896 ASSERT_TRUE(functionName == allocationNode.callFrameInfo_.functionName_); in HWTEST_F_L0()