Lines Matching refs:SKIP_WRITE_BARRIER
2105 map->set_prototype(null_value(), SKIP_WRITE_BARRIER); in AllocateMap()
2106 map->set_constructor_or_backpointer(null_value(), SKIP_WRITE_BARRIER); in AllocateMap()
2110 map->set_code_cache(empty_fixed_array(), SKIP_WRITE_BARRIER); in AllocateMap()
2112 SKIP_WRITE_BARRIER); in AllocateMap()
2517 SKIP_WRITE_BARRIER); in AllocatePropertyCell()
2821 dummy_vector->Set(load_ic_slot, megamorphic, SKIP_WRITE_BARRIER); in CreateInitialObjects()
2822 dummy_vector->Set(keyed_load_ic_slot, megamorphic, SKIP_WRITE_BARRIER); in CreateInitialObjects()
2823 dummy_vector->Set(store_ic_slot, megamorphic, SKIP_WRITE_BARRIER); in CreateInitialObjects()
2824 dummy_vector->Set(keyed_store_ic_slot, megamorphic, SKIP_WRITE_BARRIER); in CreateInitialObjects()
3255 elements->set_base_pointer(Smi::FromInt(0), SKIP_WRITE_BARRIER); in AllocateFixedTypedArrayWithExternalPointer()
3256 elements->set_external_pointer(external_pointer, SKIP_WRITE_BARRIER); in AllocateFixedTypedArrayWithExternalPointer()
3300 elements->set_base_pointer(elements, SKIP_WRITE_BARRIER); in AllocateFixedTypedArray()
3303 SKIP_WRITE_BARRIER); in AllocateFixedTypedArray()
3425 memento->set_allocation_site(allocation_site, SKIP_WRITE_BARRIER); in InitializeAllocationMemento()
3587 JSObject::cast(clone)->set_elements(elem, SKIP_WRITE_BARRIER); in CopyJSObject()
3596 JSObject::cast(clone)->set_properties(prop, SKIP_WRITE_BARRIER); in CopyJSObject()