v8  3.25.30(node0.11.13)
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 Types

enum  FlushICache { FLUSH, DONT_FLUSH }
 

Public Member Functions

 CodePatcher (byte *address, int instructions, FlushICache flush_cache=FLUSH)
 
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 1487 of file macro-assembler-arm.h.

Member Enumeration Documentation

Enumerator
FLUSH 
DONT_FLUSH 

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

Constructor & Destructor Documentation

CodePatcher ( byte address,
int  instructions,
FlushICache  flush_cache = FLUSH 
)
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 1062 of file macro-assembler-ia32.h.

MacroAssembler* masm ( )
inline

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

MacroAssembler* masm ( )
inline

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

MacroAssembler* masm ( )
inline

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


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