Searched defs:is_constant_call (Results 1 - 1 of 1) sorted by relevance
/external/v8/src/ic/ | ||
H A D | call-optimization.h | 20 bool is_constant_call() const { return !constant_function_.is_null(); } function in class:v8::internal::BASE_EMBEDDED 23 DCHECK(is_constant_call()); |
Completed in 905 milliseconds