Lines Matching refs:from
16 // Do not include anything from src/heap here!
307 // The limit when to trigger memory pressure from the API.
317 // Taking this mutex prevents the GC from entering a phase that relocates
471 // Copy block of memory from src to dst. Size of block should be aligned
510 // Move len non-weak tagged elements from src_slot to dst_slot of dst_object.
516 // Copy len non-weak tagged elements from src_slot to dst_slot of dst_object.
541 // Trim the given array from the left. Note that this relocates the object
546 // Trim the given array from the right.
596 // Checks whether the given object is allowed to be migrated from it's
816 // (Re-)Initialize hash seed from flag or RNG.
819 // Invoked once for the process from V8::Initialize.
940 // Called from Heap::NotifyContextDisposed to remove all
941 // FinalizationRegistries with {context} from the dirty list when the context
1141 // transitively from the deoptimization data. Mutates write-protected code.
1520 // Removes {new_space_observer} from new space and {observer} from any other
1527 // This predicate may be invoked from a background thread.
1607 // directory entries [PDE] created from mmap or mach_vm_allocate, even
1676 // To speed up scavenge collections young string are kept separate from old
1785 // Commits from space if it is uncommitted.
1791 // Fill in bogus values in from space
1867 // implicit references from global handles, but don't atomically complete
1885 // Removes an entry from the global pretenuring storage.
1959 // For some webpages RAIL mode does not switch from PERFORMANCE_LOAD.
2114 // This can be calculated directly from a pointer to the heap; however, it is
2115 // more expedient to get at the isolate directly from within Heap methods.
2156 // count, as scopes can be acquired from multiple tasks (read: threads).
2184 // Map from the space id to the space.
2362 // If it's not full then the data is from 0 to ring_buffer_end_. If it's
2363 // full then the data is from ring_buffer_end_ to the end of the buffer and
2364 // from 0 to ring_buffer_end_.
2677 int current_space_; // from enum AllocationSpace.
2737 virtual void MoveEvent(Address from, Address to, int size) {}
2775 // is copy-constructable from StrongRootBlockAllocator.