Searched defs:byteCode (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.h | 100 inline bool HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar() 174 inline void HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveStart() 186 inline void HandleOpSaveEnd(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveEnd() 198 inline void HandleOpSaveReset(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveReset() 217 inline void HandleOpMatch(const DynChunk &byteCode, uint8_t opCode) in HandleOpMatch() 227 inline void HandleOpSplitFirst(const DynChunk &byteCode, uint8_t opCode) in HandleOpSplitFirst() 248 inline void HandleOpLoop(const DynChunk &byteCode, uint8_t opCode) in HandleOpLoop() 276 inline bool HandleOpRange32(const DynChunk &byteCode) in HandleOpRange32() 322 inline bool HandleOpRange(const DynChunk &byteCode) in HandleOpRange() 344 inline bool HandleOpSparse(const DynChunk &byteCode) in HandleOpSparse() [all …]
|
| D | regexp_executor.cpp | 81 bool RegExpExecutor::ExecuteInternal(const DynChunk &byteCode, uint32_t pcEnd) in ExecuteInternal()
|
| D | regexp_opcode.cpp | 118 RegExpOpCode *byteCode = GetRegExpOpCode(buf, pc); in DumpRegExpOpCode() local
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_executor.h | 104 inline bool HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar() 190 inline void HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveStart() 200 inline void HandleOpSaveEnd(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveEnd() 210 inline void HandleOpSaveReset(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveReset() 223 inline void HandleOpMatch(const DynChunk &byteCode, uint8_t opCode) in HandleOpMatch() 233 inline void HandleOpSplitFirst(const DynChunk &byteCode, uint8_t opCode) in HandleOpSplitFirst() 255 inline void HandleOpLoop(const DynChunk &byteCode, uint8_t opCode) in HandleOpLoop() 283 inline bool HandleOpRange32(const DynChunk &byteCode) in HandleOpRange32() 328 inline bool HandleOpRange(const DynChunk &byteCode) in HandleOpRange()
|
| D | regexp_executor.cpp | 108 bool RegExpExecutor::ExecuteInternal(const DynChunk &byteCode, uint32_t pcEnd) in ExecuteInternal() 530 bool RegExpExecutor::HandleOpBackReference(const DynChunk &byteCode, uint8_t opCode) in HandleOpBackReference()
|
| D | regexp_opcode.cpp | 112 RegExpOpCode *byteCode = GetRegExpOpCode(buf, pc); in DumpRegExpOpCode() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | dump.cpp | 1115 auto byteCode = graph->GetRuntime()->GetBytecodeString(graph->GetMethod(), pc_); in DumpBytecode() local
|