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