Lines Matching refs:empty_fixed_array
370 if (length == 0) return empty_fixed_array(); in TryNewFixedArray()
391 if (length == 0) return empty_fixed_array(); in NewUninitializedFixedArray()
1063 context->set_serialized_objects(*empty_fixed_array()); in NewNativeContext()
1712 if (new_len == 0) return empty_fixed_array(); in CopyFixedArrayUpTo()
2128 InitializeJSObjectFromMap(js_obj, empty_fixed_array(), map); in NewJSObjectFromMap()
2159 if (*elements != ReadOnlyRoots(isolate()).empty_fixed_array()) { in NewSlowJSObjectWithPropertiesAndElements()
2175 return NewJSArrayWithElements(empty_fixed_array(), elements_kind, length, in NewJSArray()
2220 array->set_elements(*empty_fixed_array()); in NewJSArrayStorage()
2304 : empty_fixed_array(); in NewSourceTextModule()
2532 map, empty_fixed_array(), buffer, byte_offset, byte_length)); in NewJSDataView()
2561 bound_arguments = empty_fixed_array(); in NewJSBoundFunction()
2666 message_obj->set_raw_properties_or_hash(*empty_fixed_array(), in NewJSMessageObject()
2669 message_obj->set_elements(*empty_fixed_array(), SKIP_WRITE_BARRIER); in NewJSMessageObject()
2883 debug_info->set_break_points(ReadOnlyRoots(heap).empty_fixed_array()); in NewDebugInfo()