Home
last modified time | relevance | path

Searched refs:is_constant_call (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/ic/
Dcall-optimization.h20 bool is_constant_call() const { return !constant_function_.is_null(); } in is_constant_call() function
23 DCHECK(is_constant_call()); in constant_function()