Home
last modified time | relevance | path

Searched refs:CleanerThunk (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
DNativeAllocationRegistry.java241 CleanerThunk thunk; in registerNativeAllocation()
244 thunk = new CleanerThunk(); in registerNativeAllocation()
259 private class CleanerThunk implements Runnable { class in NativeAllocationRegistry
262 public CleanerThunk() { in CleanerThunk() method in NativeAllocationRegistry.CleanerThunk