Home
last modified time | relevance | path

Searched refs:AddRetainedMap (Results 1 – 13 of 13) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dheap.h671 V8_EXPORT_PRIVATE void AddRetainedMap(Handle<Map> map);
H A Dheap.cc5593 void Heap::AddRetainedMap(Handle<Map> map) { in AddRetainedMap() function in v8::internal::Heap
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dheap.h750 V8_EXPORT_PRIVATE void AddRetainedMap(Handle<NativeContext> context,
H A Dheap.cc5568 void Heap::AddRetainedMap(Handle<NativeContext> context, Handle<Map> map) { in AddRetainedMap() function in v8::internal::Heap
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dheap.h791 V8_EXPORT_PRIVATE void AddRetainedMap(Handle<NativeContext> context,
H A Dheap.cc6142 void Heap::AddRetainedMap(Handle<NativeContext> context, Handle<Map> map) { in AddRetainedMap() function in v8::internal::Heap
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dheap.h949 void AddRetainedMap(Handle<Map> map);
H A Dheap.cc5089 void Heap::AddRetainedMap(Handle<Map> map) { in AddRetainedMap() function in v8::internal::Heap
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc5123 Handle<WeakFixedArray> AddRetainedMap(Isolate* isolate, in AddRetainedMap() function
5132 isolate->heap()->AddRetainedMap(context, map); in AddRetainedMap()
5153 AddRetainedMap(isolate, native_context); in CheckMapRetainingFor()
5193 AddRetainedMap(isolate, native_context); in TEST()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dpipeline.cc889 isolate->heap()->AddRetainedMap(map); in RegisterWeakObjectsInOptimizedCode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dpipeline.cc1194 isolate->heap()->AddRetainedMap(map); in RegisterWeakObjectsInOptimizedCode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dpipeline.cc1253 isolate->heap()->AddRetainedMap(context, map); in RegisterWeakObjectsInOptimizedCode()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dpipeline.cc1285 isolate->heap()->AddRetainedMap(context, map); in RegisterWeakObjectsInOptimizedCode()