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

#include <osr.h>

Collaboration diagram for v8::internal::compiler::OsrHelper:

Public Member Functions

 OsrHelper (OptimizedCompilationInfo *info)
 
V8_EXPORT_PRIVATE void SetupFrame (Frame *frame)
 
size_t UnoptimizedFrameSlots ()
 

Static Public Member Functions

static int FirstStackSlotIndex (int parameter_count)
 

Private Attributes

size_t parameter_count_
 
size_t stack_slot_count_
 

Detailed Description

Definition at line 23 of file osr.h.

Constructor & Destructor Documentation

◆ OsrHelper()

v8::internal::compiler::OsrHelper::OsrHelper ( OptimizedCompilationInfo * info)
explicit

Definition at line 15 of file osr.cc.

Member Function Documentation

◆ FirstStackSlotIndex()

static int v8::internal::compiler::OsrHelper::FirstStackSlotIndex ( int parameter_count)
inlinestatic

Definition at line 34 of file osr.h.

Here is the caller graph for this function:

◆ SetupFrame()

void v8::internal::compiler::OsrHelper::SetupFrame ( Frame * frame)

Definition at line 21 of file osr.cc.

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

◆ UnoptimizedFrameSlots()

size_t v8::internal::compiler::OsrHelper::UnoptimizedFrameSlots ( )
inline

Definition at line 31 of file osr.h.

Here is the caller graph for this function:

Member Data Documentation

◆ parameter_count_

size_t v8::internal::compiler::OsrHelper::parameter_count_
private

Definition at line 40 of file osr.h.

◆ stack_slot_count_

size_t v8::internal::compiler::OsrHelper::stack_slot_count_
private

Definition at line 41 of file osr.h.


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