Lines Matching full:barrier
216 // Update the write barrier. This clobbers eax and ebx.
245 // The write barrier clobbers register again, keep it marked as such.
702 // Emit the write barrier code if the location is in the heap.
778 // No write barrier since the hole value is in old space.
1053 // No need for a write barrier, we are storing a Smi in the feedback vector.
1258 // return an esi-based operand (the write barrier cannot be allowed to
1336 // Let and const need a read barrier.
2428 // Non-initializing assignment to let variable needs a write barrier.
2442 // Assignment to const variable needs a write barrier.
2456 // Initializing assignment to const {this} needs a write barrier.
2492 // Const initializers need a write barrier.
3401 // Update the write barrier. Save the value as it will be
3402 // overwritten by the write barrier code and is needed afterward.