/external/v8/test/cctest/ |
D | test-mark-compact.cc | 324 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()
|
D | test-weakmaps.cc | 100 global_handles->MakeWeak(key.location(), in TEST()
|
D | test-heap.cc | 360 global_handles->MakeWeak(h2.location(), in TEST() 402 global_handles->MakeWeak(h2.location(), in TEST() 433 global_handles->MakeWeak(h.location(), in TEST()
|
D | test-api.cc | 2226 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 …]
|
D | test-heap-profiler.cc | 1293 handle.MakeWeak(NULL, PersistentHandleCallback); in TEST()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | OwnHandle.h | 65 m_handle.MakeWeak(this, &OwnHandle<T>::weakCallback); in makeWeak()
|
D | V8IsolatedContext.cpp | 83 m_context->get().MakeWeak(this, &contextWeakReferenceCallback); in destroy()
|
D | ScriptState.cpp | 52 m_context.MakeWeak(this, &ScriptState::weakReferenceCallback); in ScriptState()
|
D | V8AbstractEventListener.cpp | 128 m_listener.MakeWeak(this, &weakEventListenerCallback); in setListenerObject()
|
D | V8GCController.cpp | 472 wrapper.MakeWeak(port1, &DOMDataStore::weakActiveDOMObjectCallback); in visitDOMWrapper() 482 wrapper.MakeWeak(object, &DOMDataStore::weakActiveDOMObjectCallback); in visitDOMWrapper()
|
D | V8DOMMap.h | 92 wrapper.MakeWeak(obj, Parent::weakReferenceCallback()); in set()
|
D | IntrusiveDOMWrapperMap.h | 146 wrapper.MakeWeak(obj, weakReferenceCallback()); in set()
|
D | V8Binding.cpp | 499 wrapper.MakeWeak(stringImpl, cachedStringCallback); in v8ExternalStringSlow()
|
/external/v8/src/ |
D | global-handles.cc | 184 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()
|
D | global-handles.h | 129 void MakeWeak(Object** location,
|
D | handles.cc | 384 isolate->global_handles()->MakeWeak(handle.location(), NULL, in GetScriptWrapper()
|
D | debug.cc | 616 global_handles->MakeWeak( in Add() 720 global_handles->MakeWeak( in DebugInfoListNode()
|
D | d8.cc | 429 persistent_array.MakeWeak(data, ExternalArrayWeakCallback); in CreateExternalArray()
|
D | deoptimizer.cc | 1475 global_handles->MakeWeak(reinterpret_cast<Object**>(code_.location()), in DeoptimizingCodeListNode()
|
D | profile-generator.cc | 68 isolate->global_handles()->MakeWeak(handle.location(), this, in GetTokenId()
|
D | api.cc | 615 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/ |
D | V8InjectedScriptManager.cpp | 72 weakHandle.MakeWeak(host, &WeakReferenceCallback); in createInjectedScriptHostV8Wrapper()
|
/external/v8/include/ |
D | v8.h | 386 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),
|