Searched refs:is_constant_call (Results 1 – 2 of 2) sorted by relevance
24 bool is_constant_call() const { return !constant_function_.is_null(); } in is_constant_call() function31 DCHECK(is_constant_call()); in constant_function()
27 if (is_constant_call()) { in GetAccessorContext()37 if (is_constant_call()) return false; in IsCrossContextLazyAccessorPair()