#include <frames.h>
Definition at line 1906 of file frames.h.
◆ UnoptimizedFrameInfo()
v8::internal::UnoptimizedFrameInfo::UnoptimizedFrameInfo |
( |
int | parameters_count_with_receiver, |
|
|
int | translation_height, |
|
|
bool | is_topmost, |
|
|
bool | pad_arguments, |
|
|
FrameInfoKind | frame_info_kind ) |
|
private |
◆ Conservative()
static UnoptimizedFrameInfo v8::internal::UnoptimizedFrameInfo::Conservative |
( |
int | parameters_count_with_receiver, |
|
|
int | locals_count ) |
|
inlinestatic |
◆ frame_size_in_bytes()
uint32_t v8::internal::UnoptimizedFrameInfo::frame_size_in_bytes |
( |
| ) |
const |
|
inline |
◆ frame_size_in_bytes_without_fixed()
uint32_t v8::internal::UnoptimizedFrameInfo::frame_size_in_bytes_without_fixed |
( |
| ) |
const |
|
inline |
◆ GetStackSizeForAdditionalArguments()
uint32_t v8::internal::UnoptimizedFrameInfo::GetStackSizeForAdditionalArguments |
( |
int | parameters_count | ) |
|
|
static |
◆ Precise()
static UnoptimizedFrameInfo v8::internal::UnoptimizedFrameInfo::Precise |
( |
int | parameters_count_with_receiver, |
|
|
int | translation_height, |
|
|
bool | is_topmost, |
|
|
bool | pad_arguments ) |
|
inlinestatic |
◆ register_stack_slot_count()
uint32_t v8::internal::UnoptimizedFrameInfo::register_stack_slot_count |
( |
| ) |
const |
|
inline |
◆ frame_size_in_bytes_
uint32_t v8::internal::UnoptimizedFrameInfo::frame_size_in_bytes_ |
|
private |
◆ frame_size_in_bytes_without_fixed_
uint32_t v8::internal::UnoptimizedFrameInfo::frame_size_in_bytes_without_fixed_ |
|
private |
◆ register_stack_slot_count_
uint32_t v8::internal::UnoptimizedFrameInfo::register_stack_slot_count_ |
|
private |
The documentation for this class was generated from the following files: