Searched refs:new_allocation (Results 1 – 2 of 2) sorted by relevance
523 Object* new_allocation; in Allocate() local525 new_allocation = reinterpret_cast<NewSpace*>(space)->AllocateRaw(size); in Allocate()527 new_allocation = reinterpret_cast<PagedSpace*>(space)->AllocateRaw(size); in Allocate()529 HeapObject* new_object = HeapObject::cast(new_allocation); in Allocate()537 Object* new_allocation; in Allocate() local539 new_allocation = lo_space->AllocateRaw(size); in Allocate()541 new_allocation = lo_space->AllocateRawFixedArray(size); in Allocate()544 new_allocation = lo_space->AllocateRawCode(size); in Allocate()546 ASSERT(!new_allocation->IsFailure()); in Allocate()547 HeapObject* new_object = HeapObject::cast(new_allocation); in Allocate()
994 char* new_allocation = reinterpret_cast<char*>(MetaDataAlloc(kAllocIncrement)); in New() local995 if (!new_allocation) in New()998 *(void**)new_allocation = allocated_regions_; in New()999 allocated_regions_ = new_allocation; in New()1000 free_area_ = new_allocation + kAlignedSize; in New()