Searched refs:ClearSlotsImpl (Results 1 – 2 of 2) sorted by relevance
224 void ClearSlots(SharedFunctionInfo* shared) { ClearSlotsImpl(shared, true); } in DECLARE_PRINTER()227 ClearSlotsImpl(shared, false); in ClearSlotsAtGCTime()258 void ClearSlotsImpl(SharedFunctionInfo* shared, bool force_clear);
179 void TypeFeedbackVector::ClearSlotsImpl(SharedFunctionInfo* shared, in ClearSlotsImpl() function in v8::internal::TypeFeedbackVector