Searched refs:cur_as_bytes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Datomic.cpp76 jbyte* cur_as_bytes = (jbyte*)(&cur); local
80 while (cur_as_bytes[offset] == compare_value) {
87 return cur_as_bytes[offset];

Completed in 30 milliseconds