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