Home
last modified time | relevance | path

Searched refs:attached_reference_index (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/snapshot/
H A Dreferences.h77 uint32_t attached_reference_index() const { in attached_reference_index() function
H A Dserializer.cc192 reference->attached_reference_index()); in SerializeBackReference()
276 sink_.PutInt(reference.attached_reference_index(), "AttachedRefIndex"); in PutAttachedReference()
/dports/lang/v8/v8-9.6.180.12/src/snapshot/
H A Dreferences.h77 uint32_t attached_reference_index() const { in attached_reference_index() function
H A Dserializer.cc205 reference->attached_reference_index()); in SerializeBackReference()
289 sink_.PutInt(reference.attached_reference_index(), "AttachedRefIndex"); in PutAttachedReference()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/snapshot/
H A Dreferences.h141 uint32_t attached_reference_index() const { in attached_reference_index() function
H A Dserializer.cc164 reference.attached_reference_index()); in SerializeBackReference()
244 sink_.PutInt(reference.attached_reference_index(), "AttachedRefIndex"); in PutAttachedReference()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Daddress-map.h163 int attached_reference_index() const { in attached_reference_index() function
/dports/www/node10/node-v10.24.1/deps/v8/src/snapshot/
H A Dserializer.cc190 reference.attached_reference_index()); in SerializeBackReference()
307 sink_.PutInt(reference.attached_reference_index(), "AttachedRefIndex"); in PutAttachedReference()
H A Dcode-serializer.cc248 reference.attached_reference_index()); in SerializeCodeStub()