Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-profiler.h259 size_t GetShallowSize() const;
/external/v8/test/cctest/
Dtest-heap-profiler.cc237 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()
/external/v8/src/
Dapi.cc7261 size_t HeapGraphNode::GetShallowSize() const { in GetShallowSize() function in v8::HeapGraphNode