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

/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp241 static inline uint64_t cast_uint64_t(size_t x) function
2591 { QUOTE(typeName), QUOTE(fieldName), QUOTE(type), 0, cast_uint64_t(offset_of(typeName, fieldName)), NULL },
2601 { QUOTE(typeName), QUOTE(fieldName), NULL, 0, cast_uint64_t(offset_of(typeName, fieldName)), NULL },
2786 { QUOTE(name), cast_uint64_t(name) },
2789 { name, cast_uint64_t(value) },
3122 // see comments on cast_uint64_t at the top of this file
3124 JNIEXPORT uint64_t var = cast_uint64_t(expr);

Completed in 2751 milliseconds