Searched refs:PutU8 (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/regexp/ |
H A D | regexp_opcode.cpp | 204 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 D | regexp_parser.cpp | 197 buffer_.PutU8(ptr, RegExpOpCode::OP_SPARSE); in ParseDisjunction()
|
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
H A D | regexp_opcode.cpp | 198 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 D | dyn_chunk.h | 124 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 D | dyn_chunk.h | 137 inline void PutU8(size_t offset, uint8_t data) const in PutU8() function in ark::DynChunk
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/ |
H A D | assembler.h | 228 buffer_.PutU8(offset, static_cast<int8_t>(data)); in PutI8()
|
Completed in 8 milliseconds