Searched refs:GetSelfSize (Results 1 - 3 of 3) sorted by relevance

/external/v8/include/
H A Dv8-profiler.h280 int GetSelfSize() const;
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc155 CHECK_EQ(x->GetSelfSize() * 3, x->GetRetainedSize());
156 CHECK_EQ(x1->GetSelfSize(), x1->GetRetainedSize());
157 CHECK_EQ(x2->GetSelfSize(), x2->GetRetainedSize());
/external/v8/src/
H A Dapi.cc6032 int HeapGraphNode::GetSelfSize() const { function in class:v8::HeapGraphNode
6034 IsDeadCheck(isolate, "v8::HeapGraphNode::GetSelfSize");

Completed in 89 milliseconds