Searched defs:byteCode (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| H A D | regexp_executor.h | 102 inline bool HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar() argument 187 inline void HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveStart() argument [all...] |
| H A D | regexp_executor.cpp | 107 bool RegExpExecutor::ExecuteInternal(const DynChunk &byteCode, uint32_t pcEnd) in ExecuteInternal() argument 529 HandleOpBackReference(const DynChunk &byteCode, uint8_t opCode) HandleOpBackReference() argument [all...] |
| H A D | regexp_opcode.cpp | 112 RegExpOpCode *byteCode = GetRegExpOpCode(buf, pc); in DumpRegExpOpCode() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| H A D | regexp_executor.cpp | 81 bool RegExpExecutor::ExecuteInternal(const DynChunk &byteCode, uint32_t pcEnd) in ExecuteInternal() argument [all...] |
| H A D | regexp_opcode.cpp | 118 RegExpOpCode *byteCode = GetRegExpOpCode(buf, pc); in DumpRegExpOpCode() local
|
| H A D | regexp_executor.h | 98 inline bool HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar() argument 173 inline void HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveStart() argument 185 inline void HandleOpSaveEnd(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveEnd() argument 197 inline void HandleOpSaveReset(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveReset() argument 216 HandleOpMatch(const DynChunk &byteCode, uint8_t opCode) HandleOpMatch() argument 226 HandleOpSplitFirst(const DynChunk &byteCode, uint8_t opCode) HandleOpSplitFirst() argument 247 HandleOpLoop(const DynChunk &byteCode, uint8_t opCode) HandleOpLoop() argument 275 HandleOpRange32(const DynChunk &byteCode) HandleOpRange32() argument 321 HandleOpRange(const DynChunk &byteCode) HandleOpRange() argument 343 HandleOpSparse(const DynChunk &byteCode) HandleOpSparse() argument 365 HandleOpBackReference(const DynChunk &byteCode, uint8_t opCode) HandleOpBackReference() argument 610 IsFoundOpRange(const uint32_t currentPc, const uint32_t nowChar, const DynChunk &byteCode, const uint16_t rangeCount) IsFoundOpRange() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | dump.cpp | 1115 auto byteCode = graph->GetRuntime()->GetBytecodeString(graph->GetMethod(), pc_); in DumpBytecode() local
|
Completed in 8 milliseconds