#include "incls/_precompiled.incl"#include "incls/_byteArrayOop.cpp.incl"#include <string.h>#include <errno.h>#include <ctype.h>Include dependency graph for byteArrayOop.cpp:

Go to the source code of this file.
Functions | |
| int | sub_sign (int a, int b) |
| int | compare_as_bytes (const unsigned char *a, const unsigned char *b) |
| byteArrayOop | as_byteArrayOop (void *p) |
| byteArrayOop as_byteArrayOop | ( | void * | p | ) |
Definition at line 234 of file byteArrayOop.cpp.
References as_memOop().
Referenced by byteArrayKlass::allocateObjectSize(), and PRIM_DECL_2().
Here is the call graph for this function:

| int compare_as_bytes | ( | const unsigned char * | a, | |
| const unsigned char * | b | |||
| ) | [inline] |
Definition at line 130 of file byteArrayOop.cpp.
References sub_sign().
Referenced by byteArrayOopDesc::compare().
Here is the call graph for this function:

| int sub_sign | ( | int | a, | |
| int | b | |||
| ) | [inline] |
Definition at line 124 of file byteArrayOop.cpp.
Referenced by doubleByteArrayOopDesc::compare(), byteArrayOopDesc::compare(), compare_as_bytes(), compare_as_doubleBytes(), and byteArrayOopDesc::compare_doubleBytes().
1.4.7