Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_executor.h38 const uint8_t *captureStart; 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
536 const uint8_t *captureStart = captureResultList_[captureIndex].captureStart; in HandleOpBackReference() local
[all...]
H A Dregexp_opcode.cpp318 auto captureStart = static_cast<uint8_t>(start & 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.cpp338 auto captureStart = static_cast<uint8_t>(start & 0xffU); // NOLINTNEXTLINE(readability-magic-numbers) in InsertOpCode() local
H A Dregexp_executor.h28 const uint8_t *captureStart; member
372 const uint8_t *captureStart in HandleOpBackReference() local
[all...]
H A Dregexp_parser.cpp791 void RegExpParser::ParseQuantifier(size_t atomBcStart, int captureStart, int captureEnd) in ParseQuantifier() argument

Completed in 11 milliseconds