Home
last modified time | relevance | path

Searched refs:PushRegExpState (Results 1 – 2 of 2) sorted by relevance

/ark/js_runtime/ecmascript/regexp/
Dregexp_executor.cpp62 PushRegExpState(STATE_SPLIT, RegExpParser::OP_START_OFFSET); in Execute()
109 PushRegExpState(STATE_SPLIT, RegExpParser::OP_START_OFFSET); in HandleFirstSplit()
255 PushRegExpState(type, splitPc); in HandleOpMatch()
262 PushRegExpState(STATE_SPLIT, GetCurrentPC()); in HandleOpSplitFirst()
295 PushRegExpState(STATE_SPLIT, loopPcEnd); in HandleOpLoop()
301 PushRegExpState(STATE_SPLIT, loopPcStart); in HandleOpLoop()
667 void RegExpExecutor::PushRegExpState(StateType type, uint32_t pc) in PushRegExpState() function in panda::ecmascript::RegExpExecutor
Dregexp_executor.h294 void PushRegExpState(StateType type, uint32_t pc);