Home
last modified time | relevance | path

Searched refs:previous_allocation_obj_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Ddeserializer.h261 Handle<HeapObject> previous_allocation_obj_; variable
Ddeserializer.cc1314 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()