v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::JSInliningHeuristic::Candidate Struct Reference
Collaboration diagram for v8::internal::compiler::JSInliningHeuristic::Candidate:

Public Attributes

OptionalJSFunctionRef functions [kMaxCallPolymorphism]
 
bool can_inline_function [kMaxCallPolymorphism]
 
OptionalBytecodeArrayRef bytecode [kMaxCallPolymorphism]
 
OptionalSharedFunctionInfoRef shared_info
 
int num_functions
 
Nodenode = nullptr
 
CallFrequency frequency
 
int total_size = 0
 

Detailed Description

Definition at line 68 of file js-inlining-heuristic.h.

Member Data Documentation

◆ bytecode

OptionalBytecodeArrayRef v8::internal::compiler::JSInliningHeuristic::Candidate::bytecode[kMaxCallPolymorphism]

Definition at line 75 of file js-inlining-heuristic.h.

◆ can_inline_function

bool v8::internal::compiler::JSInliningHeuristic::Candidate::can_inline_function[kMaxCallPolymorphism]

Definition at line 72 of file js-inlining-heuristic.h.

◆ frequency

CallFrequency v8::internal::compiler::JSInliningHeuristic::Candidate::frequency

Definition at line 83 of file js-inlining-heuristic.h.

◆ functions

OptionalJSFunctionRef v8::internal::compiler::JSInliningHeuristic::Candidate::functions[kMaxCallPolymorphism]

Definition at line 69 of file js-inlining-heuristic.h.

◆ node

Node* v8::internal::compiler::JSInliningHeuristic::Candidate::node = nullptr

Definition at line 82 of file js-inlining-heuristic.h.

◆ num_functions

int v8::internal::compiler::JSInliningHeuristic::Candidate::num_functions

Definition at line 81 of file js-inlining-heuristic.h.

◆ shared_info

OptionalSharedFunctionInfoRef v8::internal::compiler::JSInliningHeuristic::Candidate::shared_info

Definition at line 80 of file js-inlining-heuristic.h.

◆ total_size

int v8::internal::compiler::JSInliningHeuristic::Candidate::total_size = 0

Definition at line 84 of file js-inlining-heuristic.h.


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