Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dsweeper.cc361 CodeObjectRegistry* code_object_registry = p->GetCodeObjectRegistry(); in RawSweep() local
362 if (code_object_registry) code_object_registry->Clear(); in RawSweep()
399 if (code_object_registry) in RawSweep()
400 code_object_registry->RegisterAlreadyExistingCodeObject(object.address()); in RawSweep()
441 if (code_object_registry) code_object_registry->Finalize(); in RawSweep()