Home | History | Annotate | Download | only in src

Lines Matching full:storebuffer

37 StoreBuffer::StoreBuffer(Heap* heap)
58 void StoreBuffer::SetUp() {
109 void StoreBuffer::TearDown() {
120 void StoreBuffer::StoreBufferOverflow(Isolate* isolate) {
152 void StoreBuffer::Uniq() {
170 void StoreBuffer::EnsureSpace(intptr_t space_needed) {
228 void StoreBuffer::ExemptPopularPages(int prime_sample_step, int threshold) {
259 void StoreBuffer::Filter(int flag) {
283 void StoreBuffer::SortUniq() {
300 bool StoreBuffer::PrepareForIteration() {
322 void StoreBuffer::Clean() {
332 bool StoreBuffer::CellIsInStoreBuffer(Address cell_address) {
356 void StoreBuffer::ClearFilteringHashSets() {
369 void StoreBuffer::GCPrologue() {
381 void StoreBuffer::VerifyPointers(PagedSpace* space,
396 void StoreBuffer::VerifyPointers(LargeObjectSpace* space) {
417 void StoreBuffer::Verify() {
420 &StoreBuffer::FindPointersToNewSpaceInRegion);
422 &StoreBuffer::FindPointersToNewSpaceInMapsRegion);
428 void StoreBuffer::GCEpilogue() {
436 void StoreBuffer::FindPointersToNewSpaceInRegion(
468 void StoreBuffer::FindPointersToNewSpaceInMaps(
491 void StoreBuffer::FindPointersToNewSpaceInMapsRegion(
521 void StoreBuffer::FindPointersToNewSpaceOnPage(
581 void StoreBuffer::IteratePointersInStoreBuffer(
606 void StoreBuffer::IteratePointersToNewSpace(ObjectSlotCallback slot_callback) {
652 &StoreBuffer::FindPointersToNewSpaceInMapsRegion :
653 &StoreBuffer::FindPointersToNewSpaceInRegion),
665 void StoreBuffer::Compact() {
715 void StoreBuffer::CheckForFullBuffer() {