|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
This is the complete list of members for IKVM.Runtime.ByteCodeHelper, including all inherited members.
| anewarray_ghost< T >(int length, RuntimeTypeHandle typeHandle) | IKVM.Runtime.ByteCodeHelper | static |
| arraycopy(object src, int srcStart, object dest, int destStart, int len) | IKVM.Runtime.ByteCodeHelper | static |
| arraycopy_fast(Array src, int srcStart, Array dest, int destStart, int len) | IKVM.Runtime.ByteCodeHelper | static |
| arraycopy_primitive_1(Array src, int srcStart, Array dest, int destStart, int len) | IKVM.Runtime.ByteCodeHelper | static |
| arraycopy_primitive_2(Array src, int srcStart, Array dest, int destStart, int len) | IKVM.Runtime.ByteCodeHelper | static |
| arraycopy_primitive_4(Array src, int srcStart, Array dest, int destStart, int len) | IKVM.Runtime.ByteCodeHelper | static |
| arraycopy_primitive_8(Array src, int srcStart, Array dest, int destStart, int len) | IKVM.Runtime.ByteCodeHelper | static |
| CompareAndSwap(ref object location, object expected, object value) | IKVM.Runtime.ByteCodeHelper | static |
| CompareAndSwap(ref int location, int expected, int value) | IKVM.Runtime.ByteCodeHelper | static |
| CompareAndSwap(ref long location, long expected, long value) | IKVM.Runtime.ByteCodeHelper | static |
| CompareAndSwap(ref double location, double expected, double value) | IKVM.Runtime.ByteCodeHelper | static |
| d2i(double d) | IKVM.Runtime.ByteCodeHelper | static |
| d2l(double d) | IKVM.Runtime.ByteCodeHelper | static |
| DynamicAaload(object arrayref, int index) | IKVM.Runtime.ByteCodeHelper | static |
| DynamicAastore(object arrayref, int index, object val) | IKVM.Runtime.ByteCodeHelper | static |
| DynamicBinderMemberLookup< T >(int kind, string clazz, string name, string sig, ikvm. @internal.CallerID callerID) | IKVM.Runtime.ByteCodeHelper | static |
| DynamicCast(object obj, global::java.lang.Class clazz) | IKVM.Runtime.ByteCodeHelper | static |
| DynamicClassLiteral(string clazz, ikvm. @internal.CallerID callerId) | IKVM.Runtime.ByteCodeHelper | static |
| DynamicCreateDelegate(object obj, Type delegateType, string name, string sig) | IKVM.Runtime.ByteCodeHelper | static |
| DynamicEraseInvokeExact(global::java.lang.invoke.MethodHandle mh, global::java.lang.invoke.MethodType expected, global::java.lang.invoke.MethodType target) | IKVM.Runtime.ByteCodeHelper | static |
| DynamicInstanceOf(object obj, global::java.lang.Class clazz) | IKVM.Runtime.ByteCodeHelper | static |
| DynamicLinkIndyCallSite< T >(ref IndyCallSite< T > site, global::java.lang.invoke.CallSite cs, Exception x, string signature, ikvm. @internal.CallerID callerID) | IKVM.Runtime.ByteCodeHelper | static |
| DynamicLoadMethodHandle(ref global::java.lang.invoke.MethodHandle cache, int kind, string clazz, string name, string sig, ikvm. @internal.CallerID callerID) | IKVM.Runtime.ByteCodeHelper | static |
| DynamicLoadMethodType(ref global::java.lang.invoke.MethodType cache, string sig, ikvm. @internal.CallerID callerID) | IKVM.Runtime.ByteCodeHelper | static |
| DynamicMapException(Exception x, MapFlags mode, global::java.lang.Class exceptionClass) | IKVM.Runtime.ByteCodeHelper | static |
| DynamicMultianewarray(int[] lengths, global::java.lang.Class clazz) | IKVM.Runtime.ByteCodeHelper | static |
| DynamicNewarray(int length, global::java.lang.Class clazz) | IKVM.Runtime.ByteCodeHelper | static |
| DynamicNewCheckOnly(global::java.lang.Class clazz) | IKVM.Runtime.ByteCodeHelper | static |
| f2i(float f) | IKVM.Runtime.ByteCodeHelper | static |
| f2l(float f) | IKVM.Runtime.ByteCodeHelper | static |
| GetClassFromTypeHandle(RuntimeTypeHandle typeHandle) | IKVM.Runtime.ByteCodeHelper | static |
| GetDelegateForInvoke< T >(object methodHandle, object realType, ref InvokeCache< T > cache) | IKVM.Runtime.ByteCodeHelper | static |
| GetDelegateForInvokeBasic< T >(global::java.lang.invoke.MethodHandle h) | IKVM.Runtime.ByteCodeHelper | static |
| GetDelegateForInvokeExact< T >(object methodHandle) | IKVM.Runtime.ByteCodeHelper | static |
| GetDotNetEnumField< T >(string name) | IKVM.Runtime.ByteCodeHelper | static |
| InitializeModule(Module module) | IKVM.Runtime.ByteCodeHelper | static |
| LinkIndyCallSite< T >(ref IndyCallSite< T > site, global::java.lang.invoke.CallSite cs, Exception x) | IKVM.Runtime.ByteCodeHelper | static |
| LoadMethodType< T >() | IKVM.Runtime.ByteCodeHelper | static |
| MapException< T >(Exception x, MapFlags mode) | IKVM.Runtime.ByteCodeHelper | static |
| MapFlags enum name | IKVM.Runtime.ByteCodeHelper | |
| multianewarray(RuntimeTypeHandle typeHandle, int[] lengths) | IKVM.Runtime.ByteCodeHelper | static |
| multianewarray_ghost(RuntimeTypeHandle typeHandle, int[] lengths) | IKVM.Runtime.ByteCodeHelper | static |
| SkipFinalizer() | IKVM.Runtime.ByteCodeHelper | static |
| SkipFinalizer(object o) | IKVM.Runtime.ByteCodeHelper | static |
| VerboseCastFailure(RuntimeTypeHandle typeHandle, object obj) | IKVM.Runtime.ByteCodeHelper | static |
| VolatileRead(ref bool location) | IKVM.Runtime.ByteCodeHelper | static |
| VolatileRead(ref byte location) | IKVM.Runtime.ByteCodeHelper | static |
| VolatileRead(ref char location) | IKVM.Runtime.ByteCodeHelper | static |
| VolatileRead(ref short location) | IKVM.Runtime.ByteCodeHelper | static |
| VolatileRead(ref int location) | IKVM.Runtime.ByteCodeHelper | static |
| VolatileRead(ref long location) | IKVM.Runtime.ByteCodeHelper | static |
| VolatileRead(ref float location) | IKVM.Runtime.ByteCodeHelper | static |
| VolatileRead(ref double location) | IKVM.Runtime.ByteCodeHelper | static |
| VolatileWrite(ref bool location, bool value) | IKVM.Runtime.ByteCodeHelper | static |
| VolatileWrite(ref byte location, byte value) | IKVM.Runtime.ByteCodeHelper | static |
| VolatileWrite(ref char location, char value) | IKVM.Runtime.ByteCodeHelper | static |
| VolatileWrite(ref short location, short value) | IKVM.Runtime.ByteCodeHelper | static |
| VolatileWrite(ref int location, int value) | IKVM.Runtime.ByteCodeHelper | static |
| VolatileWrite(ref long location, long value) | IKVM.Runtime.ByteCodeHelper | static |
| VolatileWrite(ref float location, float value) | IKVM.Runtime.ByteCodeHelper | static |
| VolatileWrite(ref double location, double value) | IKVM.Runtime.ByteCodeHelper | static |