| D | asm-types-unittest.cc | 24 using Type = AsmType; typedef in v8::internal::wasm::__anon458ff3cb0111::AsmTypeTest 28 {Type::Uint8Array(), {Type::Heap()}}, in AsmTypeTest() 29 {Type::Int8Array(), {Type::Heap()}}, in AsmTypeTest() 30 {Type::Uint16Array(), {Type::Heap()}}, in AsmTypeTest() 31 {Type::Int16Array(), {Type::Heap()}}, in AsmTypeTest() 32 {Type::Uint32Array(), {Type::Heap()}}, in AsmTypeTest() 33 {Type::Int32Array(), {Type::Heap()}}, in AsmTypeTest() 34 {Type::Float32Array(), {Type::Heap()}}, in AsmTypeTest() 35 {Type::Float64Array(), {Type::Heap()}}, in AsmTypeTest() 36 {Type::FloatishDoubleQ(), {Type::Floatish(), Type::DoubleQ()}}, in AsmTypeTest() [all …]
|