Home
last modified time | relevance | path

Searched refs:write_i32v (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.cc57 void WasmFunctionBuilder::EmitI32V(int32_t val) { body_.write_i32v(val); } in EmitI32V()
122 body_.write_i32v(immediate); in EmitWithI32V()
134 buffer->write_i32v(type.heap_type().code()); in WriteValueType()
190 asm_offsets_.write_i32v(call_position_u32 - last_asm_source_position_); in AddAsmWasmOffset()
194 asm_offsets_.write_i32v(to_number_position_u32 - call_position_u32); in AddAsmWasmOffset()
457 buffer->write_i32v(init.immediate().i32_const); in WriteInitializerExpressionWithEnd()
482 buffer->write_i32v(HeapType(init.immediate().heap_type).code()); in WriteInitializerExpressionWithEnd()
511 buffer->write_i32v(type.heap_type().code()); in WriteInitializerExpressionWithEnd()
578 buffer->write_i32v(static_cast<int32_t>(init.immediate().index)); in WriteInitializerExpressionWithEnd()
H A Dlocal-decl-encoder.cc44 LEBHelper::write_i32v(&pos, locals_type.heap_type().code()); in Emit()
H A Dleb-helper.h37 static void write_i32v(uint8_t** dest, int32_t val) { in write_i32v() function in v8::internal::wasm::LEBHelper
H A Dwasm-module-builder.h68 void write_i32v(int32_t val) { in write_i32v() function in v8::internal::wasm::ZoneBuffer
70 LEBHelper::write_i32v(&pos_, val); in write_i32v()

Completed in 4 milliseconds