Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dobjects-visiting.cc141 DoWeakList<CodeT>(heap, context, retainer, Context::OPTIMIZED_CODE_LIST); in VisitLiveObject()
142 DoWeakList<CodeT>(heap, context, retainer, in VisitLiveObject()
148 static void DoWeakList(Heap* heap, Context context, in DoWeakList() function