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