Home | History | Annotate | Download | only in heap

Lines Matching defs:front_

374       : front_(NULL),
415 return (front_ == rear_) &&
423 if (front_ == rear_) {
430 if (NewSpacePage::IsAtStart(reinterpret_cast<Address>(front_))) {
432 NewSpacePage::FromAddress(reinterpret_cast<Address>(front_));
434 front_ = reinterpret_cast<intptr_t*>(front_page->prev_page()->area_end());
436 *target = reinterpret_cast<HeapObject*>(*(--front_));
437 *size = static_cast<int>(*(--front_));
440 reinterpret_cast<Address>(front_));
445 intptr_t* front_;