Home
last modified time | relevance | path

Searched refs:PutU8 (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_opcode.cpp204 buf->PutU8(offset, GetOpCode()); in InsertOpCode()
226 buf->PutU8(offset, GetOpCode()); in InsertOpCode()
284 buf->PutU8(offset, GetOpCode()); in InsertOpCode()
298 buf->PutU8(offset, GetOpCode()); in InsertOpCode()
341 buf->PutU8(offset, GetOpCode()); in InsertOpCode()
342 buf->PutU8(offset + RegExpOpCode::OP_SIZE_ONE, captureStart); in InsertOpCode()
343 buf->PutU8(offset + RegExpOpCode::OP_SIZE_TWO, captureEnd); in InsertOpCode()
540 buf->PutU8(offset, GetOpCode()); in InsertOpCode()
555 buf->PutU8(offset, GetOpCode()); in InsertOpCode()
H A Dregexp_parser.cpp197 buffer_.PutU8(ptr, RegExpOpCode::OP_SPARSE); in ParseDisjunction()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_opcode.cpp198 buf->PutU8(offset, GetOpCode()); in InsertOpCode()
213 buf->PutU8(offset, GetOpCode()); in InsertOpCode()
264 buf->PutU8(offset, GetOpCode()); in InsertOpCode()
278 buf->PutU8(offset, GetOpCode()); in InsertOpCode()
321 buf->PutU8(offset, GetOpCode()); in InsertOpCode()
322 buf->PutU8(offset + RegExpOpCode::OP_SIZE_ONE, captureStart); in InsertOpCode()
323 buf->PutU8(offset + RegExpOpCode::OP_SIZE_TWO, captureEnd); in InsertOpCode()
504 buf->PutU8(offset, GetOpCode()); in InsertOpCode()
519 buf->PutU8(offset, GetOpCode()); in InsertOpCode()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Ddyn_chunk.h124 inline void PutU8(size_t offset, uint8_t data) const in PutU8() function in panda::ecmascript::DynChunk
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
H A Ddyn_chunk.h137 inline void PutU8(size_t offset, uint8_t data) const in PutU8() function in ark::DynChunk
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
H A Dassembler.h228 buffer_.PutU8(offset, static_cast<int8_t>(data)); in PutI8()

Completed in 8 milliseconds