v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::WasmCallDescriptors Class Reference

#include <wasm-call-descriptors.h>

Collaboration diagram for v8::internal::compiler::WasmCallDescriptors:

Public Member Functions

 WasmCallDescriptors (AccountingAllocator *allocator)
 
compiler::CallDescriptorGetBigIntToI64Descriptor (bool needs_frame_state)
 
V8_EXPORT_PRIVATE compiler::CallDescriptorGetLoweredCallDescriptor (const compiler::CallDescriptor *original)
 

Private Attributes

std::unique_ptr< Zonezone_
 
compiler::CallDescriptorbigint_to_i64_descriptor_
 
compiler::CallDescriptorbigint_to_i64_descriptor_with_framestate_
 

Detailed Description

Definition at line 24 of file wasm-call-descriptors.h.

Constructor & Destructor Documentation

◆ WasmCallDescriptors()

v8::internal::compiler::WasmCallDescriptors::WasmCallDescriptors ( AccountingAllocator * allocator)
explicit

Definition at line 13 of file wasm-call-descriptors.cc.

Here is the call graph for this function:

Member Function Documentation

◆ GetBigIntToI64Descriptor()

compiler::CallDescriptor * v8::internal::compiler::WasmCallDescriptors::GetBigIntToI64Descriptor ( bool needs_frame_state)
inline

Definition at line 28 of file wasm-call-descriptors.h.

Here is the caller graph for this function:

◆ GetLoweredCallDescriptor()

V8_EXPORT_PRIVATE compiler::CallDescriptor * v8::internal::compiler::WasmCallDescriptors::GetLoweredCallDescriptor ( const compiler::CallDescriptor * original)
inline

Definition at line 39 of file wasm-call-descriptors.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ bigint_to_i64_descriptor_

compiler::CallDescriptor* v8::internal::compiler::WasmCallDescriptors::bigint_to_i64_descriptor_
private

Definition at line 48 of file wasm-call-descriptors.h.

◆ bigint_to_i64_descriptor_with_framestate_

compiler::CallDescriptor* v8::internal::compiler::WasmCallDescriptors::bigint_to_i64_descriptor_with_framestate_
private

Definition at line 49 of file wasm-call-descriptors.h.

◆ zone_

std::unique_ptr<Zone> v8::internal::compiler::WasmCallDescriptors::zone_
private

Definition at line 46 of file wasm-call-descriptors.h.


The documentation for this class was generated from the following files: