MCPcopy Create free account
hub / github.com/JetBrains/skija / getRefCount

Method getRefCount

shared/java/impl/RefCnt.java:15–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 public int getRefCount() {
16 try {
17 Stats.onNativeCall();
18 return _nGetRefCount(_ptr);
19 } finally {
20 Reference.reachabilityFence(this);
21 }
22 }
23
24 @Override
25 public String toString() {

Callers 3

toStringMethod · 0.95
executeMethod · 0.80
executeMethod · 0.80

Calls 2

onNativeCallMethod · 0.95
_nGetRefCountMethod · 0.95

Tested by 2

executeMethod · 0.64
executeMethod · 0.64