Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dmark-compact.cc2741 JSFunction flushed_js_function; in ClearFlushedJsFunctions() local
2743 &flushed_js_function)) { in ClearFlushedJsFunctions()
2748 flushed_js_function.ResetIfCodeFlushed(gc_notify_updated_slot); in ClearFlushedJsFunctions()
2755 JSFunction flushed_js_function; in ProcessFlushedBaselineCandidates() local
2757 &flushed_js_function)) { in ProcessFlushedBaselineCandidates()
2762 flushed_js_function.ResetIfCodeFlushed(gc_notify_updated_slot); in ProcessFlushedBaselineCandidates()
2766 ObjectSlot slot = flushed_js_function.RawField(JSFunction::kCodeOffset); in ProcessFlushedBaselineCandidates()
2767 RecordSlot(flushed_js_function, slot, HeapObject::cast(*slot)); in ProcessFlushedBaselineCandidates()