Searched refs:LinkRecord (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/assembler/
H A DLinkBuffer.h65 typedef MacroAssembler::LinkRecord LinkRecord; typedef in class:JSC::LinkBuffer
227 Vector<LinkRecord>& jumpsToLink = m_assembler->jumpsToLink();
H A DARMv7Assembler.h451 class LinkRecord {
453 LinkRecord(intptr_t from, intptr_t to, JumpType type, Condition condition)
1652 static bool linkRecordSourceComparator(const LinkRecord& a, const LinkRecord& b)
1717 JumpLinkType computeJumpType(LinkRecord& record, const uint8_t* from, const uint8_t* to)
1733 Vector<LinkRecord>& jumpsToLink()
1739 void link(LinkRecord& record, uint8_t* from, uint8_t* to)
1789 m_jumpsToLink.append(LinkRecord(from.m_offset, to.m_offset, from.m_type, from.m_condition));
2303 Vector<LinkRecord> m_jumpsToLink;
H A DMacroAssemblerARMv7.h48 typedef ARMv7Assembler::LinkRecord LinkRecord; typedef in class:JSC::MacroAssemblerARMv7
59 Vector<LinkRecord>& jumpsToLink() { return m_assembler.jumpsToLink(); }
63 JumpLinkType computeJumpType(LinkRecord& record, const uint8_t* from, const uint8_t* to) { return m_assembler.computeJumpType(record, from, to); }
66 void link(LinkRecord& record, uint8_t* from, uint8_t* to) { return m_assembler.link(record, from, to); }

Completed in 47 milliseconds