Lines Matching full:address
16 static Address AllocateLabBackingStore(Heap* heap, intptr_t size_in_bytes) {
20 Address adr = HeapObject::cast(obj)->address();
25 static void VerifyIterable(v8::internal::Address base,
26 v8::internal::Address limit,
49 heap->CreateFillerObjectAt(obj->address(), static_cast<int>(size_in_bytes));
67 Address base = AllocateLabBackingStore(heap, kLabSize);
68 Address limit = base + kLabSize;
86 Address base = AllocateLabBackingStore(heap, kLabSize);
87 Address limit = base + kLabSize;
113 Address base = AllocateLabBackingStore(heap, kLabSize);
114 Address limit = base + kLabSize;
142 Address base = AllocateLabBackingStore(heap, kLabSize);
143 Address limit = base + kLabSize;
172 Address base1 = AllocateLabBackingStore(heap, kLabSize);
173 Address limit1 = base1 + kLabSize;
174 Address base2 = limit1;
175 Address limit2 = base2 + kLabSize;
228 Address base1 = AllocateLabBackingStore(heap, kLabSize);
229 Address base2 = base1 + kLabSize;
230 Address base3 = base2 + kLabSize;
258 Address base = AllocateLabBackingStore(heap, kLabSize);
259 Address limit = base + kLabSize;