Lines Matching refs:intptr_t
73 static const intptr_t kAllocatedThreshold = 65536;
74 static const intptr_t kWriteBarriersInvokedThreshold = 32768;
76 static const intptr_t kInitialMarkingSpeed = 1;
79 static const intptr_t kFastMarking = 3;
81 static const intptr_t kMarkingSpeedAccellerationInterval = 1024;
83 static const intptr_t kMarkingSpeedAccelleration = 2;
84 static const intptr_t kMaxMarkingSpeed = 1000;
86 void OldSpaceStep(intptr_t allocated);
88 void Step(intptr_t allocated, CompletionAction action,
194 INLINE(intptr_t ProcessMarkingDeque(intptr_t bytes_to_process));
213 intptr_t bytes_scanned_;
214 intptr_t allocated_;
215 intptr_t write_barriers_invoked_since_last_step_;