Home | History | Annotate | Download | only in src

Lines Matching refs:intptr_t

97   static const intptr_t kAllocatedThreshold = 65536;
99 static const intptr_t kInitialAllocationMarkingFactor = 1;
102 static const intptr_t kFastMarking = 3;
104 static const intptr_t kAllocationMarkingFactorSpeedupInterval = 1024;
106 static const intptr_t kAllocationMarkingFactorSpeedup = 2;
107 static const intptr_t kMaxAllocationMarkingFactor = 1000;
109 void OldSpaceStep(intptr_t allocated) {
114 void Step(intptr_t allocated, CompletionAction action);
274 intptr_t bytes_scanned_;
275 intptr_t allocated_;