v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
simd.h File Reference
#include <cstdint>
#include "include/v8-internal.h"
#include "src/objects/string.h"
Include dependency graph for simd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

uintptr_t v8::internal::ArrayIndexOfIncludesSmiOrObject (Address array_start, uintptr_t array_len, uintptr_t from_index, Address search_element)
 
uintptr_t v8::internal::ArrayIndexOfIncludesDouble (Address array_start, uintptr_t array_len, uintptr_t from_index, Address search_element)
 
Tagged< Objectv8::internal::Uint8ArrayToHex (const char *bytes, size_t length, DirectHandle< SeqOneByteString > string_output)
 
template<typename T >
bool v8::internal::ArrayBufferFromHex (base::Vector< T > &input_vector, DirectHandle< JSArrayBuffer > buffer, size_t output_length)