Lines Matching refs:constructor
137 V(constructor_symbol, "constructor") \
292 // constructor.
296 static Object* AllocateJSObject(JSFunction* constructor,
299 // Allocates and initializes a new global object based on a constructor.
303 static Object* AllocateGlobalObject(JSFunction* constructor);
316 // Reinitialize an JSGlobalProxy based on a constructor. The object
318 // constructor. The object is reinitialized and behaves as an
319 // object that has been freshly allocated using the constructor.
320 static Object* ReinitializeJSGlobalProxy(JSFunction* constructor,
1559 double start_time_; // Timestamp set in the constructor.
1560 double start_size_; // Size of objects in heap set in constructor.