Searched refs:flushed_js_function (Results 1 – 1 of 1) sorted by relevance
2741 JSFunction flushed_js_function; in ClearFlushedJsFunctions() local2743 &flushed_js_function)) { in ClearFlushedJsFunctions()2748 flushed_js_function.ResetIfCodeFlushed(gc_notify_updated_slot); in ClearFlushedJsFunctions()2755 JSFunction flushed_js_function; in ProcessFlushedBaselineCandidates() local2757 &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()