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

/openjdk7/jdk/src/windows/native/common/
H A Dgdefs_md.h32 typedef int intptr_t; typedef
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlc.hpp49 /* Make sure that we have the intptr_t and uintptr_t definitions */
53 typedef __int64 intptr_t; typedef
55 typedef int intptr_t;
/openjdk7/hotspot/src/share/vm/oops/
H A DoopsHierarchy.hpp95 oop(intptr_t i) { set_obj((void *)i); }
111 bool operator==(intptr_t p) const { return obj() == (oopDesc*)p; }
112 bool operator!=(intptr_t p) const { return obj() != (oopDesc*)p; }
124 operator intptr_t* () const { return (intptr_t*)obj(); }
129 operator intptr_t () const { return (intptr_t)obj(); }
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_gcc.hpp126 // pointer is stored as integer value. On some platforms, sizeof(intptr_t) >
133 // Cast 0 to intptr_t rather than int32_t since they are not the same type
135 #define NULL_WORD ((intptr_t)0)
154 // %%%% how to access definition of intptr_t portably in 5.5 onward?
155 typedef int intptr_t; typedef
158 // prior definition of intptr_t, and add "&& !defined(XXX)" above.
H A DglobalDefinitions_sparcWorks.hpp133 // pointer is stored as integer value. On some platforms, sizeof(intptr_t) >
140 // Cast 0 to intptr_t rather than int32_t since they are not the same type
142 #define NULL_WORD ((intptr_t)0)
160 // %%%% how to access definition of intptr_t portably in 5.5 onward?
161 typedef int intptr_t; typedef
164 // prior definition of intptr_t, and add "&& !defined(XXX)" above.
H A DglobalDefinitions_visCPP.hpp96 typedef signed __int64 intptr_t; typedef
99 typedef signed int intptr_t; typedef
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_types.h142 typedef int intptr_t; typedef

Completed in 36 milliseconds