![]() |
v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <macro-assembler-arm.h>
Public Member Functions | |
| CodePatcher (byte *address, int instructions) | |
| virtual | ~CodePatcher () |
| MacroAssembler * | masm () |
| void | Emit (Instr instr) |
| void | Emit (Address addr) |
| void | EmitCondition (Condition cond) |
| CodePatcher (byte *address, int size) | |
| virtual | ~CodePatcher () |
| MacroAssembler * | masm () |
| CodePatcher (byte *address, int instructions) | |
| virtual | ~CodePatcher () |
| MacroAssembler * | masm () |
| void | Emit (Instr instr) |
| void | Emit (Address addr) |
| void | ChangeBranchCondition (Condition cond) |
| CodePatcher (byte *address, int size) | |
| virtual | ~CodePatcher () |
| MacroAssembler * | masm () |
Definition at line 1375 of file macro-assembler-arm.h.
| CodePatcher | ( | byte * | address, |
| int | instructions | ||
| ) |
|
virtual |
| CodePatcher | ( | byte * | address, |
| int | size | ||
| ) |
|
virtual |
| CodePatcher | ( | byte * | address, |
| int | instructions | ||
| ) |
|
virtual |
| CodePatcher | ( | byte * | address, |
| int | size | ||
| ) |
|
virtual |
| void ChangeBranchCondition | ( | Condition | cond | ) |
| void Emit | ( | Instr | instr | ) |
| void Emit | ( | Address | addr | ) |
| void Emit | ( | Instr | instr | ) |
| void Emit | ( | Address | addr | ) |
| void EmitCondition | ( | Condition | cond | ) |
|
inline |
Definition at line 942 of file macro-assembler-ia32.h.
|
inline |
Definition at line 1381 of file macro-assembler-arm.h.
Referenced by Deoptimizer::DeoptimizeFunction(), Deoptimizer::PatchStackCheckCodeAt(), and Deoptimizer::RevertStackCheckCodeAt().
|
inline |
Definition at line 1433 of file macro-assembler-x64.h.
|
inline |
Definition at line 1521 of file macro-assembler-mips.h.