Searched refs:space_index (Results 1 – 3 of 3) sorted by relevance
125 int space_index; member
853 Address Deserializer::Allocate(int space_index, int size) { in Allocate() argument854 if (space_index == LO_SPACE) { in Allocate()863 DCHECK(space_index < kNumberOfPreallocatedSpaces); in Allocate()864 Address address = high_water_[space_index]; in Allocate()866 high_water_[space_index] += size; in Allocate()869 const Heap::Reservation& reservation = reservations_[space_index]; in Allocate()870 int chunk_index = current_chunk_[space_index]; in Allocate()871 CHECK_LE(high_water_[space_index], reservation[chunk_index].end); in Allocate()
423 Address Allocate(int space_index, int size);