Home
last modified time | relevance | path

Searched refs:Native2WrappedNativeMap (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCMaps.cpp120 Native2WrappedNativeMap*
121 Native2WrappedNativeMap::newMap(int length) in newMap()
123 return new Native2WrappedNativeMap(length); in newMap()
126 Native2WrappedNativeMap::Native2WrappedNativeMap(int length) in Native2WrappedNativeMap() function in Native2WrappedNativeMap
132 Native2WrappedNativeMap::SizeOfIncludingThis(mozilla::MallocSizeOf mallocSizeOf) const in SizeOfIncludingThis()
137 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(iter.Get()); in SizeOfIncludingThis()
H A DXPCWrappedNativeScope.cpp94 : mWrappedNativeMap(Native2WrappedNativeMap::newMap(XPC_NATIVE_MAP_LENGTH)), in XPCWrappedNativeScope()
494 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in TraceWrappedNativesInAllScopes()
522 static_cast<Native2WrappedNativeMap::Entry*>(i.Get())->value->Suspect(cb); in SuspectAllWrappers()
585 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in SweepAllWrappedNativeTearOffs()
643 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in SystemIsBeingShutDown()
887 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in DebugDump()
H A DXPCMaps.h104 class Native2WrappedNativeMap
113 static Native2WrappedNativeMap* newMap(int length);
157 Native2WrappedNativeMap(); // no implementation
158 explicit Native2WrappedNativeMap(int size);
H A DXPCForwards.h38 class Native2WrappedNativeMap; variable
H A DXPCWrappedNative.cpp313 Native2WrappedNativeMap* map = Scope->GetWrappedNativeMap();
473 Native2WrappedNativeMap* map = Scope->GetWrappedNativeMap();
529 Native2WrappedNativeMap* map = Scope->GetWrappedNativeMap();
601 Native2WrappedNativeMap* map = scope->GetWrappedNativeMap();
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DXPCMaps.cpp96 Native2WrappedNativeMap* Native2WrappedNativeMap::newMap(int length) { in newMap()
97 return new Native2WrappedNativeMap(length); in newMap()
100 Native2WrappedNativeMap::Native2WrappedNativeMap(int length) in Native2WrappedNativeMap() function in Native2WrappedNativeMap
103 size_t Native2WrappedNativeMap::SizeOfIncludingThis( in SizeOfIncludingThis()
108 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(iter.Get()); in SizeOfIncludingThis()
H A DXPCWrappedNativeScope.cpp74 : mWrappedNativeMap(Native2WrappedNativeMap::newMap(XPC_NATIVE_MAP_LENGTH)), in XPCWrappedNativeScope()
454 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in TraceWrappedNativesInAllScopes()
467 static_cast<Native2WrappedNativeMap::Entry*>(i.Get())->value->Suspect(cb); in SuspectAllWrappers()
549 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(iter.Get()); in UpdateWeakPointersAfterGC()
574 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in SweepAllWrappedNativeTearOffs()
628 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in SystemIsBeingShutDown()
723 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in DebugDump()
H A DXPCMaps.h99 class Native2WrappedNativeMap {
106 static Native2WrappedNativeMap* newMap(int length);
147 Native2WrappedNativeMap(); // no implementation
148 explicit Native2WrappedNativeMap(int size);
H A DXPCForwards.h36 class Native2WrappedNativeMap; variable
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DXPCWrappedNativeScope.cpp68 : mWrappedNativeMap(mozilla::MakeUnique<Native2WrappedNativeMap>()), in XPCWrappedNativeScope()
250 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in TraceWrappedNativesInAllScopes()
264 static_cast<Native2WrappedNativeMap::Entry*>(i.Get())->value->Suspect(cb); in SuspectAllWrappers()
298 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(iter.Get()); in UpdateWeakPointersAfterGC()
327 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in SweepAllWrappedNativeTearOffs()
365 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in SystemIsBeingShutDown()
444 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in DebugDump()
H A DXPCMaps.cpp100 Native2WrappedNativeMap::Native2WrappedNativeMap() in Native2WrappedNativeMap() function in Native2WrappedNativeMap
103 size_t Native2WrappedNativeMap::SizeOfIncludingThis( in SizeOfIncludingThis()
108 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(iter.Get()); in SizeOfIncludingThis()
H A DXPCForwards.h35 class Native2WrappedNativeMap; variable
H A DXPCMaps.h107 class Native2WrappedNativeMap {
114 Native2WrappedNativeMap();
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DXPCWrappedNativeScope.cpp68 : mWrappedNativeMap(mozilla::MakeUnique<Native2WrappedNativeMap>()), in XPCWrappedNativeScope()
250 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in TraceWrappedNativesInAllScopes()
264 static_cast<Native2WrappedNativeMap::Entry*>(i.Get())->value->Suspect(cb); in SuspectAllWrappers()
298 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(iter.Get()); in UpdateWeakPointersAfterGC()
327 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in SweepAllWrappedNativeTearOffs()
365 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in SystemIsBeingShutDown()
444 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in DebugDump()
H A DXPCMaps.cpp100 Native2WrappedNativeMap::Native2WrappedNativeMap() in Native2WrappedNativeMap() function in Native2WrappedNativeMap
103 size_t Native2WrappedNativeMap::SizeOfIncludingThis( in SizeOfIncludingThis()
108 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(iter.Get()); in SizeOfIncludingThis()
H A DXPCForwards.h35 class Native2WrappedNativeMap; variable
H A DXPCMaps.h107 class Native2WrappedNativeMap {
114 Native2WrappedNativeMap();
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DXPCWrappedNativeScope.cpp67 : mWrappedNativeMap(mozilla::MakeUnique<Native2WrappedNativeMap>()), in XPCWrappedNativeScope()
249 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in TraceWrappedNativesInAllScopes()
263 static_cast<Native2WrappedNativeMap::Entry*>(i.Get())->value->Suspect(cb); in SuspectAllWrappers()
297 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(iter.Get()); in UpdateWeakPointersAfterGC()
326 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in SweepAllWrappedNativeTearOffs()
364 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in SystemIsBeingShutDown()
443 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(i.Get()); in DebugDump()
H A DXPCMaps.cpp100 Native2WrappedNativeMap::Native2WrappedNativeMap() in Native2WrappedNativeMap() function in Native2WrappedNativeMap
103 size_t Native2WrappedNativeMap::SizeOfIncludingThis( in SizeOfIncludingThis()
108 auto entry = static_cast<Native2WrappedNativeMap::Entry*>(iter.Get()); in SizeOfIncludingThis()
H A DXPCForwards.h35 class Native2WrappedNativeMap; variable
H A DXPCMaps.h107 class Native2WrappedNativeMap {
114 Native2WrappedNativeMap();
H A DXPCWrappedNative.cpp293 Native2WrappedNativeMap* map = Scope->GetWrappedNativeMap(); in GetNewOrUsed()
453 Native2WrappedNativeMap* map = Scope->GetWrappedNativeMap(); in FinishCreate()
518 Native2WrappedNativeMap* map = scope->GetWrappedNativeMap(); in Destroy()
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DXPCMaps.cpp75 Native2WrappedNativeMap::Native2WrappedNativeMap() in Native2WrappedNativeMap() function in Native2WrappedNativeMap
78 size_t Native2WrappedNativeMap::SizeOfIncludingThis( in SizeOfIncludingThis()
H A DXPCForwards.h35 class Native2WrappedNativeMap; variable
H A DXPCMaps.h99 class Native2WrappedNativeMap {
105 Native2WrappedNativeMap();

12