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

#include <wasm-module.h>

Collaboration diagram for v8::internal::wasm::CallSiteFeedback::PolymorphicCase:

Public Attributes

int function_index
 
int absolute_call_frequency
 

Detailed Description

Definition at line 533 of file wasm-module.h.

Member Data Documentation

◆ absolute_call_frequency

int v8::internal::wasm::CallSiteFeedback::PolymorphicCase::absolute_call_frequency

Definition at line 535 of file wasm-module.h.

◆ function_index

int v8::internal::wasm::CallSiteFeedback::PolymorphicCase::function_index

Definition at line 534 of file wasm-module.h.


The documentation for this struct was generated from the following file: