java_lang

package
v0.0.0-...-63c0616 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2025 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Class_desiredAssertionStatus0

func Class_desiredAssertionStatus0(vm ir.VM) error

private static native boolean desiredAssertionStatus0(Class<?> clazz);

func Class_forName0

func Class_forName0(vm ir.VM) error

private static native Class<?> forName0(String name, boolean initialize, ClassLoader loader, Class<?> caller);

func Class_getClassAccessFlagsRaw0

func Class_getClassAccessFlagsRaw0(vm ir.VM) error

private native int getClassAccessFlagsRaw0();

func Class_getClassFileVersion0

func Class_getClassFileVersion0(vm ir.VM) error

private native int getClassFileVersion0();

func Class_getConstantPool

func Class_getConstantPool(vm ir.VM) error

native ConstantPool getConstantPool();

func Class_getDeclaredClasses0

func Class_getDeclaredClasses0(vm ir.VM) error

private native Class<?>[] getDeclaredClasses0();

func Class_getDeclaredConstructors0

func Class_getDeclaredConstructors0(vm ir.VM) error

private native Constructor<T>[] getDeclaredConstructors0(boolean publicOnly);

func Class_getDeclaredFields0

func Class_getDeclaredFields0(vm ir.VM) error

private native Field[] getDeclaredFields0(boolean publicOnly);

func Class_getDeclaredMethods0

func Class_getDeclaredMethods0(vm ir.VM) error

private native Method[] getDeclaredMethods0(boolean publicOnly);

func Class_getDeclaringClass0

func Class_getDeclaringClass0(vm ir.VM) error

private native Class<?> getDeclaringClass0();

func Class_getEnclosingMethod0

func Class_getEnclosingMethod0(vm ir.VM) error

private native Object[] getEnclosingMethod0();

func Class_getGenericSignature0

func Class_getGenericSignature0(vm ir.VM) error

private native String getGenericSignature0();

func Class_getInterfaces0

func Class_getInterfaces0(vm ir.VM) error

private native Class<?>[] getInterfaces0();

func Class_getModifiers

func Class_getModifiers(vm ir.VM) error

public native int getModifiers();

func Class_getNestHost0

func Class_getNestHost0(vm ir.VM) error

private native Class<?> getNestHost0();

func Class_getNestMembers0

func Class_getNestMembers0(vm ir.VM) error

private native Class<?>[] getNestMembers0();

func Class_getPermittedSubclasses0

func Class_getPermittedSubclasses0(vm ir.VM) error

private native Class<?>[] getPermittedSubclasses0();

func Class_getPrimitiveClass

func Class_getPrimitiveClass(vm ir.VM) error

static native Class<?> getPrimitiveClass(String name);

func Class_getProtectionDomain0

func Class_getProtectionDomain0(vm ir.VM) error

private native java.security.ProtectionDomain getProtectionDomain0();

func Class_getRawAnnotations

func Class_getRawAnnotations(vm ir.VM) error

native byte[] getRawAnnotations();

func Class_getRawTypeAnnotations

func Class_getRawTypeAnnotations(vm ir.VM) error

native byte[] getRawTypeAnnotations();

func Class_getRecordComponents0

func Class_getRecordComponents0(vm ir.VM) error

private native RecordComponent[] getRecordComponents0();

func Class_getSigners

func Class_getSigners(vm ir.VM) error

public native Object[] getSigners();

func Class_getSimpleBinaryName0

func Class_getSimpleBinaryName0(vm ir.VM) error

private native String getSimpleBinaryName0();

func Class_getSuperclass

func Class_getSuperclass(vm ir.VM) error

public native Class<? super T> getSuperclass();

func Class_initClassName

func Class_initClassName(vm ir.VM) error

private native String initClassName();

func Class_isArray

func Class_isArray(vm ir.VM) error

public native boolean isArray();

func Class_isAssignableFrom

func Class_isAssignableFrom(vm ir.VM) error

public native boolean isAssignableFrom(Class<?> cls);

func Class_isHidden

func Class_isHidden(vm ir.VM) error

public native boolean isHidden();

func Class_isInstance

func Class_isInstance(vm ir.VM) error

public native boolean isInstance(Object obj);

func Class_isInterface

func Class_isInterface(vm ir.VM) error

public native boolean isInterface();

func Class_isPrimitive

func Class_isPrimitive(vm ir.VM) error

public native boolean isPrimitive();

func Class_isRecord0

func Class_isRecord0(vm ir.VM) error

private native boolean isRecord0();

func Class_registerNatives

func Class_registerNatives(vm ir.VM) error

private static native void registerNatives();

func Class_setSigners

func Class_setSigners(vm ir.VM) error

native void setSigners(Object[] signers);

func Double_doubleToRawLongBits

func Double_doubleToRawLongBits(vm ir.VM) error

public static native long doubleToRawLongBits(double value);

func Double_longBitsToDouble

func Double_longBitsToDouble(vm ir.VM) error

public static native double longBitsToDouble(long bits);

func Float_floatToRawIntBits

func Float_floatToRawIntBits(vm ir.VM) error

public static native int floatToRawIntBits(float value);

func Float_intBitsToFloat

func Float_intBitsToFloat(vm ir.VM) error

