Searched refs:TransformToFastProperties (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dhandles.h194 void TransformToFastProperties(Handle<JSObject> object,
H A Dhandles.cc198 void TransformToFastProperties(Handle<JSObject> object, function in namespace:v8::internal
201 object->TransformToFastProperties(unused_property_fields));
759 TransformToFastProperties(object_, unused_property_fields_);
H A Dobjects.h1448 Object* TransformToFastProperties(int unused_property_fields);
H A Druntime.cc3603 js_object->TransformToFastProperties(0);
H A Dobjects.cc2206 Object* JSObject::TransformToFastProperties(int unused_property_fields) { function in class:v8::internal::JSObject

Completed in 185 milliseconds