Searched refs:thunk (Results 1 – 3 of 3) sorted by relevance
77 CleanerThunk thunk; in registerNativeAllocation() local80 thunk = registry.new CleanerThunk(); in registerNativeAllocation()81 Cleaner cleaner = Cleaner.create(referent, thunk); in registerNativeAllocation()89 thunk.setNativePtr(nativePtr); in registerNativeAllocation()
50 auto thunk = [](void* cookie, in ReadProperty() local56 __system_property_read_callback(prop, thunk, &functor); in ReadProperty()
112595 Lsun/misc/Cleaner;->thunk:Ljava/lang/Runnable;