Home | History | Annotate | Download | only in src

Lines Matching refs:is_jsruntime

1917   bool is_jsruntime() const { return function_ == NULL; }
1921 return (FLAG_vector_ics && is_jsruntime()) ? 1 : 0;
1928 DCHECK(!is_jsruntime() ||