Searched defs:CodePatcher (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.h1034 class CodePatcher { class in namespace:v8::internal
1036 CodePatcher(byte* address, int size);
1037 virtual ~CodePatcher();
H A Dmacro-assembler-ia32.cc3038 CodePatcher::CodePatcher(byte* address, int size) function in class:v8::internal::CodePatcher
3049 CodePatcher::~CodePatcher() {
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.h1002 class CodePatcher { class in namespace:v8::internal
1004 CodePatcher(byte* address, int size);
1005 virtual ~CodePatcher();
H A Dmacro-assembler-x87.cc2998 CodePatcher::CodePatcher(byte* address, int size) function in class:v8::internal::CodePatcher
3009 CodePatcher::~CodePatcher() {
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.h1500 class CodePatcher { class in namespace:v8::internal
1507 CodePatcher(byte* address,
1510 virtual ~CodePatcher();
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.h1569 class CodePatcher { class in namespace:v8::internal
1571 CodePatcher(byte* address, int size);
1572 virtual ~CodePatcher();
H A Dmacro-assembler-x64.cc5012 CodePatcher::CodePatcher(byte* address, int size) function in class:v8::internal::CodePatcher
5023 CodePatcher::~CodePatcher() {
/external/chromium_org/v8/src/mips64/
H A Dmacro-assembler-mips64.cc6007 CodePatcher::CodePatcher(byte* address, function in class:v8::internal::CodePatcher
6021 CodePatcher::~CodePatcher() {
6032 void CodePatcher::Emit(Instr instr) {
6037 void CodePatcher::Emit(Address addr) {
6042 void CodePatcher::ChangeBranchCondition(Condition cond) {
H A Dmacro-assembler-mips64.h1736 class CodePatcher { class in namespace:v8::internal
1743 CodePatcher(byte* address,
1746 virtual ~CodePatcher();
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.h1674 class CodePatcher { class in namespace:v8::internal
1681 CodePatcher(byte* address,
1684 virtual ~CodePatcher();
H A Dmacro-assembler-mips.cc6022 CodePatcher::CodePatcher(byte* address, function in class:v8::CodePatcher
6036 CodePatcher::~CodePatcher() {
6048 void CodePatcher::Emit(Instr instr) {
6053 void CodePatcher::Emit(Address addr) {
6058 void CodePatcher::ChangeBranchCondition(Condition cond) {

Completed in 391 milliseconds