Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/logging/
Dlog.h146 void IntPtrTEvent(const char* name, intptr_t value);
Dlog.cc1085 void Logger::IntPtrTEvent(const char* name, intptr_t value) { in IntPtrTEvent() function in v8::internal::Logger
/third_party/node/deps/v8/src/heap/
Dheap.cc5857 LOG(isolate_, IntPtrTEvent("heap-capacity", Capacity())); in SetUpSpaces()
5858 LOG(isolate_, IntPtrTEvent("heap-available", Available())); in SetUpSpaces()