Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h357 Handle<FixedArray> maps_handle_; variable
Dweb-snapshot.cc1253 maps_handle_ = empty_array; in WebSnapshotDeserializer()
1270 maps_ = *maps_handle_; in UpdatePointers()
1500 maps_handle_ = factory()->NewFixedArray(map_count_); in DeserializeMaps()
1501 maps_ = *maps_handle_; in DeserializeMaps()