Searched defs:getIntVolatile (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
H A DUnsafe.java176 public native int getIntVolatile(Object obj, long offset); method in class:Unsafe
471 v = getIntVolatile(o, offset);
511 v = getIntVolatile(o, offset);

Completed in 31 milliseconds