CACAO
|
GNU Classpath java/lang/VMThread. More...
Public Member Functions | |
java_lang_VMThread (java_handle_t *h) | |
java_lang_VMThread (java_handle_t *h, java_handle_t *thread, threadobject *vmdata) | |
java_handle_t * | get_thread () const |
threadobject * | get_vmdata () const |
void | set_thread (java_handle_t *value) |
void | set_vmdata (threadobject *value) |
![]() | |
java_lang_Object () | |
java_lang_Object (java_handle_t *h) | |
virtual | ~java_lang_Object () |
virtual java_handle_t * | get_handle () const |
vftbl_t * | get_vftbl () const |
classinfo * | get_Class () const |
int32_t | get_hashcode () const |
bool | is_null () const |
bool | is_non_null () const |
Static Private Attributes | |
static const off_t | offset_thread = MEMORY_ALIGN(sizeof(java_object_t), SIZEOF_VOID_P) |
static const off_t | offset_running = MEMORY_ALIGN(offset_thread + SIZEOF_VOID_P, sizeof(int32_t)) |
static const off_t | offset_vmdata = MEMORY_ALIGN(offset_running + sizeof(int32_t), SIZEOF_VOID_P) |
Additional Inherited Members | |
![]() | |
java_handle_t * | _handle |
![]() | |
template<> | |
java_handle_t * | get (java_handle_t *h, const off_t offset) |
template<> | |
void | set (java_handle_t *h, const off_t offset, java_handle_t *value) |
template<> | |
java_handle_t * | get_volatile (java_handle_t *h, const off_t offset) |
template<> | |
void | set_volatile (java_handle_t *h, const off_t offset, java_handle_t *value) |
![]() | |
template<class T > | |
static T | get (java_handle_t *h, const off_t offset) |
template<class T > | |
static void | set (java_handle_t *h, const off_t offset, T value) |
template<class T > | |
static T | get_volatile (java_handle_t *h, const off_t offset) |
template<class T > | |
static void | set_volatile (java_handle_t *h, const off_t offset, T value) |
GNU Classpath java/lang/VMThread.
Object layout:
0. object header
Definition at line 873 of file javaobjects.hpp.
|
inline |
Definition at line 882 of file javaobjects.hpp.
|
inline |
Definition at line 895 of file javaobjects.hpp.
|
inline |
Definition at line 902 of file javaobjects.hpp.
|
inline |
Definition at line 907 of file javaobjects.hpp.
|
inline |
Definition at line 913 of file javaobjects.hpp.
|
inline |
Definition at line 918 of file javaobjects.hpp.
|
staticprivate |
Definition at line 878 of file javaobjects.hpp.
|
staticprivate |
Definition at line 877 of file javaobjects.hpp.
|
staticprivate |
Definition at line 879 of file javaobjects.hpp.