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

  /external/v8/src/
heap-profiler.cc 423 current_pair_(NULL),
433 ASSERT(current_pair_ == NULL);
434 current_pair_ = &pair;
439 current_pair_ = NULL;
447 ASSERT(current_pair_ != NULL);
452 current_pair_->refs.Add(JSObjectsCluster(JSObjectsCluster::SELF));
458 current_pair_->refs.Add(eq);
461 current_pair_->refs.Add(cluster);
heap-profiler.h 229 ClusterBackRefs* current_pair_; member in class:v8::internal::BASE_EMBEDDED

Completed in 52 milliseconds