#include <frame.h>
Definition at line 235 of file frame.h.
◆ FrameAccessState()
v8::internal::compiler::FrameAccessState::FrameAccessState |
( |
const Frame *const | frame | ) |
|
|
inlineexplicit |
◆ access_frame_with_fp()
bool v8::internal::compiler::FrameAccessState::access_frame_with_fp |
( |
| ) |
const |
|
inline |
◆ ClearSPDelta()
void v8::internal::compiler::FrameAccessState::ClearSPDelta |
( |
| ) |
|
|
inline |
◆ FPRelativeOnly()
bool v8::internal::compiler::FrameAccessState::FPRelativeOnly |
( |
| ) |
|
|
inline |
◆ frame()
const Frame * v8::internal::compiler::FrameAccessState::frame |
( |
| ) |
const |
|
inline |
◆ GetFrameOffset()
FrameOffset v8::internal::compiler::FrameAccessState::GetFrameOffset |
( |
int | spill_slot | ) |
const |
◆ GetSPToFPOffset()
int v8::internal::compiler::FrameAccessState::GetSPToFPOffset |
( |
| ) |
const |
|
inline |
◆ GetSPToFPSlotCount()
int v8::internal::compiler::FrameAccessState::GetSPToFPSlotCount |
( |
| ) |
const |
|
inline |
◆ has_frame()
bool v8::internal::compiler::FrameAccessState::has_frame |
( |
| ) |
const |
|
inline |
◆ IncreaseSPDelta()
void v8::internal::compiler::FrameAccessState::IncreaseSPDelta |
( |
int | amount | ) |
|
|
inline |
◆ MarkHasFrame()
void v8::internal::compiler::FrameAccessState::MarkHasFrame |
( |
bool | state | ) |
|
◆ SetFPRelativeOnly()
void v8::internal::compiler::FrameAccessState::SetFPRelativeOnly |
( |
bool | state | ) |
|
◆ SetFrameAccessToDefault()
void v8::internal::compiler::FrameAccessState::SetFrameAccessToDefault |
( |
| ) |
|
◆ SetFrameAccessToFP()
void v8::internal::compiler::FrameAccessState::SetFrameAccessToFP |
( |
| ) |
|
|
inline |
◆ SetFrameAccessToSP()
void v8::internal::compiler::FrameAccessState::SetFrameAccessToSP |
( |
| ) |
|
|
inline |
◆ sp_delta()
int v8::internal::compiler::FrameAccessState::sp_delta |
( |
| ) |
const |
|
inline |
◆ access_frame_with_fp_
bool v8::internal::compiler::FrameAccessState::access_frame_with_fp_ |
|
private |
◆ fp_relative_only_
bool v8::internal::compiler::FrameAccessState::fp_relative_only_ |
|
private |
◆ frame_
const Frame* const v8::internal::compiler::FrameAccessState::frame_ |
|
private |
◆ has_frame_
bool v8::internal::compiler::FrameAccessState::has_frame_ |
|
private |
◆ sp_delta_
int v8::internal::compiler::FrameAccessState::sp_delta_ |
|
private |
The documentation for this class was generated from the following files: