#include <maglev-ir.h>
Definition at line 1782 of file maglev-ir.h.
◆ List
◆ Mode
Enumerator |
---|
kNoExceptionHandler | |
kLazyDeopt | |
Definition at line 1785 of file maglev-ir.h.
◆ ExceptionHandlerInfo() [1/3]
◆ ExceptionHandlerInfo() [2/3]
v8::internal::maglev::ExceptionHandlerInfo::ExceptionHandlerInfo |
( |
BasicBlockRef * | catch_block_ref, |
|
|
int | depth ) |
|
inline |
◆ ExceptionHandlerInfo() [3/3]
v8::internal::maglev::ExceptionHandlerInfo::ExceptionHandlerInfo |
( |
BasicBlock * | catch_block_ref, |
|
|
int | depth ) |
|
inline |
◆ catch_block()
BasicBlock * v8::internal::maglev::ExceptionHandlerInfo::catch_block |
( |
| ) |
const |
|
inline |
◆ catch_block_ref_address()
BasicBlockRef * v8::internal::maglev::ExceptionHandlerInfo::catch_block_ref_address |
( |
| ) |
|
|
inline |
◆ depth()
int v8::internal::maglev::ExceptionHandlerInfo::depth |
( |
| ) |
const |
|
inline |
◆ HasExceptionHandler()
bool v8::internal::maglev::ExceptionHandlerInfo::HasExceptionHandler |
( |
| ) |
const |
|
inline |
◆ next()
◆ pc_offset()
int v8::internal::maglev::ExceptionHandlerInfo::pc_offset |
( |
| ) |
const |
|
inline |
◆ set_pc_offset()
void v8::internal::maglev::ExceptionHandlerInfo::set_pc_offset |
( |
int | offset | ) |
|
|
inline |
◆ ShouldLazyDeopt()
bool v8::internal::maglev::ExceptionHandlerInfo::ShouldLazyDeopt |
( |
| ) |
const |
|
inline |
◆ trampoline_entry()
Label & v8::internal::maglev::ExceptionHandlerInfo::trampoline_entry |
( |
| ) |
|
|
inline |
◆ catch_block_
BasicBlockRef v8::internal::maglev::ExceptionHandlerInfo::catch_block_ |
|
private |
◆ depth_
int v8::internal::maglev::ExceptionHandlerInfo::depth_ |
|
private |
◆ List
◆ next_
◆ pc_offset_
int v8::internal::maglev::ExceptionHandlerInfo::pc_offset_ |
|
private |
◆ trampoline_entry_
Label v8::internal::maglev::ExceptionHandlerInfo::trampoline_entry_ |
|
private |
The documentation for this class was generated from the following file: