Home
last modified time | relevance | path

Searched refs:ElementSizeInBytes (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/
Dmachine-type.h55 V8_EXPORT_PRIVATE inline int ElementSizeInBytes(MachineRepresentation rep);
297 V8_EXPORT_PRIVATE inline int ElementSizeInBytes(MachineRepresentation rep) { in ElementSizeInBytes() function
/external/v8/src/asmjs/
Dasm-types.h231 int32_t ElementSizeInBytes();
Dasm-types.cc74 int32_t AsmType::ElementSizeInBytes() { in ElementSizeInBytes() function in v8::internal::wasm::AsmType
Dasm-parser.cc2395 int32_t size = info->type->ElementSizeInBytes(); in ValidateHeapAccess()
/external/v8/src/compiler/
Dwasm-compiler.cc1087 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 …]
/external/v8/src/wasm/
Dwasm-linkage.h211 return std::max(1, ElementSizeInBytes(type) / kPointerSize); in NumStackSlots()
Dvalue-type.h177 static int ElementSizeInBytes(ValueType type) { in ElementSizeInBytes() function
Dwasm-objects-inl.h100 return wasm::ValueTypes::ElementSizeInBytes(type()); in ACCESSORS()
Dwasm-debug.cc178 ValueTypes::ElementSizeInBytes(sig->GetParam(i))); in Execute()
243 DCHECK_EQ(ValueTypes::ElementSizeInBytes(sig->GetReturn(0)), \ in Execute()
Dwasm-objects.cc1094 uint32_t type_size = wasm::ValueTypes::ElementSizeInBytes(type); in New()
Dwasm-interpreter.cc2731 int param_size = ValueTypes::ElementSizeInBytes(sig->GetParam(i)); in CallExternalWasmFunction()
2759 return_size += ValueTypes::ElementSizeInBytes(t); in CallExternalWasmFunction()