Searched refs:previous_allocation_obj_ (Results 1 – 2 of 2) sorted by relevance
262 Handle<HeapObject> previous_allocation_obj_; variable
1135 if (!previous_allocation_obj_.is_null()) { in Allocate()1138 int object_size = previous_allocation_obj_->Size(); in Allocate()1147 previous_allocation_obj_ = handle(obj, isolate()); in Allocate()