v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CodePatcher Class Reference

#include <macro-assembler-arm.h>

Public Member Functions

 CodePatcher (byte *address, int instructions)
 
virtual ~CodePatcher ()
 
MacroAssemblermasm ()
 
void Emit (Instr instr)
 
void Emit (Address addr)
 
void EmitCondition (Condition cond)
 
 CodePatcher (byte *address, int size)
 
virtual ~CodePatcher ()
 
MacroAssemblermasm ()
 
 CodePatcher (byte *address, int instructions)
 
virtual ~CodePatcher ()
 
MacroAssemblermasm ()
 
void Emit (Instr instr)
 
void Emit (Address addr)
 
void ChangeBranchCondition (Condition cond)
 
 CodePatcher (byte *address, int size)
 
virtual ~CodePatcher ()
 
MacroAssemblermasm ()
 

Detailed Description

Definition at line 1375 of file macro-assembler-arm.h.

Constructor & Destructor Documentation

CodePatcher ( byte address,
int  instructions 
)
virtual ~CodePatcher ( )
virtual
CodePatcher ( byte address,
int  size 
)
virtual ~CodePatcher ( )
virtual
CodePatcher ( byte address,
int  instructions 
)
virtual ~CodePatcher ( )
virtual
CodePatcher ( byte address,
int  size 
)
virtual ~CodePatcher ( )
virtual

Member Function Documentation

void ChangeBranchCondition ( Condition  cond)
void Emit ( Instr  instr)
void Emit ( Address  addr)
void Emit ( Instr  instr)
void Emit ( Address  addr)
void EmitCondition ( Condition  cond)
MacroAssembler* masm ( )
inline

Definition at line 942 of file macro-assembler-ia32.h.

MacroAssembler* masm ( )
inline

Definition at line 1433 of file macro-assembler-x64.h.

MacroAssembler* masm ( )
inline

Definition at line 1521 of file macro-assembler-mips.h.


The documentation for this class was generated from the following files: