v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
signature-hashing.h File Reference
Include dependency graph for signature-hashing.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::wasm::SignatureHasher
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::wasm
 

Functions

MachineRepresentation v8::internal::wasm::GetMachineRepresentation (ValueTypeBase type)
 
MachineRepresentation v8::internal::wasm::GetMachineRepresentation (MachineType type)
 
template<class ResultCollector , class SigType >
void v8::internal::wasm::IterateSignatureImpl (const SigType *sig, bool extra_callable_param, ResultCollector &locations, int *untagged_parameter_slots, int *total_parameter_slots, int *untagged_return_slots, int *total_return_slots)