Home
last modified time | relevance | path

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

/external/v8/src/
Dliveobjectlist.h174 int TotalObjCount() { return GetTotalObjCountAndSize(NULL); } in TotalObjCount()
175 int GetTotalObjCountAndSize(int* size_p);
Dliveobjectlist.cc944 int LiveObjectList::GetTotalObjCountAndSize(int* size_p) { in GetTotalObjCountAndSize() function in v8::internal::LiveObjectList
1567 count = lol->GetTotalObjCountAndSize(&size); in Info()