Searched refs:store_buffer_top (Results 1 – 3 of 3) sorted by relevance
325 ExternalConstant(ExternalReference::store_buffer_top(this->isolate())); in InsertToStoreBufferAndGoto()326 Node* store_buffer_top = in InsertToStoreBufferAndGoto() local328 StoreNoWriteBarrier(MachineType::PointerRepresentation(), store_buffer_top, in InsertToStoreBufferAndGoto()331 IntPtrAdd(store_buffer_top, IntPtrConstant(kPointerSize)); in InsertToStoreBufferAndGoto()
41 V(store_buffer_top, "store_buffer_top") \
408 ExternalReference ExternalReference::store_buffer_top(Isolate* isolate) { in store_buffer_top() function in v8::internal::ExternalReference