JVM
natives.h File Reference
#include <stdint.h>
#include "jvm.h"
Include dependency graph for natives.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef uint8_t(* NativeFunction) (JavaVirtualMachine *jvm, Frame *frame, const uint8_t *descriptor_utf8, int32_t utf8_len)
 

Functions

NativeFunction getNative (const uint8_t *className, int32_t classLen, const uint8_t *methodName, int32_t methodLen, const uint8_t *descriptor, int32_t descrLen)
 

Typedef Documentation

§ NativeFunction

typedef uint8_t(* NativeFunction) (JavaVirtualMachine *jvm, Frame *frame, const uint8_t *descriptor_utf8, int32_t utf8_len)

Function Documentation

§ getNative()

NativeFunction getNative ( const uint8_t *  className,
int32_t  classLen,
const uint8_t *  methodName,
int32_t  methodLen,
const uint8_t *  descriptor,
int32_t  descrLen 
)
Here is the call graph for this function:
Here is the caller graph for this function: