Lines Matching defs:hint
198 void* AllocatePages(v8::PageAllocator* page_allocator, void* hint, size_t size,
201 DCHECK_EQ(hint, AlignedAddress(hint, alignment));
204 hint = AlignedAddress(page_allocator->GetRandomMmapAddr(), alignment);
208 result = page_allocator->AllocatePages(hint, size, alignment, access);
249 void* hint, size_t alignment, JitPermission jit)
259 page_allocator_, hint, RoundUp(size, page_size), alignment, permissions));
376 Address hint =
380 reinterpret_cast<void*>(hint),
391 Address hint =
401 reinterpret_cast<void*>(hint));