Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/regexp/
Dregexp_executor.cpp58 SetCurrentPC(RegExpParser::OP_START_OFFSET); in Execute()
298 SetCurrentPC(loopPcStart); in HandleOpLoop()
707 SetCurrentPC(state->currentPc_); in PopRegExpState()
Dregexp_executor.h232 void SetCurrentPC(uint32_t pc) in SetCurrentPC() function