Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp1908 std::unique_ptr<PtJson> arrayEle = scopeChain->Get(i); in Create() local
1909 ASSERT(arrayEle != nullptr); in Create()
1910 std::unique_ptr<Scope> scope = Scope::Create(*arrayEle); in Create()
2163 std::unique_ptr<PtJson> arrayEle = children->Get(i); in Create() local
2164 ASSERT(arrayEle != nullptr); in Create()
2165 … std::unique_ptr<SamplingHeapProfileNode> node = SamplingHeapProfileNode::Create(*arrayEle); in Create()
2227 std::unique_ptr<PtJson> arrayEle = samples->Get(i); in Create() local
2228 ASSERT(arrayEle != nullptr); in Create()
2229 … std::unique_ptr<SamplingHeapProfileSample> pSample = SamplingHeapProfileSample::Create(*arrayEle); in Create()
2395 std::unique_ptr<PtJson> arrayEle = positionTicks->Get(i); in Create() local
[all …]