Home
last modified time | relevance | path

Searched refs:no_condition (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc204 BranchOrBacktrack(no_condition, on_equal); in CheckGreedyLoop()
299 BranchOrBacktrack(no_condition, on_no_match); in CheckNotBackReferenceIgnoreCase()
437 BranchOrBacktrack(no_condition, on_no_match); in CheckNotBackReference()
1058 BranchOrBacktrack(no_condition, to); in GoTo()
/third_party/node/deps/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc215 BranchOrBacktrack(no_condition, on_equal); in CheckGreedyLoop()
1109 BranchOrBacktrack(no_condition, to); in GoTo()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h59 // any value < 0 is considered no_condition
60 no_condition = -1, enumerator
89 // Negation of the default no_condition (-1) results in a non-default
90 // no_condition value (-2). As long as tests for no_condition check
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.h66 // any value < 0 is considered no_condition
67 no_condition = -1, enumerator
101 // Negation of the default no_condition (-1) results in a non-default
102 // no_condition value (-2). As long as tests for no_condition check

Completed in 13 milliseconds