5#ifndef V8_COMPILER_WASM_CALL_DESCRIPTORS_H_
6#define V8_COMPILER_WASM_CALL_DESCRIPTORS_H_
8#if !V8_ENABLE_WEBASSEMBLY
9#error This header should only be included if WebAssembly is enabled.
18class AccountingAllocator;
29 if (needs_frame_state) {
35#if V8_TARGET_ARCH_32_BIT
51#if V8_TARGET_ARCH_32_BIT
compiler::CallDescriptor * bigint_to_i64_descriptor_with_framestate_
std::unique_ptr< Zone > zone_
WasmCallDescriptors(AccountingAllocator *allocator)
compiler::CallDescriptor * bigint_to_i64_descriptor_
V8_EXPORT_PRIVATE compiler::CallDescriptor * GetLoweredCallDescriptor(const compiler::CallDescriptor *original)
compiler::CallDescriptor * GetBigIntToI64Descriptor(bool needs_frame_state)
#define V8_EXPORT_PRIVATE