TransformToFastProperties 3114 src/api.cc       if (fast) i::JSObject::TransformToFastProperties(Utils::OpenHandle(this), 0);
TransformToFastProperties 3264 src/objects.cc       object->TransformToFastProperties(unused_property_fields));
TransformToFastProperties 7410 src/objects.cc     MaybeObject* new_proto = TransformToFastProperties(0);
TransformToFastProperties 2010 src/objects.h    static void TransformToFastProperties(Handle<JSObject> object,
TransformToFastProperties 2013 src/objects.h    MUST_USE_RESULT MaybeObject* TransformToFastProperties(
TransformToFastProperties  433 src/runtime.cc     JSObject::TransformToFastProperties(
TransformToFastProperties 4504 src/runtime.cc   if (fast) JSObject::TransformToFastProperties(obj, 0);
TransformToFastProperties 5387 src/runtime.cc       ? JSObject::cast(object)->TransformToFastProperties(0)