Lines Matching refs:HeapObject
47 static JSObjectsCluster Clusterize(HeapObject* obj) { in Clusterize()
51 HeapObject* obj, bool fine_grain);
58 static JSObjectsCluster Clusterize(HeapObject* obj, bool fine_grain);
60 static int GetObjectSize(HeapObject* obj) { in GetObjectSize()
69 JSObjectsCluster Clusterizer::Clusterize(HeapObject* obj, bool fine_grain) { in Clusterize()
93 HeapObject* obj, bool fine_grain) { in InsertIntoTree()
154 profile_->StoreReference(cluster_, HeapObject::cast(*o)); in VisitPointer()
493 void ConstructorHeapProfile::CollectStats(HeapObject* obj) { in CollectStats()
716 HeapObject* ref) { in StoreReference()
728 void RetainerHeapProfile::CollectStats(HeapObject* obj) { in CollectStats()
848 void AggregatedHeapSnapshotGenerator::CollectStats(HeapObject* obj) { in CollectStats()
858 for (HeapObject* obj = iterator.next(); obj != NULL; obj = iterator.next()) { in GenerateSnapshot()
939 static HeapObject* ClusterAsHeapObject(const JSObjectsCluster& cluster) { in ClusterAsHeapObject()
941 reinterpret_cast<HeapObject*>(cluster.instance()) : cluster.constructor(); in ClusterAsHeapObject()
945 static JSObjectsCluster HeapObjectAsCluster(HeapObject* object) { in HeapObjectAsCluster()
979 HeapObject* child_;
1011 HeapObject* child_;
1058 HeapObject* obj = reinterpret_cast<HeapObject*>(ptr); in AllocateEntry()