Searched defs:CodePatcher (Results 1 - 7 of 7) sorted by last modified time

/external/v8/src/x64/
H A Dmacro-assembler-x64.cc4174 CodePatcher::CodePatcher(byte* address, int size) function in class:v8::internal::CodePatcher
4185 CodePatcher::~CodePatcher() {
H A Dmacro-assembler-x64.h1403 class CodePatcher { class in namespace:v8::internal
1405 CodePatcher(byte* address, int size);
1406 virtual ~CodePatcher();
/external/v8/src/arm/
H A Dmacro-assembler-arm.h1330 class CodePatcher { class in namespace:v8::internal
1332 CodePatcher(byte* address, int instructions);
1333 virtual ~CodePatcher();
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc2566 CodePatcher::CodePatcher(byte* address, int size) function in class:v8::CodePatcher
2577 CodePatcher::~CodePatcher() {
H A Dmacro-assembler-ia32.h907 class CodePatcher { class in namespace:v8::internal
909 CodePatcher(byte* address, int size);
910 virtual ~CodePatcher();
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc5377 CodePatcher::CodePatcher(byte* address, int instructions) function in class:v8::internal::CodePatcher
5389 CodePatcher::~CodePatcher() {
5399 void CodePatcher::Emit(Instr instr) {
5404 void CodePatcher::Emit(Address addr) {
5409 void CodePatcher::ChangeBranchCondition(Condition cond) {
H A Dmacro-assembler-mips.h1494 class CodePatcher { class in namespace:v8::internal
1496 CodePatcher(byte* address, int instructions);
1497 virtual ~CodePatcher();

Completed in 265 milliseconds