Searched refs:IntPtrTEvent (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dlog.h172 void IntPtrTEvent(const char* name, intptr_t value);
H A Dlog.cc577 void Logger::IntPtrTEvent(const char* name, intptr_t value) { function in class:v8::internal::Logger
H A Dheap.cc5969 LOG(isolate_, IntPtrTEvent("heap-capacity", Capacity()));
5970 LOG(isolate_, IntPtrTEvent("heap-available", Available()));
/external/chromium_org/v8/src/
H A Dlog.h186 void IntPtrTEvent(const char* name, intptr_t value);
H A Dlog.cc771 void Logger::IntPtrTEvent(const char* name, intptr_t value) { function in class:v8::internal::Logger
H A Dheap.cc6894 LOG(isolate_, IntPtrTEvent("heap-capacity", Capacity()));
6895 LOG(isolate_, IntPtrTEvent("heap-available", Available()));

Completed in 118 milliseconds