Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp299 void RegExpExecutor::PushRegExpState(StateType type, uint32_t pc) in PushRegExpState() function in panda::ecmascript::RegExpExecutor
311 void RegExpExecutor::PushRegExpState(StateType type, uint32_t pc, uintptr_t ptr) in PushRegExpState() function in panda::ecmascript::RegExpExecutor
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.cpp259 void RegExpExecutor::PushRegExpState(StateType type, uint32_t pc) in PushRegExpState() function in ark::RegExpExecutor