MCPcopy Index your code
hub / github.com/HumbleUI/Skija / onNativeCall

Method onNativeCall

shared/java/impl/Stats.java:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 public static Map<String, Integer> allocated = new ConcurrentHashMap<>();
10
11 public static void onNativeCall() {
12 if (enabled)
13 nativeCalls++;
14 }
15
16 public static void onAllocated(String className) {
17 if (enabled)

Callers 15

ManagedStringMethod · 0.95
toStringMethod · 0.95
insertMethod · 0.95
appendMethod · 0.95
removeMethod · 0.95
makeGLMethod · 0.95
makeMetalMethod · 0.95
makeDirect3DMethod · 0.95
makeVulkanMethod · 0.95
CanvasMethod · 0.95
getBasePropsMethod · 0.95
getTopPropsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected