Lines Matching defs:value
264 void SetLiveBytes(MemoryChunk* chunk, intptr_t value) {
265 chunk->young_generation_live_byte_count_ = value;
292 void SetLiveBytes(MemoryChunk* chunk, intptr_t value) {
293 chunk->young_generation_live_byte_count_.store(value,
320 void SetLiveBytes(MemoryChunk* chunk, intptr_t value) {
321 chunk->live_byte_count_.store(value, std::memory_order_relaxed);
363 void SetLiveBytes(MemoryChunk* chunk, intptr_t value) {
364 chunk->live_byte_count_.store(value, std::memory_order_relaxed);
672 // Implements ephemeron semantics: Marks value if key is already reachable.
673 // Returns true if value was actually marked.
674 bool ProcessEphemeron(HeapObject key, HeapObject value);
733 // dead values. If the value is a dead map and the parent map transitions to