Difference between revisions of "User:Egmetcalfe/Dead Code"
Egmetcalfe (talk | contribs) |
Egmetcalfe (talk | contribs) |
||
Line 2: | Line 2: | ||
== modules/libpr0n == | == modules/libpr0n == | ||
− | PRUint32 imgFrame::GetImageBytesPerRow() | + | '''PRUint32 imgFrame::GetImageBytesPerRow()''' |
[http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.h#82 Declaration] [http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.cpp#768 Definition] | [http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.h#82 Declaration] [http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.cpp#768 Definition] | ||
Line 11: | Line 11: | ||
− | PRInt32 imgFrame::GetHeight() | + | '''PRInt32 imgFrame::GetHeight()''' |
[http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.h#78 Declaration] [http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.cpp#747 Definition] | [http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.h#78 Declaration] [http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.cpp#747 Definition] | ||
Line 20: | Line 20: | ||
− | PRInt32 imgFrame::GetWidth() | + | '''PRInt32 imgFrame::GetWidth()''' |
[http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.h#77 Declaration] [http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.cpp#742 Definition] | [http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.h#77 Declaration] [http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.cpp#742 Definition] | ||
Line 29: | Line 29: | ||
− | PRInt32 imgFrame::GetY() | + | '''PRInt32 imgFrame::GetY()''' |
[http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.h#76 Declaration] [http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.cpp#737 Definition] | [http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.h#76 Declaration] [http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.cpp#737 Definition] | ||
Line 38: | Line 38: | ||
− | PRInt32 imgFrame::GetX() | + | '''PRInt32 imgFrame::GetX()''' |
[http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.h#75 Declaration] [http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.cpp#732 Definition] | [http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.h#75 Declaration] [http://mxr.mozilla.org/mozilla-central/source/modules/libpr0n/src/imgFrame.cpp#732 Definition] | ||
Line 45: | Line 45: | ||
[http://mxr.mozilla.org/mozilla-central/search?string=GetHeight MXR Search] (impossible to check) | [http://mxr.mozilla.org/mozilla-central/search?string=GetHeight MXR Search] (impossible to check) | ||
+ | |||
+ | == embedding/components/windowwatcher == | ||
+ | |||
+ | '''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] | ||
+ | |||
+ | Code Size: 45 | ||
+ | |||
+ | [http://mxr.mozilla.org/mozilla-central/search?string=GetStaticScriptGlobal MXR Search] | ||
+ | |||
+ | '''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] | ||
+ | |||
+ | Code Size: 10 | ||
+ | |||
+ | [http://mxr.mozilla.org/mozilla-central/search?string=GetStaticScriptContext MXR Search] | ||
+ | |||
+ | == modules/libpref == | ||
+ | '''nsresult PREF_GetCharPref(const char*,char*,int*,PRBool)''' | ||
+ | |||
+ | [http://mxr.mozilla.org/mozilla-central/source/modules/libpref/src/prefapi.cpp#397 Definition] | ||
+ | |||
+ | Code Size: 47 | ||
+ | |||
+ | [http://mxr.mozilla.org/mozilla-central/search?string=PREF_GetCharPref MXR Search] |
Revision as of 01:11, 3 March 2010
Note: Code Size is a count of the number of GIMPLE instructions during pass cfg.
modules/libpr0n
PRUint32 imgFrame::GetImageBytesPerRow()
Code Size: 11
PRInt32 imgFrame::GetHeight()
Code Size: 2
" MXR Search (Dead, but a pain to check)
PRInt32 imgFrame::GetWidth()
Code Size: 2
MXR Search (Dead, but a pain to check)
PRInt32 imgFrame::GetY()
MXR Search (impossible to check)
Code Size: 2
PRInt32 imgFrame::GetX()
Code Size: 2
MXR Search (impossible to check)
embedding/components/windowwatcher
nsIScriptGlobalObject* nsWWJSUtils::GetStaticScriptGlobal(JSContext*,JSObject*)
Code Size: 45
nsIScriptContext* nsWWJSUtils::GetStaticScriptContext(JSContext*,JSObject*)
Code Size: 10
modules/libpref
nsresult PREF_GetCharPref(const char*,char*,int*,PRBool)
Code Size: 47