Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dsweeper.cc347 CodeObjectRegistry* code_object_registry = p->GetCodeObjectRegistry(); in RawSweep() local
348 if (code_object_registry) code_object_registry->Clear(); in RawSweep()
393 if (code_object_registry) in RawSweep()
394 code_object_registry->RegisterAlreadyExistingCodeObject(object.address()); in RawSweep()
447 if (code_object_registry) code_object_registry->Finalize(); in RawSweep()