Home
last modified time | relevance | path

Searched refs:stackCount_ (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h71 stackCount_(0), in RegExpParser()
268 int stackCount_; variable
Dregexp_parser.cpp106 buffer_.PutU32(NUM_STACK_OFFSET, stackCount_); in Parse()
755 stackCount_++; in ParseQuantifier()
767 stackCount_++; in ParseQuantifier()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.h230 int stackCount_ {0};
Dregexp_parser.cpp174 buffer_.PutU32(NUM_STACK_OFFSET, stackCount_); in Parse()
805 stackCount_++; in ParseQuantifier()
817 stackCount_++; in ParseQuantifier()