|
V8 Project
|
#include <macro-assembler-arm.h>
Collaboration diagram for v8::internal::ConstantPoolUnavailableScope:Public Member Functions | |
| ConstantPoolUnavailableScope (MacroAssembler *masm) | |
| ~ConstantPoolUnavailableScope () | |
Private Member Functions | |
| DISALLOW_IMPLICIT_CONSTRUCTORS (ConstantPoolUnavailableScope) | |
Private Attributes | |
| MacroAssembler * | masm_ |
| int | old_constant_pool_available_ |
Definition at line 1575 of file macro-assembler-arm.h.
|
inlineexplicit |
Definition at line 1577 of file macro-assembler-arm.h.
References masm_, and v8::internal::Assembler::set_constant_pool_available().
Here is the call graph for this function:
|
inline |
Definition at line 1584 of file macro-assembler-arm.h.
References masm_, old_constant_pool_available_, and v8::internal::Assembler::set_constant_pool_available().
Here is the call graph for this function:
|
private |
|
private |
Definition at line 1591 of file macro-assembler-arm.h.
Referenced by ConstantPoolUnavailableScope(), and ~ConstantPoolUnavailableScope().
|
private |
Definition at line 1592 of file macro-assembler-arm.h.
Referenced by ~ConstantPoolUnavailableScope().