Home
last modified time | relevance | path

Searched refs:StoreBufferOverflow (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dstore-buffer.h32 V8_EXPORT_PRIVATE static void StoreBufferOverflow(Isolate* isolate);
74 StoreBufferOverflow(heap_->isolate()); in InsertEntry()
Dstore-buffer.cc75 void StoreBuffer::StoreBufferOverflow(Isolate* isolate) { in StoreBufferOverflow() function in v8::internal::StoreBuffer
146 StoreBufferOverflow(heap_->isolate()); in DeleteEntry()
/external/v8/src/
Dcode-stubs.h44 V(StoreBufferOverflow) \
2705 DEFINE_PLATFORM_CODE_STUB(StoreBufferOverflow, PlatformCodeStub);
Dassembler.cc1002 FUNCTION_ADDR(StoreBuffer::StoreBufferOverflow))); in store_buffer_overflow_function()