Searched refs:arrayEle (Results 1 – 1 of 1) sorted by relevance
1908 std::unique_ptr<PtJson> arrayEle = scopeChain->Get(i); in Create() local1909 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() local2164 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() local2228 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 …]