Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-interpreter.cc352 // ADVANCE/SET_PC_FROM_OFFSET are separated from DISPATCH, because ideally some
353 // instructions can be executed between ADVANCE/SET_PC_FROM_OFFSET and DISPATCH.
355 // DISPATCH is dependent on a memory load in ADVANCE/SET_PC_FROM_OFFSET. If we
357 // memory, instructions between ADVANCE/SET_PC_FROM_OFFSET and DISPATCH can
359 #define ADVANCE(name) \ macro
469 ADVANCE(PUSH_CP); in RawMatch()
476 ADVANCE(PUSH_BT); in RawMatch()
483 ADVANCE(PUSH_REGISTER); in RawMatch()
490 ADVANCE(SET_REGISTER); in RawMatch()
495 ADVANCE(ADVANCE_REGISTE in RawMatch()
1049 #undef ADVANCE global() macro
[all...]

Completed in 2 milliseconds