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

/external/v8/src/arm/
H A Dmacro-assembler-arm.cc3763 CodePatcher::CodePatcher(Isolate* isolate, byte* address, int instructions, function in class:v8::internal::CodePatcher
3776 CodePatcher::~CodePatcher() {
3792 void CodePatcher::Emit(Instr instr) {
3797 void CodePatcher::Emit(Address addr) {
3802 void CodePatcher::EmitCondition(Condition cond) {
H A Dmacro-assembler-arm.h1466 class CodePatcher { class in namespace:v8::internal
1473 CodePatcher(Isolate* isolate, byte* address, int instructions,
1475 ~CodePatcher();
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h933 class CodePatcher { class in namespace:v8::internal
935 CodePatcher(Isolate* isolate, byte* address, int size);
936 ~CodePatcher();
H A Dmacro-assembler-ia32.cc2673 CodePatcher::CodePatcher(Isolate* isolate, byte* address, int size) function in class:v8::internal::CodePatcher
2684 CodePatcher::~CodePatcher() {
/external/v8/src/x64/
H A Dmacro-assembler-x64.h1620 class CodePatcher { class in class:v8::internal::SmiOperationConstraint
1622 CodePatcher(Isolate* isolate, byte* address, int size);
1623 ~CodePatcher();
H A Dmacro-assembler-x64.cc5082 CodePatcher::CodePatcher(Isolate* isolate, byte* address, int size) function in class:CodePatcher
5093 CodePatcher::~CodePatcher() {
/external/v8/src/x87/
H A Dmacro-assembler-x87.h915 class CodePatcher { class in namespace:v8::internal
917 CodePatcher(Isolate* isolate, byte* address, int size);
918 ~CodePatcher();
H A Dmacro-assembler-x87.cc2519 CodePatcher::CodePatcher(Isolate* isolate, byte* address, int size) function in class:v8::internal::CodePatcher
2530 CodePatcher::~CodePatcher() {
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.cc6831 CodePatcher::CodePatcher(Isolate* isolate, byte* address, int instructions, function in class:v8::internal::CodePatcher
6844 CodePatcher::~CodePatcher() {
6855 void CodePatcher::Emit(Instr instr) {
6860 void CodePatcher::Emit(Address addr) {
6865 void CodePatcher::ChangeBranchCondition(Instr current_instr,
H A Dmacro-assembler-mips64.h1903 class CodePatcher { class in namespace:v8::internal
1910 CodePatcher(Isolate* isolate, byte* address, int instructions,
1912 ~CodePatcher();
/external/v8/src/mips/
H A Dmacro-assembler-mips.h1768 class CodePatcher { class in namespace:v8::internal
1775 CodePatcher(Isolate* isolate, byte* address, int instructions,
1777 ~CodePatcher();
H A Dmacro-assembler-mips.cc6424 CodePatcher::CodePatcher(Isolate* isolate, byte* address, int instructions, function in class:v8::internal::CodePatcher
6437 CodePatcher::~CodePatcher() {
6449 void CodePatcher::Emit(Instr instr) {
6454 void CodePatcher::Emit(Address addr) {
6459 void CodePatcher::ChangeBranchCondition(Instr current_instr,
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.h1531 class CodePatcher { class in namespace:v8::internal
1535 CodePatcher(Isolate* isolate, byte* address, int instructions,
1537 ~CodePatcher();
H A Dmacro-assembler-ppc.cc4286 CodePatcher::CodePatcher(Isolate* isolate, byte* address, int instructions, function in class:v8::internal::CodePatcher
4299 CodePatcher::~CodePatcher() {
4311 void CodePatcher::Emit(Instr instr) { masm()->emit(instr); }
4314 void CodePatcher::EmitCondition(Condition cond) {
/external/v8/src/s390/
H A Dmacro-assembler-s390.h1813 class CodePatcher { class in namespace:v8::internal
1817 CodePatcher(Isolate* isolate, byte* address, int instructions,
1819 ~CodePatcher();
H A Dmacro-assembler-s390.cc5284 CodePatcher::CodePatcher(Isolate* isolate, byte* address, int size, function in class:v8::internal::CodePatcher
5296 CodePatcher::~CodePatcher() {

Completed in 415 milliseconds