Lines Matching refs:WasmValue
114 Representation::WasmValue(), static_cast<int>(i));
134 Representation::WasmValue(), static_cast<int>(0));
343 void WriteGlobalValue(const WasmGlobal& global, const WasmValue& value);
900 V8_INLINE WasmValue EvaluateInitExpression(Zone* zone, ConstantExpression expr,
908 return WasmValue(expr.i32_value());
910 return WasmValue(isolate->factory()->null_value(),
917 return WasmValue(value, expected);
1039 const WasmValue& value) {
1437 WasmValue value;
1440 value = WasmValue(global_object->GetI32());
1443 value = WasmValue(global_object->GetI64());
1446 value = WasmValue(global_object->GetF32());
1449 value = WasmValue(global_object->GetF64());
1454 value = WasmValue(global_object->GetRef(), global_object->type());
1537 WriteGlobalValue(global, WasmValue(value, global.type));
1546 WasmValue wasm_value = global.type == kWasmI32
1547 ? WasmValue(DoubleToInt32(number_value))
1549 ? WasmValue(DoubleToFloat32(number_value))
1550 : WasmValue(number_value);
1556 WriteGlobalValue(global, WasmValue(BigInt::cast(*value).AsInt64()));
1722 WasmValue value =
1989 WasmValue value =
2038 WasmValue value = EvaluateInitExpression(zone, entry, elem_segment.type,