Home
last modified time | relevance | path

Searched refs:MakeWeak (Results 1 – 23 of 23) sorted by relevance

/external/v8/test/cctest/
Dtest-mark-compact.cc324 global_handles->MakeWeak(g1s1.location(), in TEST()
327 global_handles->MakeWeak(g1s2.location(), in TEST()
330 global_handles->MakeWeak(g1c1.location(), in TEST()
340 global_handles->MakeWeak(g2s1.location(), in TEST()
343 global_handles->MakeWeak(g2s2.location(), in TEST()
346 global_handles->MakeWeak(g2c1.location(), in TEST()
375 global_handles->MakeWeak(root.location(), in TEST()
403 global_handles->MakeWeak(g1c1.location(), in TEST()
406 global_handles->MakeWeak(g2c1.location(), in TEST()
Dtest-weakmaps.cc100 global_handles->MakeWeak(key.location(), in TEST()
Dtest-heap.cc360 global_handles->MakeWeak(h2.location(), in TEST()
402 global_handles->MakeWeak(h2.location(), in TEST()
433 global_handles->MakeWeak(h.location(), in TEST()
Dtest-api.cc2226 g1s1.MakeWeak(reinterpret_cast<void*>(&counter), &WeakPointerCallback); in THREADED_TEST()
2227 g1s2.MakeWeak(reinterpret_cast<void*>(&counter), &WeakPointerCallback); in THREADED_TEST()
2228 g1c1.MakeWeak(reinterpret_cast<void*>(&counter), &WeakPointerCallback); in THREADED_TEST()
2233 g2s1.MakeWeak(reinterpret_cast<void*>(&counter), &WeakPointerCallback); in THREADED_TEST()
2234 g2s2.MakeWeak(reinterpret_cast<void*>(&counter), &WeakPointerCallback); in THREADED_TEST()
2235 g2c1.MakeWeak(reinterpret_cast<void*>(&counter), &WeakPointerCallback); in THREADED_TEST()
2261 root.MakeWeak(reinterpret_cast<void*>(&counter), &WeakPointerCallback); in THREADED_TEST()
2285 g1c1.MakeWeak(reinterpret_cast<void*>(&counter), &WeakPointerCallback); in THREADED_TEST()
2286 g2c1.MakeWeak(reinterpret_cast<void*>(&counter), &WeakPointerCallback); in THREADED_TEST()
2310 g1s1.MakeWeak(reinterpret_cast<void*>(&counter), &WeakPointerCallback); in THREADED_TEST()
[all …]
Dtest-heap-profiler.cc1293 handle.MakeWeak(NULL, PersistentHandleCallback); in TEST()
/external/webkit/Source/WebCore/bindings/v8/
DOwnHandle.h65 m_handle.MakeWeak(this, &OwnHandle<T>::weakCallback); in makeWeak()
DV8IsolatedContext.cpp83 m_context->get().MakeWeak(this, &contextWeakReferenceCallback); in destroy()
DScriptState.cpp52 m_context.MakeWeak(this, &ScriptState::weakReferenceCallback); in ScriptState()
DV8AbstractEventListener.cpp128 m_listener.MakeWeak(this, &weakEventListenerCallback); in setListenerObject()
DV8GCController.cpp472 wrapper.MakeWeak(port1, &DOMDataStore::weakActiveDOMObjectCallback); in visitDOMWrapper()
482 wrapper.MakeWeak(object, &DOMDataStore::weakActiveDOMObjectCallback); in visitDOMWrapper()
DV8DOMMap.h92 wrapper.MakeWeak(obj, Parent::weakReferenceCallback()); in set()
DIntrusiveDOMWrapperMap.h146 wrapper.MakeWeak(obj, weakReferenceCallback()); in set()
DV8Binding.cpp499 wrapper.MakeWeak(stringImpl, cachedStringCallback); in v8ExternalStringSlow()
/external/v8/src/
Dglobal-handles.cc184 void MakeWeak(GlobalHandles* global_handles, in MakeWeak() function in v8::internal::GlobalHandles::Node
434 void GlobalHandles::MakeWeak(Object** location, void* parameter, in MakeWeak() function in v8::internal::GlobalHandles
437 Node::FromLocation(location)->MakeWeak(this, parameter, callback); in MakeWeak()
Dglobal-handles.h129 void MakeWeak(Object** location,
Dhandles.cc384 isolate->global_handles()->MakeWeak(handle.location(), NULL, in GetScriptWrapper()
Ddebug.cc616 global_handles->MakeWeak( in Add()
720 global_handles->MakeWeak( in DebugInfoListNode()
Dd8.cc429 persistent_array.MakeWeak(data, ExternalArrayWeakCallback); in CreateExternalArray()
Ddeoptimizer.cc1475 global_handles->MakeWeak(reinterpret_cast<Object**>(code_.location()), in DeoptimizingCodeListNode()
Dprofile-generator.cc68 isolate->global_handles()->MakeWeak(handle.location(), this, in GetTokenId()
Dapi.cc615 void V8::MakeWeak(i::Object** object, void* parameters, in MakeWeak() function in v8::V8
619 isolate->global_handles()->MakeWeak(object, parameters, in MakeWeak()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8InjectedScriptManager.cpp72 weakHandle.MakeWeak(host, &WeakReferenceCallback); in createInjectedScriptHostV8Wrapper()
/external/v8/include/
Dv8.h386 inline void MakeWeak(void* parameters, WeakReferenceCallback callback);
3294 static void MakeWeak(internal::Object** global_handle,
3993 void Persistent<T>::MakeWeak(void* parameters, WeakReferenceCallback callback) {
3994 V8::MakeWeak(reinterpret_cast<internal::Object**>(**this),