Home
last modified time | relevance | path

Searched defs:Dispose (Results 1 – 24 of 24) sorted by relevance

/external/llvm/bindings/go/llvm/
Dtransforms_pmbuilder.go46 func (pmb PassManagerBuilder) Dispose() { func
Dexecutionengine.go85 func (g GenericValue) Dispose() { C.LLVMDisposeGenericValue(g.C) } func
130 func (ee ExecutionEngine) Dispose() { C.LLVMDisposeExecutionEngine(ee.C) } func
Dtarget.go208 func (td TargetData) Dispose() { C.LLVMDisposeTargetData(td.C) } func
291 func (tm TargetMachine) Dispose() { func
Dir.go351 func (c Context) Dispose() { C.LLVMContextDispose(c.C) } func
388 func (m Module) Dispose() { C.LLVMDisposeModule(m.C) } func
1201 func (b Builder) Dispose() { C.LLVMDisposeBuilder(b.C) } func
1758 func (mp ModuleProvider) Dispose() { C.LLVMDisposeModuleProvider(mp.C) } func
1794 func (b MemoryBuffer) Dispose() { C.LLVMDisposeMemoryBuffer(b.C) } func
1838 func (pm PassManager) Dispose() { C.LLVMDisposePassManager(pm.C) } func
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeIterator.cs82 public void Dispose() { in Dispose() method in Antlr.Runtime.Tree.TreeIterator
DBufferedTreeNodeStream.cs91 public void Dispose() { in Dispose() method in Antlr.Runtime.Tree.BufferedTreeNodeStream.StreamIterator
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeIterator.cs88 public void Dispose() in Dispose() method in Antlr.Runtime.Tree.TreeIterator
DBufferedTreeNodeStream.cs97 public void Dispose() in Dispose() method in Antlr.Runtime.Tree.BufferedTreeNodeStream.StreamIterator
/external/zlib/src/contrib/dotzlib/DotZLib/
DCodecBase.cs131 public void Dispose() in Dispose() method in DotZLib.CodecBase
DGZipStream.cs125 public void Dispose() in Dispose() method in DotZLib.GZipStream
/external/v8/src/
Dvector.h83 void Dispose() { in Dispose() function
Ddebug.cc3293 void CommandMessage::Dispose() { in Dispose() function in v8::internal::CommandMessage
Dheap-snapshot-generator.cc2441 virtual void Dispose() { in Dispose() function in v8::internal::NativeGroupRetainedObjectInfo
Dapi.cc5071 bool v8::V8::Dispose() { in Dispose() function in v8::v8::V8
6595 void Isolate::Dispose() { in Dispose() function in v8::Isolate
/external/pdfium/fpdfsdk/src/javascript/
DJS_Object.cpp127 void CJS_Object::Dispose() in Dispose() function in CJS_Object
/external/v8/test/cctest/
Dtest-global-handles.cc58 virtual void Dispose() { in Dispose() function in TestRetainedObjectInfo
Dtest-mark-compact.cc364 virtual void Dispose() { in Dispose() function in TestRetainedObjectInfo
Dtest-heap-profiler.cc1402 virtual void Dispose() { in Dispose() function in __anonab6572e10511::TestRetainedObjectInfo
Dtest-heap.cc3289 virtual void Dispose() { in Dispose() function in SourceResource
Dtest-api.cc799 void Dispose() { in Dispose() function in TestOneByteResourceWithDisposeControl
3643 static void Dispose(v8::Isolate* isolate, v8::UniquePersistent<V> value, in Dispose() function in WeakStdMapTraits
/external/v8/tools/
Dll_prof.py480 def Dispose(self): member in LogReader
680 def Dispose(self): member in TraceReader
Dgrokdump.py764 def Dispose(self): member in MinidumpReader
/external/v8/include/
Dv8-util.h104 static void Dispose(Isolate* isolate, UniquePersistent<V> value, K key) { } in Dispose() function
Dv8.h1856 virtual void Dispose() { delete this; } in Dispose() function