MCPcopy Create free account

hub / github.com/digitalgust/tinyj2c / functions

Functions3,895 in github.com/digitalgust/tinyj2c

↓ 2 callersFunctiondirent_first
Get first directory entry (internal) */
app/vm/dirent_win.h:599
↓ 2 callersFunctiondirent_next
* Get next directory entry (internal). * * Returns */
app/vm/dirent_win.h:630
↓ 2 callersFunctiondirent_wcstombs_s
Convert wide-character string to multi-byte string */
app/vm/dirent_win.h:1088
↓ 2 callersMethoddischarge2anyreg
(expdesc e)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:609
↓ 2 callersMethoddischarge2reg
(expdesc e, int reg)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:569
↓ 2 callersMethoddiv
Divide: Perform numeric divide operation by another value of unknown type, including metatag processing. <p> Each operand must derive from {@link LuaN
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:2400
↓ 2 callersMethoddoubleToString
(double val)
app/java/java/lang/VM.java:19
↓ 2 callersMethoddropWeakArrayValues
()
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:559
↓ 2 callersMethoddumpDouble
(double d)
option_pack/luaj/core/src/org/luaj/vm2/compiler/DumpState.java:131
↓ 2 callersMethoddumpHeader
()
option_pack/luaj/core/src/org/luaj/vm2/compiler/DumpState.java:247
↓ 2 callersMethodencodeUtf8
Puts an UTF8 string into this byte vector. The byte vector is automatically enlarged if necessary. The string length is encoded in two bytes before th
class2c/src/main/java/org/objectweb/asm/ByteVector.java:284
↓ 2 callersMethodendArguments
Ends the type arguments of a class or inner class type.
class2c/src/main/java/org/objectweb/asm/signature/SignatureWriter.java:231
↓ 2 callersMethodenterlevel
()
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:990
↓ 2 callersMethodentry
Return an instance of Slot appropriate for the given key and value.
option_pack/luaj/core/src/org/luaj/vm2/Metatable.java:41
↓ 2 callersMethodeof
()
option_pack/luaj/core/src/org/luaj/vm2/lib/IoLib.java:98
↓ 2 callersMethodequals
(Object obj)
app/java/java/lang/Object.java:20
↓ 2 callersMethoderror_expected
(int token)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:861
↓ 2 callersMethoderrorresult
(Exception ioe)
option_pack/luaj/core/src/org/luaj/vm2/lib/IoLib.java:514
↓ 2 callersMethodeval
Evaluate any pending tail call and return result. @return the evaluated tail call result
option_pack/luaj/core/src/org/luaj/vm2/Varargs.java:77
↓ 2 callersMethodexit
(int code)
app/java/java/lang/System.java:38
↓ 2 callersMethodexp2anyregup
(expdesc e)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:661
↓ 2 callersMethodexpand
(int need)
app/java/java/lang/StringBuilder.java:77
↓ 2 callersMethodexpandArr
(String[] arr)
app/java/java/lang/String.java:511
↓ 2 callersMethodfastRemove
(int index)
app/java/java/util/ArrayList.java:178
↓ 2 callersMethodfindgotos
(Labeldesc lb)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:1049
↓ 2 callersMethodfindlabel
(int g)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:1020
↓ 2 callersMethodfindupvalue
(LuaClosure c, int up)
option_pack/luaj/core/src/org/luaj/vm2/lib/DebugLib.java:716
↓ 2 callersMethodfirst
()
option_pack/luaj/core/src/org/luaj/vm2/WeakTable.java:116
↓ 2 callersMethodflush
()
option_pack/luaj/luncher/src/org/luaj/vm2/lib/jme/JmeIoLib.java:94
↓ 2 callersMethodflush0
(long fileHandle)
app/java/java/io/RandomAccessFile.java:410
↓ 2 callersMethodforbody
(int base, int line, int nvars, boolean isnum)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:1811
↓ 2 callersMethodfreadbytes
(File f, int count)
option_pack/luaj/core/src/org/luaj/vm2/lib/IoLib.java:612
↓ 2 callersMethodfreaduntil
(File f,boolean lineonly,boolean withend)
option_pack/luaj/core/src/org/luaj/vm2/lib/IoLib.java:620
↓ 2 callersMethodfuncargs
(expdesc f, int line)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:1326
↓ 2 callersMethodgenFixedMethodCall
(String className, String methodName, String descritp)
class2c/src/main/java/com/ebsee/j2c/MV.java:1453
↓ 2 callersMethodget
(Object key)
app/java/java/util/HashMap.java:122
↓ 2 callersMethodgetAbstractTypeFromInternalName
Returns the abstract type corresponding to the internal name of a class. @param symbolTable the type table to use to lookup and store type {@link Sym
class2c/src/main/java/org/objectweb/asm/Frame.java:300
↓ 2 callersMethodgetArrayName_by_Ctype
(String ctype)
class2c/src/main/java/com/ebsee/j2c/Util.java:215
↓ 2 callersMethodgetBridgeMethodDeclare
(String className, String methodName, String sig)
class2c/src/main/java/com/ebsee/j2c/Util.java:379
↓ 2 callersMethodgetBridgeMethodName
(Method method)
class2c/src/main/java/com/ebsee/j2c/Util.java:358
↓ 2 callersMethodgetClassByDescriptor
(String s)
app/java/java/lang/Class.java:116
↓ 2 callersMethodgetClassFile
()
class2c/src/main/java/com/ebsee/classparser/Method.java:113
↓ 2 callersMethodgetClassFile
()
class2c/src/main/java/com/ebsee/classparser/Field.java:65
↓ 2 callersMethodgetClassLoader
Returns the {@link ClassLoader} to be used by the default implementation of {@link #getCommonSuperClass(String, String)}, that of this {@link ClassWri
class2c/src/main/java/org/objectweb/asm/ClassWriter.java:962
↓ 2 callersMethodgetClassStaticFieldCount
(String className)
class2c/src/main/java/com/ebsee/j2c/Util.java:466
↓ 2 callersMethodgetClassStructTypePtr
(String str)
class2c/src/main/java/com/ebsee/j2c/Util.java:63
↓ 2 callersMethodgetCodeAttribute
()
class2c/src/main/java/com/ebsee/classparser/Attribute.java:67
↓ 2 callersMethodgetConcreteOutputType
Computes the concrete output type corresponding to a given abstract output type. @param abstractOutputType an abstract output type. @param numStack t
class2c/src/main/java/org/objectweb/asm/Frame.java:1122
↓ 2 callersMethodgetCtype_by_className
(String className)
class2c/src/main/java/com/ebsee/j2c/Util.java:517
↓ 2 callersMethodgetDeclaringClass
()
app/java/java/lang/Enum.java:43
↓ 2 callersMethodgetDefValue_by_Ctype
(String type)
class2c/src/main/java/com/ebsee/j2c/Util.java:255
↓ 2 callersMethodgetDescriptor
(Method m)
class2c/src/main/java/com/ebsee/invoke/bytecode/LambdaUtil.java:50
↓ 2 callersMethodgetDimensions
Returns the number of dimensions of this array type. This method should only be used for an array type. @return the number of dimensions of this arra
class2c/src/main/java/org/objectweb/asm/Type.java:669
↓ 2 callersMethodgetEntry
(Object key)
app/java/java/util/HashMap.java:151
↓ 2 callersMethodgetEntry
(Object key)
app/java/java/util/WeakHashMap.java:185
↓ 2 callersMethodgetEnumConstantsShared
()
app/java/java/lang/Class.java:68
↓ 2 callersMethodgetExceptionTableLength
Returns the number of elements of the Handler list that begins with the given element. @param firstHandler the beginning of a Handler list. May be {@
class2c/src/main/java/org/objectweb/asm/Handler.java:158
↓ 2 callersMethodgetExceptionTableRawName
(String className, String methodName, JSignature signature)
class2c/src/main/java/com/ebsee/j2c/Util.java:641
↓ 2 callersMethodgetExceptionTableSize
Returns the size in bytes of the JVMS exception_table corresponding to the Handler list that begins with the given element. <i>This includes the excep
class2c/src/main/java/org/objectweb/asm/Handler.java:175
↓ 2 callersMethodgetFileName
@return the fileName
app/java/java/lang/StackTraceElement.java:39
↓ 2 callersMethodgetID
()
app/java/java/util/TimeZoneImpl.java:203
↓ 2 callersMethodgetID
()
app/java/java/util/TimeZone.java:27
↓ 2 callersMethodgetImplementMethodTable
(String className)
class2c/src/main/java/com/ebsee/j2c/ClassManger.java:153
↓ 2 callersMethodgetInternalName
Returns the internal name of the class corresponding to this object or array type. The internal name of a class is its fully qualified name (as return
class2c/src/main/java/org/objectweb/asm/Type.java:498
↓ 2 callersMethodgetKey
()
app/java/java/util/HashMap.java:375
↓ 2 callersMethodgetLabelIndex
(String lab)
class2c/src/main/java/com/ebsee/j2c/MV.java:1374
↓ 2 callersMethodgetMessage
()
app/java/java/lang/Throwable.java:24
↓ 2 callersMethodgetMessageObject
Get the LuaValue that was provided in the constructor, or a LuaString containing the message if it was a string error argument. @return LuaValue which
option_pack/luaj/core/src/org/luaj/vm2/LuaError.java:73
↓ 2 callersMethodgetMethodDescriptor
Returns the descriptor corresponding to the given argument and return types. @param returnType the return type of the method. @param argumentTypes th
class2c/src/main/java/org/objectweb/asm/Type.java:563
↓ 2 callersMethodgetMethodName
@return the methodName
app/java/java/lang/StackTraceElement.java:32
↓ 2 callersMethodgetObjectType
Returns the {@link Type} corresponding to the given internal name. @param internalName an internal name. @return the {@link Type} corresponding to th
class2c/src/main/java/org/objectweb/asm/Type.java:251
↓ 2 callersMethodgetOpcode
Given a particular byte code value, returns the corresponding Opcode object, or null if no such opcode exists.
class2c/src/main/java/com/ebsee/classparser/Opcode.java:299
↓ 2 callersMethodgetPrintStream
()
option_pack/luaj/luncher/src/org/luaj/vm2/lib/jme/JmeIoLib.java:190
↓ 2 callersMethodgetPriority
()
app/java/java/lang/Thread.java:105
↓ 2 callersMethodgetReturnTypeOffset
Returns the start index of the return type of the given method descriptor. @param methodDescriptor a method descriptor. @return the start index of th
class2c/src/main/java/org/objectweb/asm/Type.java:388
↓ 2 callersMethodgetSignatureAttribute
()
class2c/src/main/java/com/ebsee/classparser/Method.java:146
↓ 2 callersMethodgetSlotSizeOfResult
()
class2c/src/main/java/com/ebsee/j2c/JSignature.java:63
↓ 2 callersMethodgetSort
Returns the sort of this type. @return {@link #VOID}, {@link #BOOLEAN}, {@link #CHAR}, {@link #BYTE}, {@link #SHORT}, {@link #INT}, {@link #FLOAT
class2c/src/main/java/org/objectweb/asm/Type.java:659
↓ 2 callersMethodgetSourceFileAttribute
()
class2c/src/main/java/com/ebsee/classparser/Attribute.java:71
↓ 2 callersMethodgetType
()
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:266
↓ 2 callersMethodgetValue
()
app/java/java/util/HashMap.java:379
↓ 2 callersFunctionget_methodraw_by_index
app/vm/jassist.c:166
↓ 2 callersFunctionget_utf8str_by_utfraw_index
app/vm/jassist.c:142
↓ 2 callersMethodgetmetatable
Get the metatable for this {@link LuaValue} <p> For {@link LuaTable} and {@link LuaUserdata} instances, the metatable returned is this instance metata
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:1382
↓ 2 callersMethodgetmetatable
()
option_pack/luaj/core/src/org/luaj/vm2/LuaUserdata.java:70
↓ 2 callersMethodgetobjname
(Prototype p, int lastpc, int reg)
option_pack/luaj/core/src/org/luaj/vm2/lib/DebugLib.java:778
↓ 2 callersMethodgoiffalse
(expdesc e)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:793
↓ 2 callersMethodgotostat
(int pc)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:1723
↓ 2 callersMethodgt_b
( LuaValue rhs )
option_pack/luaj/core/src/org/luaj/vm2/LuaInteger.java:190
↓ 2 callersMethodgt_b
( LuaValue rhs )
option_pack/luaj/core/src/org/luaj/vm2/LuaDouble.java:224
↓ 2 callersMethodgt_b
Greater than: Perform numeric or string comparison with another value of unknown type, including metatag processing, and returning java boolean. <p> T
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:2831
↓ 2 callersMethodgteq_b
( LuaValue rhs )
option_pack/luaj/core/src/org/luaj/vm2/LuaInteger.java:196
↓ 2 callersMethodgteq_b
( LuaValue rhs )
option_pack/luaj/core/src/org/luaj/vm2/LuaDouble.java:230
↓ 2 callersMethodgteq_b
Greater than or equals: Perform numeric or string comparison with another value of unknown type, including metatag processing, and returning java bool
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:2931
↓ 2 callersMethodhasNext
()
app/java/java/util/ListIterator.java:10
↓ 2 callersMethodhasPrevious
()
app/java/java/util/ListIterator.java:16
↓ 2 callersMethodhashCode
()
app/java/java/lang/Object.java:34
↓ 2 callersMethodhashCode
()
option_pack/luaj/core/src/org/luaj/vm2/LuaInteger.java:125
↓ 2 callersMethodhashget
(LuaValue key)
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:250
↓ 2 callersMethodhashset
Set a hashtable value @param key key to set @param value value to set
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:459
← previousnext →901–1,000 of 3,895, ranked by callers