Searched refs:ElementSizeInBytes (Results 1 – 11 of 11) sorted by relevance
55 V8_EXPORT_PRIVATE inline int ElementSizeInBytes(MachineRepresentation rep);297 V8_EXPORT_PRIVATE inline int ElementSizeInBytes(MachineRepresentation rep) { in ElementSizeInBytes() function
231 int32_t ElementSizeInBytes();
74 int32_t AsmType::ElementSizeInBytes() { in ElementSizeInBytes() function in v8::internal::wasm::AsmType
2395 int32_t size = info->type->ElementSizeInBytes(); in ValidateHeapAccess()
1087 int valueSizeInBytes = wasm::ValueTypes::ElementSizeInBytes(wasmtype); in BuildChangeEndiannessStore()1122 valueSizeInBytes = wasm::ValueTypes::ElementSizeInBytes(wasm::kWasmI32); in BuildChangeEndiannessStore()1236 int valueSizeInBytes = ElementSizeInBytes(memtype.representation()); in BuildChangeEndiannessLoad()1863 const int type_size = ElementSizeInBytes(type.representation()); in BuildCFuncInstruction()1918 std::max(ElementSizeInBytes(parameter_representation), in BuildIntToFloatConversionInstruction()1919 ElementSizeInBytes(result_type.representation())); in BuildIntToFloatConversionInstruction()1965 int stack_slot_size = std::max(ElementSizeInBytes(int_ty.representation()), in BuildCcallConvertFloat()1966 ElementSizeInBytes(float_ty.representation())); in BuildCcallConvertFloat()2029 wasm::ValueTypes::ElementSizeInBytes(sig->GetParam(i))); in GetExceptionEncodedSize()3131 int alignment = offset % (wasm::ValueTypes::ElementSizeInBytes(type)); in GetSafeLoadOperator()[all …]
211 return std::max(1, ElementSizeInBytes(type) / kPointerSize); in NumStackSlots()
177 static int ElementSizeInBytes(ValueType type) { in ElementSizeInBytes() function
100 return wasm::ValueTypes::ElementSizeInBytes(type()); in ACCESSORS()
178 ValueTypes::ElementSizeInBytes(sig->GetParam(i))); in Execute()243 DCHECK_EQ(ValueTypes::ElementSizeInBytes(sig->GetReturn(0)), \ in Execute()
1094 uint32_t type_size = wasm::ValueTypes::ElementSizeInBytes(type); in New()
2731 int param_size = ValueTypes::ElementSizeInBytes(sig->GetParam(i)); in CallExternalWasmFunction()2759 return_size += ValueTypes::ElementSizeInBytes(t); in CallExternalWasmFunction()