#include <stdint.h>
#include "jvm.h"
Go to the source code of this file.
|
NativeFunction | getNative (const uint8_t *className, int32_t classLen, const uint8_t *methodName, int32_t methodLen, const uint8_t *descriptor, int32_t descrLen) |
|
§ NativeFunction
typedef uint8_t(* NativeFunction) (JavaVirtualMachine *jvm, Frame *frame, const uint8_t *descriptor_utf8, int32_t utf8_len) |
§ getNative()
NativeFunction getNative |
( |
const uint8_t * |
className, |
|
|
int32_t |
classLen, |
|
|
const uint8_t * |
methodName, |
|
|
int32_t |
methodLen, |
|
|
const uint8_t * |
descriptor, |
|
|
int32_t |
descrLen |
|
) |
| |