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

/openjdk10/hotspot/src/share/vm/oops/
H A DtypeArrayOop.hpp114 void long_at_put(int which, jlong contents) { *long_at_addr(which) = contents; } function in class:typeArrayOopDesc
H A DconstantPool.hpp313 void long_at_put(int which, jlong l) { function in class:ConstantPool

Completed in 45 milliseconds