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

  /external/v8/src/
heap-profiler.cc 431 if (!cluster.can_be_coarsed()) return;
488 if (!cluster.can_be_coarsed()) return JSObjectsCluster();
496 if (!cluster.can_be_coarsed()) return false;
heap-profiler.h 87 bool can_be_coarsed() const { return instance_ != NULL; } function in class:v8::internal::BASE_EMBEDDED

Completed in 43 milliseconds