Home
last modified time | relevance | path

Searched defs:opCode (Results 1 – 3 of 3) sorted by relevance

/ark/js_runtime/ecmascript/regexp/
Dregexp_executor.cpp115 bool RegExpExecutor::HandleOpAll(uint8_t opCode) in HandleOpAll()
128 bool RegExpExecutor::HandleOpChar(const DynChunk &byteCode, uint8_t opCode) in HandleOpChar()
153 bool RegExpExecutor::HandleOpWordBoundary(uint8_t opCode) in HandleOpWordBoundary()
184 bool RegExpExecutor::HandleOpLineStart(uint8_t opCode) in HandleOpLineStart()
201 bool RegExpExecutor::HandleOpLineEnd(uint8_t opCode) in HandleOpLineEnd()
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()
[all …]
Dregexp_opcode.cpp93 RegExpOpCode::RegExpOpCode(uint8_t opCode, int size) : opCode_(opCode), size_(size) {} in RegExpOpCode()
98 uint8_t opCode = buf.GetU8(pc); in GetRegExpOpCode() local
104 RegExpOpCode *RegExpOpCode::GetRegExpOpCode(uint8_t opCode) in GetRegExpOpCode()
/ark/js_runtime/ecmascript/compiler/
Dcircuit_builder.cpp33 GateRef CircuitBuilder::NewSelectorGate(OpCode opCode, GateRef control, int valueCounts, StubMachin… in NewSelectorGate()
44 GateRef CircuitBuilder::NewSelectorGate(OpCode opCode, GateRef control, std::vector<GateRef> &value… in NewSelectorGate()