Home
last modified time | relevance | path

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

/external/google-styleguide/cpplint/
Dcpplint.py3804 if_match = Search(r'\bif\s*\(', line)
3805 if if_match:
3807 pos = if_match.end() - 1
3839 if (if_match and Match(r'\s*else\b', next_line)
/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc3134 Label if_match(this), if_no_match(this, Label::kDeferred), in TF_BUILTIN() local
3184 Goto(&if_match); in TF_BUILTIN()
3191 Branch(IsNull(var_match.value()), &if_no_match, &if_match); in TF_BUILTIN()
3205 BIND(&if_match); in TF_BUILTIN()
/external/v8/src/compiler/
Deffect-control-linearizer.cc4820 auto if_match = __ MakeLabel(); in LowerFindOrderedHashMapEntryForInt32Key() local
4824 __ Branch(__ Word32Equal(ChangeSmiToInt32(candidate_key), key), &if_match, in LowerFindOrderedHashMapEntryForInt32Key()
4835 &if_match, &if_notmatch); in LowerFindOrderedHashMapEntryForInt32Key()
4837 __ Bind(&if_match); in LowerFindOrderedHashMapEntryForInt32Key()