Home
last modified time | relevance | path

Searched refs:linkType (Results 1 – 3 of 3) sorted by relevance

/external/jdiff/src/jdiff/
DHTMLReportGenerator.java1147 public void writePackageTableEntry(String pkgName, int linkType, in writePackageTableEntry() argument
1155 if (linkType == 0) { in writePackageTableEntry()
1164 } else if (linkType == 1) { in writePackageTableEntry()
1173 } else if (linkType == 2) { in writePackageTableEntry()
1178 emitComment(pkgName, possibleComment, linkType); in writePackageTableEntry()
1189 int linkType, boolean isInterface, in writeClassTableEntry() argument
1198 if (linkType == 0) { in writeClassTableEntry()
1210 } else if (linkType == 1) { in writeClassTableEntry()
1234 } else if (linkType == 2) { in writeClassTableEntry()
1244 emitComment(fqName, possibleComment, linkType); in writeClassTableEntry()
[all …]
/external/webkit/Source/JavaScriptCore/assembler/
DARMv7Assembler.h465 JumpLinkType linkType() const { return m_linkType; } in linkType() function
466 …void setLinkType(JumpLinkType linkType) { ASSERT(m_linkType == LinkInvalid); m_linkType = linkType in setLinkType() argument
1719 JumpLinkType linkType = computeJumpType(record.type(), from, to); in computeJumpType() local
1720 record.setLinkType(linkType); in computeJumpType()
1721 return linkType; in computeJumpType()
1741 switch (record.linkType()) { in link()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1617325 (JSC::ARMv7Assembler::LinkRecord::linkType):