Searched refs:finalize (Results 1 - 5 of 5) sorted by relevance

/art/test/036-finalizer/src/
H A DFinalizerTest.java33 protected void finalize() { method in class:FinalizerTest
/art/test/030-bad-finalizer/src/
H A DBadFinalizer.java29 protected void finalize() { method in class:BadFinalizer
/art/test/059-finalizer-throw/src/
H A DMain.java63 protected void finalize() throws Throwable { method in class:Main
/art/runtime/
H A Dthread_pool.cc222 bool finalize; local
250 finalize = !--steal_from_task->ref_count_;
253 if (finalize) {
261 // If nobody is still referencing task_ we can finalize it.
262 finalize = !--stealing_task->ref_count_;
265 if (finalize) {
/art/test/NativeAllocations/
H A DNativeAllocations.java41 protected void finalize() throws Exception { method in class:NativeAllocations.NativeAllocation

Completed in 819 milliseconds