CACAO
|
GNU Classpath java/lang/reflect/VMMethod. More...
Static Private Attributes | |
static const off_t | offset_clazz = MEMORY_ALIGN(sizeof(java_object_t), SIZEOF_VOID_P) |
static const off_t | offset_name = MEMORY_ALIGN(offset_clazz + SIZEOF_VOID_P, SIZEOF_VOID_P) |
static const off_t | offset_slot = MEMORY_ALIGN(offset_name + SIZEOF_VOID_P, sizeof(int32_t)) |
static const off_t | offset_annotations = MEMORY_ALIGN(offset_slot + sizeof(int32_t), SIZEOF_VOID_P) |
static const off_t | offset_parameterAnnotations = MEMORY_ALIGN(offset_annotations + SIZEOF_VOID_P, SIZEOF_VOID_P) |
static const off_t | offset_annotationDefault = MEMORY_ALIGN(offset_parameterAnnotations + SIZEOF_VOID_P, SIZEOF_VOID_P) |
static const off_t | offset_declaredAnnotations = MEMORY_ALIGN(offset_annotationDefault + SIZEOF_VOID_P, SIZEOF_VOID_P) |
static const off_t | offset_m = MEMORY_ALIGN(offset_declaredAnnotations + SIZEOF_VOID_P, 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/reflect/VMMethod.
Object layout:
0. object header
Definition at line 1445 of file javaobjects.hpp.
|
inline |
Definition at line 1459 of file javaobjects.hpp.
|
inline |
Definition at line 1486 of file javaobjects.hpp.
|
inline |
Definition at line 1527 of file javaobjects.hpp.
|
inline |
Definition at line 1517 of file javaobjects.hpp.
|
inline |
Definition at line 1507 of file javaobjects.hpp.
|
inline |
Definition at line 1532 of file javaobjects.hpp.
|
inline |
Definition at line 1537 of file javaobjects.hpp.
|
inline |
Definition at line 1582 of file javaobjects.hpp.
|
inline |
Definition at line 1522 of file javaobjects.hpp.
|
inline |
Definition at line 1512 of file javaobjects.hpp.
|
inline |
Definition at line 1567 of file javaobjects.hpp.
|
inline |
Definition at line 1557 of file javaobjects.hpp.
Definition at line 1542 of file javaobjects.hpp.
|
inline |
Definition at line 1572 of file javaobjects.hpp.
|
inline |
Definition at line 1577 of file javaobjects.hpp.
|
inline |
Definition at line 1547 of file javaobjects.hpp.
|
inline |
Definition at line 1562 of file javaobjects.hpp.
|
inline |
Definition at line 1552 of file javaobjects.hpp.
|
staticprivate |
Definition at line 1454 of file javaobjects.hpp.
|
staticprivate |
Definition at line 1452 of file javaobjects.hpp.
|
staticprivate |
Definition at line 1449 of file javaobjects.hpp.
|
staticprivate |
Definition at line 1455 of file javaobjects.hpp.
|
staticprivate |
Definition at line 1456 of file javaobjects.hpp.
|
staticprivate |
Definition at line 1450 of file javaobjects.hpp.
|
staticprivate |
Definition at line 1453 of file javaobjects.hpp.
|
staticprivate |
Definition at line 1451 of file javaobjects.hpp.