Exemplo n.º 1
0
Arquivo: Perf.go Projeto: cretz/jvm.go
func _perf(method Any, name, desc string) {
	rtc.RegisterNativeMethod("sun/misc/Perf", name, desc, method)
}
Exemplo n.º 2
0
func _object(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/lang/Object", name, desc, method)
}
Exemplo n.º 3
0
func _iaif(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/net/InetAddressImplFactory", name, desc, method)
}
Exemplo n.º 4
0
func _ssci(method Any, name, desc string) {
	rtc.RegisterNativeMethod("sun/nio/ch/ServerSocketChannelImpl", name, desc, method)
}
Exemplo n.º 5
0
func _mhn(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/lang/invoke/MethodHandleNatives", name, desc, method)
}
Exemplo n.º 6
0
func _thread(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/lang/Thread", name, desc, method)
}
Exemplo n.º 7
0
func _jf(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/util/jar/JarFile", name, desc, method)
}
Exemplo n.º 8
0
func _reflection(method Any, name, desc string) {
	rtc.RegisterNativeMethod("sun/reflect/Reflection", name, desc, method)
}
Exemplo n.º 9
0
func _tk(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/awt/Toolkit", name, desc, method)
}
Exemplo n.º 10
0
func _vmm(method Any, name, desc string) {
	rtc.RegisterNativeMethod("sun/management/VMManagementImpl", name, desc, method)
}
Exemplo n.º 11
0
func _unsafe(method Any, name, desc string) {
	rtc.RegisterNativeMethod("sun/misc/Unsafe", name, desc, method)
}
Exemplo n.º 12
0
func _signal(method Any, name, desc string) {
	rtc.RegisterNativeMethod("sun/misc/Signal", name, desc, method)
}
Exemplo n.º 13
0
func _package(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/lang/Package", name, desc, method)
}
Exemplo n.º 14
0
func _cursor(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/awt/Cursor", name, desc, method)
}
Exemplo n.º 15
0
func _al(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/util/concurrent/atomic/AtomicLong", name, desc, method)
}
Exemplo n.º 16
0
func _cge(method Any, name, desc string) {
	rtc.RegisterNativeMethod("sun/awt/CGraphicsEnvironment", name, desc, method)
}
Exemplo n.º 17
0
func _inflater(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/util/zip/Inflater", name, desc, method)
}
Exemplo n.º 18
0
Arquivo: Font.go Projeto: cretz/jvm.go
func _font(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/awt/Font", name, desc, method)
}
Exemplo n.º 19
0
func _comp(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/awt/Component", name, desc, method)
}
Exemplo n.º 20
0
func _fs(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/io/FileSystem", name, desc, method)
}
Exemplo n.º 21
0
func _ac(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/security/AccessController", name, desc, method)
}
Exemplo n.º 22
0
func _crc(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/util/zip/CRC32", name, desc, method)
}
Exemplo n.º 23
0
func _ioUtil(method Any, name, desc string) {
	rtc.RegisterNativeMethod("sun/nio/ch/IOUtil", name, desc, method)
}
Exemplo n.º 24
0
Arquivo: Net.go Projeto: cretz/jvm.go
func _net(method Any, name, desc string) {
	rtc.RegisterNativeMethod("sun/nio/ch/Net", name, desc, method)
}
Exemplo n.º 25
0
func _ia(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/net/InetAddress", name, desc, method)
}
Exemplo n.º 26
0
func _class(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/lang/Class", name, desc, method)
}
Exemplo n.º 27
0
func _ncai(method Any, name, desc string) {
	rtc.RegisterNativeMethod("sun/reflect/NativeConstructorAccessorImpl", name, desc, method)
}
Exemplo n.º 28
0
func _sos(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/net/SocketOutputStream", name, desc, method)
}
Exemplo n.º 29
0
func _frame(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/awt/Frame", name, desc, method)
}
Exemplo n.º 30
0
func _runtime(method Any, name, desc string) {
	rtc.RegisterNativeMethod("java/lang/Runtime", name, desc, method)
}