Searched defs:InsertOpCode (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/regexp/ |
D | regexp_opcode.cpp | 199 uint32_t SplitNextOpCode::InsertOpCode(DynChunk *buf, uint32_t offset, uint32_t para) const in InsertOpCode() function in panda::ecmascript::SplitNextOpCode 214 uint32_t SplitFirstOpCode::InsertOpCode(DynChunk *buf, uint32_t offset, uint32_t para) const in InsertOpCode() function in panda::ecmascript::SplitFirstOpCode 265 uint32_t PushCharOpCode::InsertOpCode(DynChunk *buf, uint32_t offset) const in InsertOpCode() function in panda::ecmascript::PushCharOpCode 279 uint32_t PushOpCode::InsertOpCode(DynChunk *buf, uint32_t offset) const in InsertOpCode() function in panda::ecmascript::PushOpCode 320 uint32_t SaveResetOpCode::InsertOpCode(DynChunk *buf, uint32_t offset, uint32_t start, uint32_t end… in InsertOpCode() function in panda::ecmascript::SaveResetOpCode 466 uint32_t RangeOpCode::InsertOpCode(DynChunk *buf, const RangeSet &rangeSet) const in InsertOpCode() function in panda::ecmascript::RangeOpCode 493 uint32_t Range32OpCode::InsertOpCode(DynChunk *buf, const RangeSet &rangeSet) const in InsertOpCode() function in panda::ecmascript::Range32OpCode 505 uint32_t MatchAheadOpCode::InsertOpCode(DynChunk *buf, uint32_t offset, uint32_t para) const in InsertOpCode() function in panda::ecmascript::MatchAheadOpCode 520 uint32_t NegativeMatchAheadOpCode::InsertOpCode(DynChunk *buf, uint32_t offset, uint32_t para) const in InsertOpCode() function in panda::ecmascript::NegativeMatchAheadOpCode
|