Searched refs:GetShallowSize (Results 1 – 3 of 3) sorted by relevance
259 size_t GetShallowSize() const;
237 CHECK_NE(0, static_cast<int>(x->GetShallowSize())); in TEST()238 CHECK_NE(0, static_cast<int>(x1->GetShallowSize())); in TEST()239 CHECK_NE(0, static_cast<int>(x2->GetShallowSize())); in TEST()2279 static_cast<int>(elements->GetShallowSize())); in TEST()2621 CHECK_EQ(400, static_cast<int>(backing_store->GetShallowSize())); in TEST()
7261 size_t HeapGraphNode::GetShallowSize() const { in GetShallowSize() function in v8::HeapGraphNode