Searched refs:JumpLinkType (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DLinkBuffer.h79 typedef MacroAssembler::JumpLinkType JumpLinkType; typedef in class:JSC::LinkBuffer
H A DLinkBuffer.cpp129 JumpLinkType jumpLinkType = MacroAssembler::computeJumpType(jumpsToLink[i], outData + writePtr, target);
H A DARMv7Assembler.h530 enum JumpLinkType {
561 JumpLinkType linkType() const { return data.realTypes.m_linkType; }
562 void setLinkType(JumpLinkType linkType) { ASSERT(data.realTypes.m_linkType == LinkInvalid); data.realTypes.m_linkType = linkType; }
570 JumpLinkType m_linkType : 8;
2090 static int jumpSizeDelta(JumpType jumpType, JumpLinkType jumpLinkType) { return JUMP_ENUM_SIZE(jumpType) - JUMP_ENUM_SIZE(jumpLinkType); }
2108 static JumpLinkType computeJumpType(JumpType jumpType, const uint8_t* from, const uint8_t* to)
2152 static JumpLinkType computeJumpType(LinkRecord& record, const uint8_t* from, const uint8_t* to)
2154 JumpLinkType linkType = computeJumpType(record.type(), from, to);
H A DMacroAssemblerARMv7.h52 typedef ARMv7Assembler::JumpLinkType JumpLinkType; typedef in class:JSC::MacroAssemblerARMv7
66 static JumpLinkType computeJumpType(JumpType jumpType, const uint8_t* from, const uint8_t* to) { return ARMv7Assembler::computeJumpType(jumpType, from, to); }
67 static JumpLinkType computeJumpType(LinkRecord& record, const uint8_t* from, const uint8_t* to) { return ARMv7Assembler::computeJumpType(record, from, to); }
68 static int jumpSizeDelta(JumpType jumpType, JumpLinkType jumpLinkType) { return ARMv7Assembler::jumpSizeDelta(jumpType, jumpLinkType); }
H A DARM64Assembler.h561 enum JumpLinkType {
612 JumpLinkType linkType() const { return data.realTypes.m_linkType; }
613 void setLinkType(JumpLinkType linkType) { ASSERT(data.realTypes.m_linkType == LinkInvalid); data.realTypes.m_linkType = linkType; }
625 JumpLinkType m_linkType : 8;
2880 static int jumpSizeDelta(JumpType jumpType, JumpLinkType jumpLinkType) { return JUMP_ENUM_SIZE(jumpType) - JUMP_ENUM_SIZE(jumpLinkType); }
2893 static JumpLinkType computeJumpType(JumpType jumpType, const uint8_t* from, const uint8_t* to)
2945 static JumpLinkType computeJumpType(LinkRecord& record, const uint8_t* from, const uint8_t* to)
2947 JumpLinkType linkType = computeJumpType(record.type(), from, to);
H A DMacroAssemblerARM64.h59 typedef ARM64Assembler::JumpLinkType JumpLinkType; typedef in class:JSC::MacroAssemblerARM64
68 static JumpLinkType computeJumpType(JumpType jumpType, const uint8_t* from, const uint8_t* to) { return ARM64Assembler::computeJumpType(jumpType, from, to); }
69 static JumpLinkType computeJumpType(LinkRecord& record, const uint8_t* from, const uint8_t* to) { return ARM64Assembler::computeJumpType(record, from, to); }
70 static int jumpSizeDelta(JumpType jumpType, JumpLinkType jumpLinkType) { return ARM64Assembler::jumpSizeDelta(jumpType, jumpLinkType); }

Completed in 203 milliseconds