Home | History | Annotate | Download | only in heap

Lines Matching defs:StoreBuffer

19 StoreBuffer::StoreBuffer(Heap* heap)
39 void StoreBuffer::SetUp() {
72 V8::FatalProcessOutOfMemory("StoreBuffer::SetUp");
90 V8::FatalProcessOutOfMemory("StoreBuffer::SetUp");
102 void StoreBuffer::TearDown() {
113 void StoreBuffer::StoreBufferOverflow(Isolate* isolate) {
119 bool StoreBuffer::SpaceAvailable(intptr_t space_needed) {
124 void StoreBuffer::EnsureSpace(intptr_t space_needed) {
184 void StoreBuffer::ExemptPopularPages(int prime_sample_step, int threshold) {
217 void StoreBuffer::Filter(int flag) {
241 bool StoreBuffer::PrepareForIteration() {
265 void StoreBuffer::ClearFilteringHashSets() {
276 void StoreBuffer::GCPrologue() {
283 void StoreBuffer::VerifyPointers(LargeObjectSpace* space) {
305 void StoreBuffer::Verify() {
312 void StoreBuffer::GCEpilogue() {
322 void StoreBuffer::ProcessOldToNewSlot(Address slot_address,
345 void StoreBuffer::FindPointersToNewSpaceInRegion(
354 void StoreBuffer::IteratePointersInStoreBuffer(
371 void StoreBuffer::ClearInvalidStoreBufferEntries() {
403 void StoreBuffer::VerifyValidStoreBufferEntries() {
417 FindPointersToNewSpaceVisitor(StoreBuffer* store_buffer,
430 StoreBuffer* store_buffer_;
435 void StoreBuffer::IteratePointersToNewSpace(ObjectSlotCallback slot_callback) {
522 void StoreBuffer::Compact() {
608 store_buffer_->EnsureSpace(StoreBuffer::kStoreBufferSize / 2);