Home
last modified time | relevance | path

Searched refs:WRITE_BARRIER (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/objects/
Dobject-macros-undef.h38 #undef WRITE_BARRIER
Dobject-macros.h226 #define WRITE_BARRIER(object, offset, value) \ macro
Dfixed-array-inl.h101 WRITE_BARRIER(this, offset, value); in set()
/external/v8/src/
Dobjects-inl.h1386 WRITE_BARRIER(this, offset, value); in SetEmbedderField()
1431 WRITE_BARRIER(this, offset, value); in RawFastPropertyAtPut()
1574 WRITE_BARRIER(this, offset, value); in set()
2407 WRITE_BARRIER(this, kContextOffset, value); in set_context()
2494 WRITE_BARRIER(this, static_cast<int>(entry_offset), value); in SetDataEntry()
Ddeoptimizer.cc3722 WRITE_BARRIER(*object_storage, JSObject::kPropertiesOrHashOffset, in InitializeJSObjectAt()
3750 WRITE_BARRIER(*object_storage, offset, *field_value); in InitializeJSObjectAt()
3754 WRITE_BARRIER(*object_storage, offset, *field_value); in InitializeJSObjectAt()
3790 WRITE_BARRIER(*object_storage, offset, *field_value); in InitializeObjectWithTaggedFieldsAt()