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

123

/external/pdfium/fpdfsdk/javascript/
H A DJS_Object.cpp25 pJSObj->Dispose();
41 void CJS_Object::Dispose() { function in class:CJS_Object
H A DJS_Object.h38 void Dispose();
H A Dcjs_runtime.cpp96 GetIsolate()->Dispose();
/external/v8/samples/
H A Dhello-world.cc55 // Dispose the isolate and tear down V8.
56 isolate->Dispose();
57 V8::Dispose();
/external/pdfium/testing/
H A Djs_embedder_test.cpp33 m_pIsolate->Dispose();
/external/v8/src/snapshot/
H A Dnatives-external.cc33 native_names_[i].Dispose();
130 static void Dispose() { function in class:v8::internal::NativesHolder
183 NativesHolder<CORE>::Dispose();
184 NativesHolder<EXPERIMENTAL>::Dispose();
185 NativesHolder<EXTRAS>::Dispose();
186 NativesHolder<EXPERIMENTAL_EXTRAS>::Dispose();
H A Dmksnapshot.cc180 V8::Dispose();
/external/v8/src/
H A Dcollector.h34 current_chunk_.Dispose();
36 chunks_.at(i).Dispose();
105 // vector (e.g., using Vector::Dispose).
115 chunks_.at(i).Dispose();
164 current_chunk_.Dispose();
236 this->current_chunk_.Dispose();
H A Dmanaged.h18 // as part of Isolate::Dispose().
61 finalizer->Dispose();
H A Dglobal-handles.cc18 if (info != NULL) info->Dispose();
1247 if (info != NULL) info->Dispose();
1289 retainer_infos_[i].info->Dispose();
1313 retainer_infos_[i].info->Dispose();
1378 retainer_infos_[info_index].info->Dispose();
1398 info->Dispose();
/external/pdfium/fxjs/
H A Dcfxjse_runtimedata.cpp28 pIsolate->Dispose();
32 v8::V8::Dispose();
/external/webrtc/webrtc/base/
H A Dmessagequeue_unittest.cc86 Dispose(d);
108 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);
H A Dwin32socketserver.cc154 void Dispose();
167 void Win32Socket::EventSink::Dispose() { function in class:rtc::Win32Socket::EventSink
507 sink_->Dispose();
/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/zlib/src/contrib/dotzlib/DotZLib/
H A DCodecBase.cs131 public void Dispose() method in class:DotZLib.CodecBase
H A DGZipStream.cs125 public void Dispose() method in class:DotZLib.GZipStream
/external/protobuf/csharp/src/Google.Protobuf/
H A DCodedOutputStream.cs706 public void Dispose() method in class:Google.Protobuf.CodedOutputStream
711 output.Dispose();
H A DCodedInputStream.cs277 public void Dispose() method in class:Google.Protobuf.CodedInputStream
281 input.Dispose();
/external/v8/include/
H A Dv8-util.h81 * objects and has no special Dispose handling.
108 static void Dispose(Isolate* isolate, Global<V> value, K key) {} function in class:v8::DefaultPersistentValueMapTraits
139 static void Dispose(Isolate* isolate, Global<V> value, K key) {} function in class:v8::DefaultGlobalMapTraits
239 Traits::Dispose(isolate_, Release(Traits::Value(i)).Pass(),
422 Traits::Dispose(data.GetIsolate(),
H A Dv8-profiler.h285 * |Dispose| method.
292 void Dispose();
849 * are freed by calling the Dispose class function.
854 virtual void Dispose() = 0;
/external/mdnsresponder/mDNSWindows/DLL.NET/
H A Ddnssd_NET.h199 * calling Dispose, the ServiceRef is no longer usable.
202 Dispose();
315 Dispose();
1026 * sdRef: A pointer to an uninitialized ServiceRef. Call ServiceRef.Dispose()
1071 * ServiceRef.Dispose().
1177 * ServiceRef.Dispose is called, this RecordRef is
1228 * ServiceRef.Dispose()).
/external/v8/src/regexp/
H A Dregexp-macro-assembler-irregexp.cc31 if (own_buffer_) buffer_.Dispose();
455 old_buffer.Dispose();

Completed in 648 milliseconds

123