Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/libcore/util/
H A DNativeAllocationRegistry_Delegate.java65 sManager.markAsNativeAllocation(referent, nativePtr); in registerNativeAllocation()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DDelegateManager.java221 public void markAsNativeAllocation(Object referent, long native_object) { in markAsNativeAllocation() method in DelegateManager