Lines Matching refs:constructor
72 String* constructor = GetConstructorNameForHeapProfile(
75 if (fine_grain && (constructor == HEAP->Object_symbol() ||
76 constructor == HEAP->Array_symbol())) {
77 return JSObjectsCluster(constructor, obj);
79 return JSObjectsCluster(constructor);
773 String* constructor = GetConstructorNameForHeapProfile(JSObject::cast(obj));
775 constructor->ToCString(DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL));
921 cluster.constructor());
941 reinterpret_cast<HeapObject*>(cluster.instance()) : cluster.constructor();
950 String* constructor = GetConstructorNameForHeapProfile(
952 return JSObjectsCluster(constructor, object);
1063 cluster.constructor());