HomeSort by relevance Sort by last modified time
    Searched refs:ResourceEvent (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
log.h 181 static void ResourceEvent(const char* name, const char* tag);
heap.cc 604 LOG(ResourceEvent("markcompact", "begin"));
616 LOG(ResourceEvent("markcompact", "end"));
755 LOG(ResourceEvent("scavenge", "begin"));
830 LOG(ResourceEvent("scavenge", "end"));
    [all...]
log.cc 938 void Logger::ResourceEvent(const char* name, const char* tag) {
    [all...]

Completed in 179 milliseconds