Searched refs:Dispose (Results 1 - 25 of 82) sorted by relevance

1234

/external/chromium_org/v8/src/
H A Dutils-inl.h16 chunks_.at(i).Dispose();
/external/chromium_org/v8/test/cctest/
H A Dtest-random-number-generator.cc47 i->Dispose();
H A Dtest-microtask-delivery.cc45 isolate_->Dispose();
H A Dtest-serialize.cc167 name.Dispose();
247 name.Dispose();
330 isolate->Dispose();
348 isolate->Dispose();
369 isolate->Dispose();
390 isolate->Dispose();
469 startup_name.Dispose();
472 v8_isolate->Dispose();
485 startup_name.Dispose();
517 v8_isolate->Dispose();
[all...]
H A Dtest-deoptimization.cc402 isolate->Dispose();
468 isolate->Dispose();
489 isolate->Dispose();
510 isolate->Dispose();
531 isolate->Dispose();
552 isolate->Dispose();
607 isolate->Dispose();
698 isolate->Dispose();
790 isolate->Dispose();
H A Dtest-lockers.cc90 isolate_->Dispose();
220 isolate->Dispose();
237 isolate->Dispose();
297 isolate->Dispose();
341 isolate2->Dispose();
342 isolate1->Dispose();
416 isolate->Dispose();
470 isolate->Dispose();
532 isolate2->Dispose();
533 isolate1->Dispose();
[all...]
H A Dtest-utils.cc98 buffer.Dispose();
178 result.Dispose();
209 result.Dispose();
H A Dtest-log.cc193 context.Dispose();
371 log.Dispose();
373 isolate->Dispose();
432 log.Dispose();
434 isolate->Dispose();
509 isolate->Dispose();
/external/chromium_org/tools/stats_viewer/
H A DOpenDialog.Designer.cs18 protected override void Dispose(bool disposing) method in class:StatsViewer.OpenDialog
22 components.Dispose();
24 base.Dispose(disposing);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DRetainedDOMInfo.h46 virtual void Dispose() OVERRIDE;
H A DRetainedDOMInfo.cpp49 void RetainedDOMInfo::Dispose() function in class:blink::RetainedDOMInfo
H A DV8ValueCache.h57 static void Dispose(v8::Isolate*, v8::UniquePersistent<v8::String> value, StringImpl* key);
H A DV8PersistentValueMap.h108 // Dispose traits:
109 static void Dispose(v8::Isolate* isolate, v8::UniquePersistent<ValueType> value, KeyType key) { } function in class:blink::V8PersistentValueMapTraits
H A DV8ValueCache.cpp41 void StringCacheMapTraits::Dispose( function in class:blink::StringCacheMapTraits
51 // The MapType::Dispose callback calls StringCache::InvalidateLastString,
/external/chromium_org/v8/src/test/
H A Drun-all-unittests.cc27 v8::V8::Dispose();
H A Dtest-utils.cc34 isolate_->Dispose();
/external/chromium_org/third_party/webrtc/base/
H A Dmessagequeue_unittest.cc87 Dispose(d);
109 Dispose(handler);
H A Dtestechoserver.h62 Thread::Current()->Dispose(socket);
H A Dhttpserver.cc128 Thread::Current()->Dispose(current_);
214 Thread::Current()->Dispose(current_->response.document.release());
283 Thread::Current()->Dispose(stream);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeIterator.cs82 public void Dispose() { method in class:Antlr.Runtime.Tree.TreeIterator
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeIterator.cs88 public void Dispose() method in class:Antlr.Runtime.Tree.TreeIterator
/external/chromium_org/gin/
H A Disolate_holder.cc51 isolate_->Dispose();
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCodecBase.cs131 public void Dispose() method in class:DotZLib.CodecBase
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DAttachDialog.Designer.cs18 protected override void Dispose(bool disposing) method in class:ChromeDebug.AttachDialog
22 components.Dispose();
24 base.Dispose(disposing);
H A DProcessDetail.cs277 Dispose();
280 public void Dispose() { method in class:ChromeDebug.ProcessDetail

Completed in 416 milliseconds

1234