Home
last modified time | relevance | path

Searched refs:EmitU16 (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
H A Dassembler.h197 void EmitU16(uint16_t v) in EmitU16() function in panda::ecmascript::Assembler
199 buffer_.EmitU16(v); in EmitU16()
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_opcode.cpp157 buf->EmitU16(paraChar); in EmitOpCode()
486 buf->EmitU16(size); in InsertOpCode()
488 buf->EmitU16(range.first); in InsertOpCode()
489 buf->EmitU16(range.second); in InsertOpCode()
513 buf->EmitU16(size); in InsertOpCode()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_opcode.cpp151 buf->EmitU16(paraChar); in EmitOpCode()
466 buf->EmitU16(size); in InsertOpCode()
468 buf->EmitU16(range.first); in InsertOpCode()
469 buf->EmitU16(range.second); in InsertOpCode()
493 buf->EmitU16(size); in InsertOpCode()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Ddyn_chunk.h53 inline int EmitU16(uint16_t data) in EmitU16() function in panda::ecmascript::DynChunk
/arkcompiler/ets_runtime/ecmascript/regexp/tests/
H A Ddyn_chunk_test.cpp58 dynChunk.EmitU16(66); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
H A Ddyn_chunk.h72 inline int EmitU16(uint16_t data) in EmitU16() function in ark::DynChunk
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Ddyn_buffer_test.cpp57 dynChunk.EmitU16(66U); in TEST_F()

Completed in 6 milliseconds