Lines Matching refs:intptr_t
175 CompactionEvent(double duration, intptr_t live_bytes_compacted) in CompactionEvent()
179 intptr_t live_bytes_compacted;
239 intptr_t start_object_size;
242 intptr_t end_object_size;
245 intptr_t start_memory_size;
248 intptr_t end_memory_size;
252 intptr_t start_holes_size;
256 intptr_t end_holes_size;
259 intptr_t new_space_object_size;
261 intptr_t survived_new_space_object_size;
274 intptr_t cumulative_incremental_marking_bytes;
280 intptr_t incremental_marking_bytes;
343 void AddCompactionEvent(double duration, intptr_t live_bytes_compacted);
348 void AddIncrementalMarkingStep(double duration, intptr_t bytes);
410 intptr_t IncrementalMarkingSpeedInBytesPerMillisecond() const;
414 intptr_t ScavengeSpeedInBytesPerMillisecond(
419 intptr_t CompactionSpeedInBytesPerMillisecond() const;
423 intptr_t MarkCompactSpeedInBytesPerMillisecond() const;
428 intptr_t FinalIncrementalMarkCompactSpeedInBytesPerMillisecond() const;
549 intptr_t cumulative_incremental_marking_bytes_;