Searched refs:EmitWordCheck (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | jsregexp.cc | 2192 static void EmitWordCheck(RegExpMacroAssembler* assembler, in EmitWordCheck() function 2281 EmitWordCheck(assembler, on_word, on_non_word, expect_word_character); in EmitHalfBoundaryCheck() 2304 EmitWordCheck(assembler, &before_word, &before_non_word, false); in EmitBoundaryCheck() 2335 EmitWordCheck(assembler, boundary, not_boundary, false); in EmitBoundaryCheck() 2351 EmitWordCheck(assembler, not_boundary, boundary, fall_through_on_word); in EmitBoundaryCheck()
|