Documentation
¶
Index ¶
- func Class_desiredAssertionStatus0(vm ir.VM) error
- func Class_forName0(vm ir.VM) error
- func Class_getClassAccessFlagsRaw0(vm ir.VM) error
- func Class_getClassFileVersion0(vm ir.VM) error
- func Class_getConstantPool(vm ir.VM) error
- func Class_getDeclaredClasses0(vm ir.VM) error
- func Class_getDeclaredConstructors0(vm ir.VM) error
- func Class_getDeclaredFields0(vm ir.VM) error
- func Class_getDeclaredMethods0(vm ir.VM) error
- func Class_getDeclaringClass0(vm ir.VM) error
- func Class_getEnclosingMethod0(vm ir.VM) error
- func Class_getGenericSignature0(vm ir.VM) error
- func Class_getInterfaces0(vm ir.VM) error
- func Class_getModifiers(vm ir.VM) error
- func Class_getNestHost0(vm ir.VM) error
- func Class_getNestMembers0(vm ir.VM) error
- func Class_getPermittedSubclasses0(vm ir.VM) error
- func Class_getPrimitiveClass(vm ir.VM) error
- func Class_getProtectionDomain0(vm ir.VM) error
- func Class_getRawAnnotations(vm ir.VM) error
- func Class_getRawTypeAnnotations(vm ir.VM) error
- func Class_getRecordComponents0(vm ir.VM) error
- func Class_getSigners(vm ir.VM) error
- func Class_getSimpleBinaryName0(vm ir.VM) error
- func Class_getSuperclass(vm ir.VM) error
- func Class_initClassName(vm ir.VM) error
- func Class_isArray(vm ir.VM) error
- func Class_isAssignableFrom(vm ir.VM) error
- func Class_isHidden(vm ir.VM) error
- func Class_isInstance(vm ir.VM) error
- func Class_isInterface(vm ir.VM) error
- func Class_isPrimitive(vm ir.VM) error
- func Class_isRecord0(vm ir.VM) error
- func Class_registerNatives(vm ir.VM) error
- func Class_setSigners(vm ir.VM) error
- func Double_doubleToRawLongBits(vm ir.VM) error
- func Double_longBitsToDouble(vm ir.VM) error
- func Float_floatToRawIntBits(vm ir.VM) error
- func Float_intBitsToFloat(vm ir.VM) error
- func Object_clone(vm ir.VM) error
- func Object_getClass(vm ir.VM) error
- func Object_hashCode(vm ir.VM) error
- func Object_notify(vm ir.VM) error
- func Object_notifyAll(vm ir.VM) error
- func Object_wait0(vm ir.VM) error
- func Runtime_availableProcessors(vm ir.VM) error
- func Runtime_freeMemory(vm ir.VM) error
- func Runtime_gc(vm ir.VM) error
- func Runtime_maxMemory(vm ir.VM) error
- func Runtime_totalMemory(vm ir.VM) error
- func StackTraceElement_initStackTraceElements(vm ir.VM) error
- func String_intern(vm ir.VM) error
- func System_arraycopy(vm ir.VM) error
- func System_currentTimeMillis(vm ir.VM) error
- func System_identityHashCode(vm ir.VM) error
- func System_mapLibraryName(vm ir.VM) error
- func System_nanoTime(vm ir.VM) error
- func System_registerNatives(vm ir.VM) error
- func System_setErr0(vm ir.VM) error
- func System_setIn0(vm ir.VM) error
- func System_setOut0(vm ir.VM) error
- func Thread_clearInterruptEvent(vm ir.VM) error
- func Thread_currentCarrierThread(vm ir.VM) error
- func Thread_currentThread(vm ir.VM) error
- func Thread_dumpThreads(vm ir.VM) error
- func Thread_ensureMaterializedForStackWalk(vm ir.VM) error
- func Thread_findScopedValueBindings(vm ir.VM) error
- func Thread_getNextThreadIdOffset(vm ir.VM) error
- func Thread_getStackTrace0(vm ir.VM) error
- func Thread_getThreads(vm ir.VM) error
- func Thread_holdsLock(vm ir.VM) error
- func Thread_interrupt0(vm ir.VM) error
- func Thread_registerNatives(vm ir.VM) error
- func Thread_scopedValueCache(vm ir.VM) error
- func Thread_setCurrentThread(vm ir.VM) error
- func Thread_setNativeName(vm ir.VM) error
- func Thread_setPriority0(vm ir.VM) error
- func Thread_setScopedValueCache(vm ir.VM) error
- func Thread_sleep0(vm ir.VM) error
- func Thread_start0(vm ir.VM) error
- func Thread_yield0(vm ir.VM) error
- func Throwable_fillInStackTrace(vm ir.VM) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Class_desiredAssertionStatus0 ¶
private static native boolean desiredAssertionStatus0(Class<?> clazz);
func Class_forName0 ¶
private static native Class<?> forName0(String name, boolean initialize, ClassLoader loader, Class<?> caller);
func Class_getClassAccessFlagsRaw0 ¶
private native int getClassAccessFlagsRaw0();
func Class_getClassFileVersion0 ¶
private native int getClassFileVersion0();
func Class_getConstantPool ¶
native ConstantPool getConstantPool();
func Class_getDeclaredClasses0 ¶
private native Class<?>[] getDeclaredClasses0();
func Class_getDeclaredConstructors0 ¶
private native Constructor<T>[] getDeclaredConstructors0(boolean publicOnly);
func Class_getDeclaredFields0 ¶
private native Field[] getDeclaredFields0(boolean publicOnly);
func Class_getDeclaredMethods0 ¶
private native Method[] getDeclaredMethods0(boolean publicOnly);
func Class_getDeclaringClass0 ¶
private native Class<?> getDeclaringClass0();
func Class_getEnclosingMethod0 ¶
private native Object[] getEnclosingMethod0();
func Class_getGenericSignature0 ¶
private native String getGenericSignature0();
func Class_getInterfaces0 ¶
private native Class<?>[] getInterfaces0();
func Class_getNestHost0 ¶
private native Class<?> getNestHost0();
func Class_getNestMembers0 ¶
private native Class<?>[] getNestMembers0();
func Class_getPermittedSubclasses0 ¶
private native Class<?>[] getPermittedSubclasses0();
func Class_getPrimitiveClass ¶
static native Class<?> getPrimitiveClass(String name);
func Class_getProtectionDomain0 ¶
private native java.security.ProtectionDomain getProtectionDomain0();
func Class_getRawAnnotations ¶
native byte[] getRawAnnotations();
func Class_getRawTypeAnnotations ¶
native byte[] getRawTypeAnnotations();
func Class_getRecordComponents0 ¶
private native RecordComponent[] getRecordComponents0();
func Class_getSimpleBinaryName0 ¶
private native String getSimpleBinaryName0();
func Class_getSuperclass ¶
public native Class<? super T> getSuperclass();
func Class_initClassName ¶
private native String initClassName();
func Class_isAssignableFrom ¶
public native boolean isAssignableFrom(Class<?> cls);
func Class_isInstance ¶
public native boolean isInstance(Object obj);
func Class_isInterface ¶
public native boolean isInterface();
func Class_isPrimitive ¶
public native boolean isPrimitive();
func Class_registerNatives ¶
private static native void registerNatives();
func Class_setSigners ¶
native void setSigners(Object[] signers);
func Double_doubleToRawLongBits ¶
public static native long doubleToRawLongBits(double value);
func Double_longBitsToDouble ¶
public static native double longBitsToDouble(long bits);
func Float_floatToRawIntBits ¶
public static native int floatToRawIntBits(float value);
func Float_intBitsToFloat ¶
public static native float intBitsToFloat(int bits);
func Object_clone ¶
protected native Object clone() throws CloneNotSupportedException;
func Object_getClass ¶
public final native Class<?> getClass();
func Object_wait0 ¶
private final native void wait0(long timeoutMillis) throws InterruptedException;
func Runtime_availableProcessors ¶
public native int availableProcessors();
func Runtime_totalMemory ¶
public native long totalMemory();
func StackTraceElement_initStackTraceElements ¶
private static native void initStackTraceElements(StackTraceElement[] elements, Object x, int depth);
func System_arraycopy ¶
public static native void arraycopy(Object src, int srcPos, Object dest, int destPos, int length);
func System_currentTimeMillis ¶
public static native long currentTimeMillis();
func System_identityHashCode ¶
public static native int identityHashCode(Object x);
func System_mapLibraryName ¶
public static native String mapLibraryName(String libname);
func System_registerNatives ¶
private static native void registerNatives();
func System_setErr0 ¶
private static native void setErr0(PrintStream err);
func System_setIn0 ¶
private static native void setIn0(InputStream in);
func System_setOut0 ¶
private static native void setOut0(PrintStream out);
func Thread_clearInterruptEvent ¶
private static native void clearInterruptEvent();
func Thread_currentCarrierThread ¶
static native Thread currentCarrierThread();
func Thread_currentThread ¶
public static native Thread currentThread();
func Thread_dumpThreads ¶
private static native StackTraceElement[][] dumpThreads(Thread[] threads);
func Thread_ensureMaterializedForStackWalk ¶
static native void ensureMaterializedForStackWalk(Object o);
func Thread_findScopedValueBindings ¶
static native Object findScopedValueBindings();
func Thread_getNextThreadIdOffset ¶
private static native long getNextThreadIdOffset();
func Thread_getStackTrace0 ¶
private native Object getStackTrace0();
func Thread_getThreads ¶
private static native Thread[] getThreads();
func Thread_holdsLock ¶
public static native boolean holdsLock(Object obj);
func Thread_registerNatives ¶
private static native void registerNatives();
func Thread_scopedValueCache ¶
static native Object[] scopedValueCache();
func Thread_setCurrentThread ¶
native void setCurrentThread(Thread thread);
func Thread_setNativeName ¶
private native void setNativeName(String name);
func Thread_setPriority0 ¶
private native void setPriority0(int newPriority);
func Thread_setScopedValueCache ¶
static native void setScopedValueCache(Object[] cache);
func Thread_sleep0 ¶
private static native void sleep0(long nanos) throws InterruptedException;
func Throwable_fillInStackTrace ¶
private native Throwable fillInStackTrace(int dummy);
Types ¶
This section is empty.