Changeset 64943 in webkit for trunk/JavaScriptCore/assembler/AbstractMacroAssembler.h
- Timestamp:
- Aug 8, 2010, 12:22:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/assembler/AbstractMacroAssembler.h
r64938 r64943 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 539 524 static void repatchInt32(CodeLocationDataLabel32 dataLabel32, int32_t value) 540 525 {
Note:
See TracChangeset
for help on using the changeset viewer.