Go to the source code of this file.
|
s4 | asm_md_init (void) |
|
void | asm_call_jit_compiler (void) |
|
java_object_t * | asm_vm_call_method (void *pv, uint64_t *array, int32_t stackargs) |
|
int32_t | asm_vm_call_method_int (void *pv, uint64_t *array, int32_t stackargs) |
|
int64_t | asm_vm_call_method_long (void *pv, uint64_t *array, int32_t stackargs) |
|
float | asm_vm_call_method_float (void *pv, uint64_t *array, int32_t stackargs) |
|
double | asm_vm_call_method_double (void *pv, uint64_t *array, int32_t stackargs) |
|
void | asm_vm_call_method_exception_handler (void) |
|
void | asm_vm_call_method_end (void) |
|
void | asm_handle_exception (void) |
|
void | asm_handle_nat_exception (void) |
|
void | asm_patcher_wrapper (void) |
|
void | asm_cacheflush (void *addr, int nbytes) |
|
void asm_cacheflush |
( |
void * |
addr, |
|
|
int |
nbytes |
|
) |
| |
double asm_vm_call_method_double |
( |
void * |
pv, |
|
|
uint64_t * |
array, |
|
|
int32_t |
stackargs |
|
) |
| |
void asm_vm_call_method_exception_handler |
( |
void |
| ) |
|
float asm_vm_call_method_float |
( |
void * |
pv, |
|
|
uint64_t * |
array, |
|
|
int32_t |
stackargs |
|
) |
| |
int32_t asm_vm_call_method_int |
( |
void * |
pv, |
|
|
uint64_t * |
array, |
|
|
int32_t |
stackargs |
|
) |
| |
int64_t asm_vm_call_method_long |
( |
void * |
pv, |
|
|
uint64_t * |
array, |
|
|
int32_t |
stackargs |
|
) |
| |