Changeset 64938 in webkit for trunk/JavaScriptCore/assembler/AbstractMacroAssembler.h
- Timestamp:
- Aug 7, 2010, 11:04:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/assembler/AbstractMacroAssembler.h
r62306 r64938 522 522 } 523 523 524 static int32_t int32AtLocation(CodeLocationDataLabel32 dataLabel32) 525 { 526 return AssemblerType::int32AtLocation(dataLabel32.dataLocation()); 527 } 528 529 static void* pointerAtLocation(CodeLocationDataLabelPtr dataLabelPtr) 530 { 531 return AssemblerType::pointerAtLocation(dataLabelPtr.dataLocation()); 532 } 533 534 static void* jumpTarget(CodeLocationJump jump) 535 { 536 return AssemblerType::jumpTarget(jump.dataLocation()); 537 } 538 524 539 static void repatchInt32(CodeLocationDataLabel32 dataLabel32, int32_t value) 525 540 {
Note:
See TracChangeset
for help on using the changeset viewer.