Home
last modified time | relevance | path

Searched refs:asm_offsets_ (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/asmjs/
H A Dasm-js.cc195 asm_offsets_(nullptr), in AsmJsCompilationJob()
218 wasm::ZoneBuffer* asm_offsets_; member in v8::internal::final
248 asm_offsets_ = compile_zone->New<wasm::ZoneBuffer>(compile_zone); in ExecuteJobImpl()
249 parser.module_builder()->WriteAsmJsOffsetTable(asm_offsets_); in ExecuteJobImpl()
273 base::VectorOf(*asm_offsets_), uses_bitset, in FinalizeJobImpl()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.cc53 asm_offsets_(builder->zone(), 8) {} in WasmFunctionBuilder()
181 DCHECK(asm_offsets_.size() == 0 || body_.size() > last_asm_byte_offset_); in AddAsmWasmOffset()
185 asm_offsets_.write_u32v(byte_offset - last_asm_byte_offset_); in AddAsmWasmOffset()
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()
204 DCHECK_EQ(0, asm_offsets_.size()); in SetAsmFunctionStartPosition()
248 if (asm_func_start_source_position_ == 0 && asm_offsets_.size() == 0) { in WriteAsmWasmOffsetTable()
255 buffer->write_size(asm_offsets_.size() + locals_enc_size + func_start_size); in WriteAsmWasmOffsetTable()
261 buffer->write(asm_offsets_.begin(), asm_offsets_ in WriteAsmWasmOffsetTable()
[all...]
H A Dwasm-module-builder.h237 ZoneBuffer asm_offsets_; member in v8::internal::wasm::WasmFunctionBuilder

Completed in 5 milliseconds