Searched defs:byteCode (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.h | 94 inline bool HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar() 181 inline void HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveStart() 191 inline void HandleOpSaveEnd(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveEnd() 201 inline void HandleOpSaveReset(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveReset() 214 inline void HandleOpMatch(const DynChunk &byteCode, uint8_t opCode) in HandleOpMatch() 224 inline void HandleOpSplitFirst(const DynChunk &byteCode, uint8_t opCode) in HandleOpSplitFirst() 245 inline void HandleOpLoop(const DynChunk &byteCode, uint8_t opCode) in HandleOpLoop() 272 inline bool HandleOpRange32(const DynChunk &byteCode) in HandleOpRange32() 318 inline bool HandleOpRange(const DynChunk &byteCode) in HandleOpRange() 362 inline bool HandleOpBackReference(const DynChunk &byteCode, uint8_t opCode) in HandleOpBackReference()
|
| D | regexp_executor.cpp | 101 bool RegExpExecutor::ExecuteInternal(const DynChunk &byteCode, uint32_t pcEnd) in ExecuteInternal()
|
| D | regexp_opcode.cpp | 116 RegExpOpCode *byteCode = GetRegExpOpCode(buf, pc); in DumpRegExpOpCode() local
|