gecko-dev/mfbt
Nathan Froyd c5fa35746e Bug 1390568 - manually de-virtualize do_QueryReferent; r=ehsan
nsQueryReferent is defined as an nsCOMPtr_helper, which implies that
calling its operator() method requires a virtual call.  While
nsQueryReferent is marked `final`, compiler inlining decisions make it
impossible to de-virtualize the call to operator().  However, we have
many other classes returned by do_* functions that nsCOMPtr handles
directly, requiring no extra virtual calls, and we can give
nsQueryReferent the same treatment.
2017-08-24 20:04:31 -04:00
..
decimal
double-conversion
staticruntime
tests
Alignment.h Bug 1391103 - Align Maybe::mStorage like when the type is in a struct. r=froydnj 2017-08-17 09:49:19 +10:00
AllocPolicy.h
AlreadyAddRefed.h
Array.h
ArrayUtils.h
Assertions.cpp
Assertions.h
Atomics.h
Attributes.h Bug 1380423 - Add static-analysis to enforce strict rules on functions which can run scripts. r=mystor 2017-08-08 19:48:53 +03:00
BinarySearch.h
BloomFilter.h
BufferList.h
Casting.h
ChaosMode.cpp
ChaosMode.h
Char16.h
CheckedInt.h
Compiler.h
Compression.cpp
Compression.h
DebugOnly.h
DefineEnum.h
DoublyLinkedList.h
EndianUtils.h
EnumSet.h
EnumTypeTraits.h
EnumeratedArray.h
EnumeratedRange.h
FastBernoulliTrial.h
FloatingPoint.cpp
FloatingPoint.h
GuardObjects.h Bug 1392885 -Add debug message when misusing the guard object. r=froydnj 2017-08-23 11:59:21 +08:00
HashFunctions.cpp
HashFunctions.h
IndexSequence.h
IntegerPrintfMacros.h
IntegerRange.h
IntegerTypeTraits.h
JSONWriter.cpp
JSONWriter.h
Likely.h
LinkedList.h
LinuxSignal.h
MacroArgs.h
MacroForEach.h
MathAlgorithms.h
Maybe.h Bug 1391103 - Align Maybe::mStorage like when the type is in a struct. r=froydnj 2017-08-17 09:49:19 +10:00
MaybeOneOf.h
MemoryChecking.h
MemoryReporting.h
Move.h
NotNull.h
NullPtr.h
Opaque.h
OperatorNewExtensions.h
Pair.h
PodOperations.h
Poison.cpp
Poison.h
Range.h
RangedArray.h
RangedPtr.h
ReentrancyGuard.h
RefCountType.h
RefCounted.h
RefPtr.h Bug 1390568 - manually de-virtualize do_QueryReferent; r=ehsan 2017-08-24 20:04:31 -04:00
Result.h
ReverseIterator.h
RollingMean.h
SHA1.cpp
SHA1.h
STYLE
Saturate.h
ScopeExit.h
Scoped.h
SegmentedVector.h
SmallPointerArray.h Bug 1387002 - Replace .size() by .empty() when applicable in mfbt r=froydnj 2017-08-03 12:07:07 +02:00
Span.h
SplayTree.h
Sprintf.h
StaticAnalysisFunctions.h Bug 1380423 - Add static-analysis to enforce strict rules on functions which can run scripts. r=mystor 2017-08-08 19:48:53 +03:00
TaggedAnonymousMemory.cpp
TaggedAnonymousMemory.h
TemplateLib.h
ThreadLocal.h
ToString.h
Tuple.h
TypeTraits.h
TypedEnumBits.h
Types.h
UniquePtr.h
UniquePtrExtensions.h
Unused.cpp
Unused.h
Variant.h
Vector.h
WeakPtr.h
WindowsVersion.h
XorShift128PlusRNG.h
lz4.c
lz4.h
moz.build
objs.mozbuild