Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.h1080 virtual bool try_to_emit_quick_check_for_alternative(int i) { return true; } in try_to_emit_quick_check_for_alternative() function
1127 virtual bool try_to_emit_quick_check_for_alternative(int i) { return i != 0; } in try_to_emit_quick_check_for_alternative() function
Djsregexp.cc2967 try_to_emit_quick_check_for_alternative(i) && in Emit()