Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dcompactor.cc209 Address& reference_contents = *reinterpret_cast<Address*>(refernece); in RelocateInteriorReferences() local
210 if (reference_contents > from && reference_contents < (from + size)) { in RelocateInteriorReferences()
211 reference_contents = reference_contents - from + to; in RelocateInteriorReferences()