Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h98 inline bool HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar()
173 inline void HandleOpSaveStart(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveStart()
185 inline void HandleOpSaveEnd(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveEnd()
197 inline void HandleOpSaveReset(const DynChunk &byteCode, uint8_t opCode) in HandleOpSaveReset()
216 inline void HandleOpMatch(const DynChunk &byteCode, uint8_t opCode) in HandleOpMatch()
226 inline void HandleOpSplitFirst(const DynChunk &byteCode, uint8_t opCode) in HandleOpSplitFirst()
247 inline void HandleOpLoop(const DynChunk &byteCode, uint8_t opCode) in HandleOpLoop()
275 inline bool HandleOpRange32(const DynChunk &byteCode) in HandleOpRange32()
321 inline bool HandleOpRange(const DynChunk &byteCode) in HandleOpRange()
343 inline bool HandleOpSparse(const DynChunk &byteCode) in HandleOpSparse()
[all …]
Dregexp_executor.cpp81 bool RegExpExecutor::ExecuteInternal(const DynChunk &byteCode, uint32_t pcEnd) in ExecuteInternal()
Dregexp_opcode.cpp118 RegExpOpCode *byteCode = GetRegExpOpCode(buf, pc); in DumpRegExpOpCode() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.h104 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()
Dregexp_executor.cpp108 bool RegExpExecutor::ExecuteInternal(const DynChunk &byteCode, uint32_t pcEnd) in ExecuteInternal()
530 bool RegExpExecutor::HandleOpBackReference(const DynChunk &byteCode, uint8_t opCode) in HandleOpBackReference()
Dregexp_opcode.cpp112 RegExpOpCode *byteCode = GetRegExpOpCode(buf, pc); in DumpRegExpOpCode() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp1115 auto byteCode = graph->GetRuntime()->GetBytecodeString(graph->GetMethod(), pc_); in DumpBytecode() local