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

1234

/external/v8/src/
H A Dutils-inl.h39 chunks_.at(i).Dispose();
H A Dglobal-handles.h61 void Dispose() { function in class:v8::internal::ObjectGroup
62 if (info_ != NULL) info_->Dispose();
95 void Dispose() { function in class:v8::internal::ImplicitRefGroup
/external/webkit/Source/WebCore/bindings/v8/
H A DRetainedDOMInfo.h45 virtual void Dispose();
H A DV8DataGridDataSource.cpp59 m_dataSource.Dispose();
H A DRetainedDOMInfo.cpp48 void RetainedDOMInfo::Dispose() function in class:WebCore::RetainedDOMInfo
H A DScriptInstance.cpp67 m_instance.Dispose();
H A DSharedPersistent.h58 m_value.Dispose();
H A DDOMData.h73 v8Object.Dispose();
100 v8Object.Dispose();
H A DScheduledAction.cpp78 m_function.Dispose();
84 m_argv[i].Dispose();
H A DOwnHandle.h55 m_handle.Dispose();
H A DV8DOMMap.h104 handle.Dispose();
115 value.Dispose();
H A DScriptState.h97 m_context.Dispose();
H A DV8NodeFilterCondition.cpp57 m_filter.Dispose();
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8CustomApplicationInstalledCallback.cpp44 m_callback.Dispose();
H A DV8CustomPositionCallback.cpp46 m_callback.Dispose();
H A DV8CustomPositionErrorCallback.cpp46 m_callback.Dispose();
H A DV8CustomVoidCallback.cpp49 m_callback.Dispose();
/external/v8/test/cctest/
H A Dtest-lockers.cc87 isolate_->Dispose();
218 isolate->Dispose();
237 isolate->Dispose();
335 isolate2->Dispose();
336 isolate1->Dispose();
407 isolate->Dispose();
460 isolate->Dispose();
525 isolate2->Dispose();
526 isolate1->Dispose();
653 context.Dispose();
[all...]
H A Dtest-utils.cc80 buffer.Dispose();
134 buffer2.Dispose();
135 buffer1.Dispose();
165 result.Dispose();
196 result.Dispose();
H A Dtest-serialize.cc220 name.Dispose();
246 env.Dispose();
379 env.Dispose();
382 startup_name.Dispose();
405 name.Dispose();
441 startup_name.Dispose();
498 env.Dispose();
501 startup_name.Dispose();
526 startup_name.Dispose();
H A Dtest-thread-termination.cc137 context.Dispose();
157 context.Dispose();
197 context.Dispose();
217 context.Dispose();
325 context.Dispose();
369 context.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/webkit/Source/WebKit/chromium/src/
H A DBoundObject.cpp51 m_hostTemplate.Dispose();
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCodecBase.cs131 public void Dispose() method in class:DotZLib.CodecBase

Completed in 231 milliseconds

1234