Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
toString
Method · 0.95
execute
Method · 0.80
execute
Method · 0.80
Calls
2
onNativeCall
Method · 0.95
_nGetRefCount
Method · 0.95
Tested by
2
execute
Method · 0.64
execute
Method · 0.64