Home
last modified time | relevance | path

Searched refs:element_size_bytes (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/wasm/
Dwasm-arguments.h51 return_size += t.element_size_bytes(); in TotalSize()
55 param_size += t.element_size_bytes(); in TotalSize()
Dstruct-types.h70 uint32_t offset = field(0).element_size_bytes(); in InitializeOffsets()
72 uint32_t field_size = field(i).element_size_bytes(); in InitializeOffsets()
Dwasm-objects-inl.h145 int WasmGlobalObject::type_size() const { return type().element_size_bytes(); } in type_size()
445 int element_size = type(map)->element_type().element_size_bytes(); in SizeFor()
Dvalue-type.h296 constexpr int element_size_bytes() const { in element_size_bytes() function
Dwasm-objects.cc1022 uint32_t type_size = type.element_size_bytes(); in New()
1770 size_t byte_size = type.element_size_bytes(); in ComputeEncodedElementSize()
Dmodule-decoder.cc1421 int size = global.type.element_size_bytes(); in CalculateGlobalOffsets()
/external/v8/src/compiler/
Dwasm-compiler.cc1191 int valueSizeInBytes = wasmtype.element_size_bytes(); in BuildChangeEndiannessStore()
1225 valueSizeInBytes = wasm::kWasmI32.element_size_bytes(); in BuildChangeEndiannessStore()
3771 int alignment = offset % type.element_size_bytes(); in GetSafeLoadOperator()
3787 int alignment = offset % type.element_size_bytes(); in GetSafeStoreOperator()
5561 gasm->Int32Constant(element_type.element_size_bytes()))); in ArrayElementOffset()
5592 element_type.element_size_bytes())), in ArrayNewWithRtt()
5598 Node* element_size = gasm_->Int32Constant(element_type.element_size_bytes()); in ArrayNewWithRtt()
6920 param_bytes += type.element_size_bytes(); in BuildCapiCallWrapper()
6924 return_bytes += type.element_size_bytes(); in BuildCapiCallWrapper()
6943 offset += type.element_size_bytes(); in BuildCapiCallWrapper()
[all …]
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc975 param_bytes += param_type.element_size_bytes(); in GenerateCCall()
979 : out_argument_type.element_size_bytes(); in GenerateCCall()
3242 if (BoundsCheckMem(decoder, type.element_size_bytes(), imm.offset, in AtomicWait()
3246 AlignmentCheckMem(decoder, type.element_size_bytes(), imm.offset, index_reg, in AtomicWait()
3319 if (BoundsCheckMem(decoder, kWasmI32.element_size_bytes(), imm.offset, in AtomicNotify()
3323 AlignmentCheckMem(decoder, kWasmI32.element_size_bytes(), imm.offset, in AtomicNotify()
Dliftoff-assembler.cc892 const int type_size = lowered_type.element_size_bytes(); in FinishCall()
/external/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h328 return type.element_size_bytes(); in SlotSizeForType()
2639 arg_bytes += param_type.element_size_bytes(); in CallC()
/external/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h75 return type.element_size_bytes(); in SlotSizeForType()
/external/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h76 return type.element_size_bytes(); in SlotSizeForType()
/external/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h313 return type.element_size_bytes(); in SlotSizeForType()
2814 arg_bytes += param_type.element_size_bytes(); in CallC()
/external/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h232 return type.element_size_bytes(); in SlotSizeForType()
4448 arg_bytes += param_type.element_size_bytes(); in CallC()
/external/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h204 return type.element_size_bytes(); in SlotSizeForType()
4008 arg_bytes += param_type.element_size_bytes(); in CallC()
/external/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h500 return type.element_size_bytes(); in SlotSizeForType()
3801 arg_bytes += param_type.element_size_bytes(); in CallC()
/external/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h286 return type.element_size_bytes(); in SlotSizeForType()