Searched refs:SendJSHeapMemory (Results 1 – 3 of 3) sorted by relevance
33 void SendJSHeapMemory(size_t total, size_t alloc, size_t peak) const;
68 void CommandLineInterface::SendJSHeapMemory(size_t total, size_t alloc, size_t peak) const in SendJSHeapMemory() function in CommandLineInterface
132 …CommandLineInterface::GetInstance().SendJSHeapMemory(status.totalBytes, status.allocBytes, status.… in SendJsHeapData()