Difference between revisions of "User:Egmetcalfe/Dead Code"
Egmetcalfe (talk | contribs) |
Egmetcalfe (talk | contribs) |
||
Line 1: | Line 1: | ||
Note: Code Size is a count of the number of GIMPLE instructions during pass cfg. | Note: Code Size is a count of the number of GIMPLE instructions during pass cfg. | ||
+ | |||
+ | ===content/base=== | ||
+ | ====PRBool nsParserUtils::GetQuotedAttrNameAt(const nsString&,PRUint32,nsAString_internal&)==== | ||
+ | [http://mxr.mozilla.org/mozilla-central/source/content/base/src/nsParserUtils.h#83 Declaration] [http://mxr.mozilla.org/mozilla-central/source/content/base/src/nsParserUtils.cpp#175 Definition][http://mxr.mozilla.org/mozilla-central/search?string=GetQuotedAttrNameAt MXR Search] | ||
+ | |||
+ | Code Size: 96 | ||
+ | |||
+ | ====static nsIContent* nsContentUtils::FindFirstChildWithResolvedTag(nsIContent*,PRInt32,nsIAtom*)==== | ||
+ | [http://mxr.mozilla.org/mozilla-central/source/content/base/public/nsContentUtils.h#310 Declaration] [http://mxr.mozilla.org/mozilla-central/source/content/base/src/nsContentUtils.cpp#1728 Definition] [http://mxr.mozilla.org/mozilla-central/search?string=FindFirstChildWithResolvedTag MXR Search] | ||
+ | |||
+ | Code Size: 92 | ||
+ | |||
+ | ====nsIDocShell* nsContentUtils::GetDocShellFromCaller()==== | ||
+ | [http://mxr.mozilla.org/mozilla-central/source/content/base/public/nsContentUtils.h#418 Declaration] [http://mxr.mozilla.org/mozilla-central/source/content/base/src/nsContentUtils.cpp#1304 Definition] [http://mxr.mozilla.org/mozilla/search?string=GetDocShellFromCaller MXR Search] | ||
+ | |||
+ | Code Size: 33, Static method | ||
+ | |||
+ | ====void nsXMLNameSpaceMap::RemovePrefix(nsIAtom*)==== | ||
+ | [http://mxr.mozilla.org/mozilla-central/source/content/base/public/nsXMLNameSpaceMap.h#83 Declaration] [http://mxr.mozilla.org/mozilla-central/source/content/base/src/nsXMLNameSpaceMap.cpp#113 Definition] [http://mxr.mozilla.org/mozilla-central/search?string=RemovePrefix MXR Search] | ||
+ | |||
+ | Code Size: 3 | ||
+ | |||
+ | === embedding/components/windowwatcher === | ||
+ | |||
+ | ====static nsIScriptGlobalObject* nsWWJSUtils::GetStaticScriptGlobal(JSContext*,JSObject*)==== | ||
+ | |||
+ | [http://mxr.mozilla.org/mozilla-central/source/embedding/components/windowwatcher/src/nsWWJSUtils.h#53 Declaration] [http://mxr.mozilla.org/mozilla-central/source/embedding/components/windowwatcher/src/nsWWJSUtils.cpp#50 Definition] [http://mxr.mozilla.org/mozilla-central/search?string=GetStaticScriptGlobal MXR Search] | ||
+ | |||
+ | Code Size: 45 | ||
+ | |||
+ | ====static nsIScriptContext* nsWWJSUtils::GetStaticScriptContext(JSContext*,JSObject*)==== | ||
+ | |||
+ | [http://mxr.mozilla.org/mozilla-central/source/embedding/components/windowwatcher/src/nsWWJSUtils.h#56 Declaration] [http://mxr.mozilla.org/mozilla-central/source/embedding/components/windowwatcher/src/nsWWJSUtils.cpp#98 Definition] [http://mxr.mozilla.org/mozilla-central/search?string=GetStaticScriptContext MXR Search] | ||
+ | |||
+ | Code Size: 10 | ||
+ | |||
=== modules/libpr0n === | === modules/libpr0n === | ||
Line 31: | Line 67: | ||
Code Size: 2 | Code Size: 2 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== modules/libpref=== | === modules/libpref=== | ||
Line 52: | Line 74: | ||
Code Size: 47 | Code Size: 47 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 15:25, 3 March 2010
Note: Code Size is a count of the number of GIMPLE instructions during pass cfg.
content/base
PRBool nsParserUtils::GetQuotedAttrNameAt(const nsString&,PRUint32,nsAString_internal&)
Declaration DefinitionMXR Search
Code Size: 96
static nsIContent* nsContentUtils::FindFirstChildWithResolvedTag(nsIContent*,PRInt32,nsIAtom*)
Declaration Definition MXR Search
Code Size: 92
nsIDocShell* nsContentUtils::GetDocShellFromCaller()
Declaration Definition MXR Search
Code Size: 33, Static method
void nsXMLNameSpaceMap::RemovePrefix(nsIAtom*)
Declaration Definition MXR Search
Code Size: 3
embedding/components/windowwatcher
static nsIScriptGlobalObject* nsWWJSUtils::GetStaticScriptGlobal(JSContext*,JSObject*)
Declaration Definition MXR Search
Code Size: 45
static nsIScriptContext* nsWWJSUtils::GetStaticScriptContext(JSContext*,JSObject*)
Declaration Definition MXR Search
Code Size: 10
modules/libpr0n
PRUint32 imgFrame::GetImageBytesPerRow()
Declaration Definition MXR Search
Code Size: 11
PRInt32 imgFrame::GetHeight()
Declaration Definition MXR Search (Dead, but a pain to check)
Code Size: 2
PRInt32 imgFrame::GetWidth()
Declaration Definition MXR Search (Dead, but a pain to check)
Code Size: 2
PRInt32 imgFrame::GetY()
Declaration Definition MXR Search (impossible to check)
Code Size: 2
PRInt32 imgFrame::GetX()
Declaration Definition MXR Search (impossible to check)
Code Size: 2
modules/libpref
nsresult PREF_GetCharPref(const char*,char*,int*,PRBool)
Code Size: 47