Home | History | Annotate | Download | only in x64

Lines Matching full:barrier

214         // Update the write barrier.  This clobbers rax and rbx.
240 // The write barrier clobbers register again, keep it marked as such.
715 // Emit the write barrier code if the location is in the heap.
791 // No write barrier since the hole value is in old space.
1076 // No need for a write barrier, we are storing a Smi in the feedback vector.
1289 // return an rsi-based operand (the write barrier cannot be allowed to
1364 // Let and const need a read barrier.
2415 // Non-initializing assignment to let variable needs a write barrier.
2429 // Assignment to const variable needs a write barrier.
2443 // Initializing assignment to const {this} needs a write barrier.
2479 // Const initializers need a write barrier.
3385 // Update the write barrier. Save the value as it will be
3386 // overwritten by the write barrier code and is needed afterward.