Home
last modified time | relevance | path

Searched defs:captureEnd (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_executor.h39 const uint8_t *captureEnd; member
H A Dregexp_executor.cpp464 bool RegExpExecutor::HandleOpBackReferenceMatch(const uint8_t *captureStart, const uint8_t *captureEnd, uint8_t opCode) in HandleOpBackReferenceMatch() argument
496 bool RegExpExecutor::HandleOpBackwardBackReferenceMatch(const uint8_t *captureStart, const uint8_t *captureEnd, in HandleOpBackwardBackReferenceMatch() argument
538 const uint8_t *captureEnd = captureResultList_[captureIndex].captureEnd; in HandleOpBackReference() local
[all...]
H A Dregexp_opcode.cpp319 auto captureEnd = static_cast<uint8_t>(end & 0xffU); // NOLINT(readability-magic-numbers) in InsertOpCode() local
H A Dregexp_parser.cpp800 void RegExpParser::ParseQuantifier(size_t atomBcStart, int captureStart, int captureEnd) in ParseQuantifier() argument
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_opcode.cpp339 auto captureEnd = static_cast<uint8_t>(end & 0xffU); // NOLINTNEXTLINE(readability-magic-numbers) in InsertOpCode() local
H A Dregexp_executor.h29 const uint8_t *captureEnd; member
374 const uint8_t *captureEnd in HandleOpBackReference() local
[all...]
H A Dregexp_parser.cpp791 void RegExpParser::ParseQuantifier(size_t atomBcStart, int captureStart, int captureEnd) in ParseQuantifier() argument

Completed in 13 milliseconds