![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Attributes | |
OptionalJSFunctionRef | functions [kMaxCallPolymorphism] |
bool | can_inline_function [kMaxCallPolymorphism] |
OptionalBytecodeArrayRef | bytecode [kMaxCallPolymorphism] |
OptionalSharedFunctionInfoRef | shared_info |
int | num_functions |
Node * | node = nullptr |
CallFrequency | frequency |
int | total_size = 0 |
Definition at line 68 of file js-inlining-heuristic.h.
OptionalBytecodeArrayRef v8::internal::compiler::JSInliningHeuristic::Candidate::bytecode[kMaxCallPolymorphism] |
Definition at line 75 of file js-inlining-heuristic.h.
bool v8::internal::compiler::JSInliningHeuristic::Candidate::can_inline_function[kMaxCallPolymorphism] |
Definition at line 72 of file js-inlining-heuristic.h.
CallFrequency v8::internal::compiler::JSInliningHeuristic::Candidate::frequency |
Definition at line 83 of file js-inlining-heuristic.h.
OptionalJSFunctionRef v8::internal::compiler::JSInliningHeuristic::Candidate::functions[kMaxCallPolymorphism] |
Definition at line 69 of file js-inlining-heuristic.h.
Node* v8::internal::compiler::JSInliningHeuristic::Candidate::node = nullptr |
Definition at line 82 of file js-inlining-heuristic.h.
int v8::internal::compiler::JSInliningHeuristic::Candidate::num_functions |
Definition at line 81 of file js-inlining-heuristic.h.
OptionalSharedFunctionInfoRef v8::internal::compiler::JSInliningHeuristic::Candidate::shared_info |
Definition at line 80 of file js-inlining-heuristic.h.
int v8::internal::compiler::JSInliningHeuristic::Candidate::total_size = 0 |
Definition at line 84 of file js-inlining-heuristic.h.