public static native float intBitsToFloat(int bits);

func Object_clone

func Object_clone(vm ir.VM) error

protected native Object clone() throws CloneNotSupportedException;

func Object_getClass

func Object_getClass(vm ir.VM) error

public final native Class<?> getClass();

func Object_hashCode

func Object_hashCode(vm ir.VM) error

public native int hashCode();

func Object_notify

func Object_notify(vm ir.VM) error

public final native void notify();

func Object_notifyAll

func Object_notifyAll(vm ir.VM) error

public final native void notifyAll();

func Object_wait0

func Object_wait0(vm ir.VM) error

private final native void wait0(long timeoutMillis) throws InterruptedException;

func Runtime_availableProcessors

func Runtime_availableProcessors(vm ir.VM) error

public native int availableProcessors();

func Runtime_freeMemory

func Runtime_freeMemory(vm ir.VM) error

public native long freeMemory();

func Runtime_gc

func Runtime_gc(vm ir.VM) error

public native void gc();

func Runtime_maxMemory

func Runtime_maxMemory(vm ir.VM) error

public native long maxMemory();

func Runtime_totalMemory

func Runtime_totalMemory(vm ir.VM) error

public native long totalMemory();

func StackTraceElement_initStackTraceElements

func StackTraceElement_initStackTraceElements(vm ir.VM) error

private static native void initStackTraceElements(StackTraceElement[] elements, Object x, int depth);

func String_intern

func String_intern(vm ir.VM) error

public native String intern();

func System_arraycopy

func System_arraycopy(vm ir.VM) error

public static native void arraycopy(Object src, int srcPos, Object dest, int destPos, int length);

func System_currentTimeMillis

func System_currentTimeMillis(vm ir.VM) error

public static native long currentTimeMillis();

func System_identityHashCode

func System_identityHashCode(vm ir.VM) error

public static native int identityHashCode(Object x);

func System_mapLibraryName

func System_mapLibraryName(vm ir.VM) error

public static native String mapLibraryName(String libname);

func System_nanoTime

func System_nanoTime(vm ir.VM) error

public static native long nanoTime();

func System_registerNatives

func System_registerNatives(vm ir.VM) error

private static native void registerNatives();

func System_setErr0

func System_setErr0(vm ir.VM) error

private static native void setErr0(PrintStream err);

func System_setIn0

func System_setIn0(vm ir.VM) error

private static native void setIn0(InputStream in);

func System_setOut0

func System_setOut0(vm ir.VM) error

private static native void setOut0(PrintStream out);

func Thread_clearInterruptEvent

func Thread_clearInterruptEvent(vm ir.VM) error

private static native void clearInterruptEvent();

func Thread_currentCarrierThread

func Thread_currentCarrierThread(vm ir.VM) error

static native Thread currentCarrierThread();

func Thread_currentThread

func Thread_currentThread(vm ir.VM) error

public static native Thread currentThread();

func Thread_dumpThreads

func Thread_dumpThreads(vm ir.VM) error

private static native StackTraceElement[][] dumpThreads(Thread[] threads);

func Thread_ensureMaterializedForStackWalk

func Thread_ensureMaterializedForStackWalk(vm ir.VM) error

static native void ensureMaterializedForStackWalk(Object o);

func Thread_findScopedValueBindings

func Thread_findScopedValueBindings(vm ir.VM) error

static native Object findScopedValueBindings();

func Thread_getNextThreadIdOffset

func Thread_getNextThreadIdOffset(vm ir.VM) error

private static native long getNextThreadIdOffset();

func Thread_getStackTrace0

func Thread_getStackTrace0(vm ir.VM) error

private native Object getStackTrace0();

func Thread_getThreads

func Thread_getThreads(vm ir.VM) error

private static native Thread[] getThreads();

func Thread_holdsLock

func Thread_holdsLock(vm ir.VM) error

public static native boolean holdsLock(Object obj);

func Thread_interrupt0

func Thread_interrupt0(vm ir.VM) error

private native void interrupt0();

func Thread_registerNatives

func Thread_registerNatives(vm ir.VM) error

private static native void registerNatives();

func Thread_scopedValueCache

func Thread_scopedValueCache(vm ir.VM) error

static native Object[] scopedValueCache();

func Thread_setCurrentThread

func Thread_setCurrentThread(vm ir.VM) error

native void setCurrentThread(Thread thread);

func Thread_setNativeName

func Thread_setNativeName(vm ir.VM) error

private native void setNativeName(String name);

func Thread_setPriority0

func Thread_setPriority0(vm ir.VM) error

private native void setPriority0(int newPriority);

func Thread_setScopedValueCache

func Thread_setScopedValueCache(vm ir.VM) error

static native void setScopedValueCache(Object[] cache);

func Thread_sleep0

func Thread_sleep0(vm ir.VM) error

private static native void sleep0(long nanos) throws InterruptedException;

func Thread_start0

func Thread_start0(vm ir.VM) error

private native void start0();

func Thread_yield0

func Thread_yield0(vm ir.VM) error

private static native void yield0();

func Throwable_fillInStackTrace

func Throwable_fillInStackTrace(vm ir.VM) error

private native Throwable fillInStackTrace(int dummy);

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL