Home | History | Annotate | Download | only in src

Lines Matching refs:IsFlushable

1221   inline static bool IsFlushable(Heap* heap, JSFunction* function) {
1239 return IsFlushable(heap, shared_info);
1242 inline static bool IsFlushable(Heap* heap, SharedFunctionInfo* shared_info) {
1289 if (!IsFlushable(heap, function)) return false;
1414 known_flush_code_candidate = IsFlushable(heap, shared);