Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/regexp/
Dregexp_executor.cpp128 bool RegExpExecutor::HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar()
215 void RegExpExecutor::HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveStart()
225 void RegExpExecutor::HandleOpSaveEnd(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveEnd()
235 void RegExpExecutor::HandleOpSaveReset(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveReset()
248 void RegExpExecutor::HandleOpMatch(const DynChunk &byteCode, uint8_t opCode) in HandleOpMatch()
258 void RegExpExecutor::HandleOpSplitFirst(const DynChunk &byteCode, uint8_t opCode) in HandleOpSplitFirst()
279 void RegExpExecutor::HandleOpLoop(const DynChunk &byteCode, uint8_t opCode) in HandleOpLoop()
306 bool RegExpExecutor::HandleOpRange32(const DynChunk &byteCode) in HandleOpRange32()
349 bool RegExpExecutor::HandleOpRange(const DynChunk &byteCode) in HandleOpRange()
392 bool RegExpExecutor::HandleOpBackReference(const DynChunk &byteCode, uint8_t opCode) in HandleOpBackReference()
[all …]
Dregexp_opcode.cpp116 RegExpOpCode *byteCode = GetRegExpOpCode(buf, pc); in DumpRegExpOpCode() local