Searched refs:CONDITIONAL_WRITE_BARRIER (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/objects/ |
D | js-array-buffer-inl.h | 127 CONDITIONAL_WRITE_BARRIER(this, kByteOffsetOffset, value, mode); in set_byte_offset() 137 CONDITIONAL_WRITE_BARRIER(this, kByteLengthOffset, value, mode); in set_byte_length() 167 CONDITIONAL_WRITE_BARRIER(this, kLengthOffset, value, mode); in set_length()
|
D | object-macros-undef.h | 39 #undef CONDITIONAL_WRITE_BARRIER
|
D | string-inl.h | 502 CONDITIONAL_WRITE_BARRIER(this, kParentOffset, parent, mode); in set_parent() 516 CONDITIONAL_WRITE_BARRIER(this, kFirstOffset, value, mode); in set_first() 530 CONDITIONAL_WRITE_BARRIER(this, kSecondOffset, value, mode); in set_second()
|
D | object-macros.h | 92 CONDITIONAL_WRITE_BARRIER(this, offset, value, mode); \ 242 #define CONDITIONAL_WRITE_BARRIER(object, offset, value, mode) \ macro
|
D | shared-function-info-inl.h | 39 CONDITIONAL_WRITE_BARRIER(this, offset, value, mode); in set_child_data() 364 CONDITIONAL_WRITE_BARRIER(this, kNameOrScopeInfoOffset, in set_scope_info()
|
D | map-inl.h | 571 CONDITIONAL_WRITE_BARRIER(this, kPrototypeOffset, value, mode); in set_prototype() 691 CONDITIONAL_WRITE_BARRIER(this, Map::kTransitionsOrPrototypeInfoOffset, value, in set_prototype_info()
|
D | fixed-array-inl.h | 110 CONDITIONAL_WRITE_BARRIER(this, offset, value, mode); in set()
|
/external/v8/src/ |
D | objects-inl.h | 1256 CONDITIONAL_WRITE_BARRIER(this, kElementsOffset, value, mode); in set_elements() 1507 CONDITIONAL_WRITE_BARRIER(this, offset, value, mode); in InObjectPropertyAtPut() 1673 CONDITIONAL_WRITE_BARRIER(this, offset, value, mode); in set()
|