Searched refs:element_size_bytes (Results 1 – 17 of 17) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-arguments.h | 51 return_size += t.element_size_bytes(); in TotalSize() 55 param_size += t.element_size_bytes(); in TotalSize()
|
D | struct-types.h | 70 uint32_t offset = field(0).element_size_bytes(); in InitializeOffsets() 72 uint32_t field_size = field(i).element_size_bytes(); in InitializeOffsets()
|
D | wasm-objects-inl.h | 145 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()
|
D | value-type.h | 296 constexpr int element_size_bytes() const { in element_size_bytes() function
|
D | wasm-objects.cc | 1022 uint32_t type_size = type.element_size_bytes(); in New() 1770 size_t byte_size = type.element_size_bytes(); in ComputeEncodedElementSize()
|
D | module-decoder.cc | 1421 int size = global.type.element_size_bytes(); in CalculateGlobalOffsets()
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 1191 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/ |
D | liftoff-compiler.cc | 975 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()
|
D | liftoff-assembler.cc | 892 const int type_size = lowered_type.element_size_bytes(); in FinishCall()
|
/external/v8/src/wasm/baseline/mips/ |
D | liftoff-assembler-mips.h | 328 return type.element_size_bytes(); in SlotSizeForType() 2639 arg_bytes += param_type.element_size_bytes(); in CallC()
|
/external/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 75 return type.element_size_bytes(); in SlotSizeForType()
|
/external/v8/src/wasm/baseline/ppc/ |
D | liftoff-assembler-ppc.h | 76 return type.element_size_bytes(); in SlotSizeForType()
|
/external/v8/src/wasm/baseline/mips64/ |
D | liftoff-assembler-mips64.h | 313 return type.element_size_bytes(); in SlotSizeForType() 2814 arg_bytes += param_type.element_size_bytes(); in CallC()
|
/external/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 232 return type.element_size_bytes(); in SlotSizeForType() 4448 arg_bytes += param_type.element_size_bytes(); in CallC()
|
/external/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 204 return type.element_size_bytes(); in SlotSizeForType() 4008 arg_bytes += param_type.element_size_bytes(); in CallC()
|
/external/v8/src/wasm/baseline/arm/ |
D | liftoff-assembler-arm.h | 500 return type.element_size_bytes(); in SlotSizeForType() 3801 arg_bytes += param_type.element_size_bytes(); in CallC()
|
/external/v8/src/wasm/baseline/arm64/ |
D | liftoff-assembler-arm64.h | 286 return type.element_size_bytes(); in SlotSizeForType()
|