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/
Dregexp_executor.cpp465 bool RegExpExecutor::HandleOpBackReferenceMatch(const uint8_t *captureStart, const uint8_t *capture… in HandleOpBackReferenceMatch()
497 bool RegExpExecutor::HandleOpBackwardBackReferenceMatch(const uint8_t *captureStart, const uint8_t … in HandleOpBackwardBackReferenceMatch()
537 const uint8_t *captureStart = captureResultList_[captureIndex].captureStart; in HandleOpBackReference() local
Dregexp_executor.h38 const uint8_t *captureStart; member
Dregexp_parser.cpp838 void RegExpParser::ParseQuantifier(size_t atomBcStart, int captureStart, int captureEnd) in ParseQuantifier()
Dregexp_opcode.cpp318 auto captureStart = static_cast<uint8_t>(start & 0xffU); // NOLINT(readability-magic-numbers) in InsertOpCode() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h30 const uint8_t *captureStart; member
373 const uint8_t *captureStart = captureResultList_[captureIndex].captureStart; in HandleOpBackReference() local
Dregexp_parser.cpp791 void RegExpParser::ParseQuantifier(size_t atomBcStart, int captureStart, int captureEnd) in ParseQuantifier()
Dregexp_opcode.cpp338 …auto captureStart = static_cast<uint8_t>(start & 0xffU); // NOLINTNEXTLINE(readability-magic-numb… in InsertOpCode() local