Lines Matching refs:value
52 void Write(const T& value) {
54 WriteUnalignedValue(reinterpret_cast<Address>(current_location()), value);
57 StdoutStream{} << "wrote: " << static_cast<size_t>(value)
97 T value =
101 StdoutStream{} << "read: " << static_cast<size_t>(value)
104 return value;
274 static_assert(std::is_trivially_destructible<ExternalReferenceList>::value,
865 std::shared_ptr<WasmModule> module = std::move(decode_result).value();
882 // {TierDownAllModulesPerIsolate}. The value is -2 so that it is different
884 // the sentinel value of the CompilationState.