Lines Matching refs:EmitWordCheck
2192 static void EmitWordCheck(RegExpMacroAssembler* assembler,
2281 EmitWordCheck(assembler, on_word, on_non_word, expect_word_character);
2304 EmitWordCheck(assembler, &before_word, &before_non_word, false);
2335 EmitWordCheck(assembler, boundary, not_boundary, false);
2351 EmitWordCheck(assembler, not_boundary, boundary, fall_through_on_word);