Home
last modified time | relevance | path

Searched refs:store_buffer_top (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-internal-gen.cc325 ExternalConstant(ExternalReference::store_buffer_top(this->isolate())); in InsertToStoreBufferAndGoto()
326 Node* store_buffer_top = in InsertToStoreBufferAndGoto() local
328 StoreNoWriteBarrier(MachineType::PointerRepresentation(), store_buffer_top, in InsertToStoreBufferAndGoto()
331 IntPtrAdd(store_buffer_top, IntPtrConstant(kPointerSize)); in InsertToStoreBufferAndGoto()
/external/v8/src/
Dexternal-reference.h41 V(store_buffer_top, "store_buffer_top") \
Dexternal-reference.cc408 ExternalReference ExternalReference::store_buffer_top(Isolate* isolate) { in store_buffer_top() function in v8::internal::ExternalReference