MCPcopy Create free account

hub / github.com/digitalgust/tinyj2c / functions

Functions3,895 in github.com/digitalgust/tinyj2c

↓ 20 callersMethodwriteMethodReference
(OutputStream out, List<PoolEntry> pool,
class2c/src/main/java/com/ebsee/invoke/LambdaMetafactory.java:344
↓ 19 callersMethodaddGlobalStringDefine
(String src)
class2c/src/main/java/com/ebsee/j2c/AssistLLVM.java:341
↓ 19 callersFunctionarraylist_get_value
app/vm/arraylist.c:250
↓ 19 callersMethoddumpInt
(int x)
option_pack/luaj/core/src/org/luaj/vm2/compiler/DumpState.java:113
↓ 19 callersMethodgetDescriptor
()
class2c/src/main/java/com/ebsee/classparser/Field.java:57
↓ 19 callersMethodhash
(final int tag, final int value)
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:1230
↓ 19 callersMethodindexOf
(int ch)
app/java/java/lang/String.java:78
↓ 19 callersMethodremove
(Object o)
app/java/java/util/Set.java:22
↓ 19 callersMethodtoString
(int v)
app/java/java/lang/Integer.java:38
↓ 19 callersMethodvalueOf
(double d)
option_pack/luaj/core/src/org/luaj/vm2/LuaDouble.java:77
↓ 18 callersFunctionTDEFL_READ_UNALIGNED_WORD2
app/vm/miniz.c:1349
↓ 18 callersMethodchecktable
Return argument i as a LuaTable if a lua table, or throw an error if any other type. @param i the index of the argument to test, 1 is the first argume
option_pack/luaj/core/src/org/luaj/vm2/Varargs.java:350
↓ 18 callersMethodcreate
Creates a new {@link AnnotationWriter} using named values. @param symbolTable where the constants used in this AnnotationWriter must be stored. @para
class2c/src/main/java/org/objectweb/asm/AnnotationWriter.java:137
↓ 18 callersMethodcreateLabel
Creates a label without the {@link Label#FLAG_DEBUG_ONLY} flag set, for the given bytecode offset. The label is created with a call to {@link #readLab
class2c/src/main/java/org/objectweb/asm/ClassReader.java:2462
↓ 18 callersMethodgetClass
()
app/java/java/lang/Object.java:26
↓ 18 callersMethodoptjstring
(String defval)
option_pack/luaj/core/src/org/luaj/vm2/LuaNil.java:103
↓ 18 callersFunctionutf8_clear
app/vm/utf8string.c:69
↓ 18 callersMethodwrite
(int b)
app/java/java/io/RandomAccessFile.java:130
↓ 17 callersMethodcheckarith
Check for number in arithmetic, or throw aritherror
option_pack/luaj/core/src/org/luaj/vm2/LuaString.java:332
↓ 17 callersMethodloadInt
Load a 4-byte int value from the input stream @return the int value laoded.
option_pack/luaj/core/src/org/luaj/vm2/LoadState.java:172
↓ 17 callersMethodmetatag
Get particular metatag, or return {@link LuaValue#NIL} if it doesn't exist @param tag Metatag name to look up, typically a string such as {@link LuaVa
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:3345
↓ 17 callersMethodtyperror
Throw a {@link LuaError} indicating an invalid type was supplied to a function @param expected String naming the type that was expected @throws LuaErr
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:1071
↓ 17 callersFunctionutf8_equals_c
app/vm/utf8string.c:375
↓ 16 callersMethodGET_OPCODE
(int i)
option_pack/luaj/core/src/org/luaj/vm2/Lua.java:107
↓ 16 callersMethodget
( int key )
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:220
↓ 16 callersMethodgetMethodShadow
(Class c, String methodName, Class paraType, Class returnType)
class2c/src/main/java/com/ebsee/invoke/LambdaMetafactory.java:143
↓ 16 callersMethodisstring
Tests if argument i is a string. Since all lua numbers can be used where strings are used, this will return true for both strings and numbers. @param
option_pack/luaj/core/src/org/luaj/vm2/Varargs.java:139
↓ 16 callersMethodscannumber
Convert to a number in base 10, or base 16 if the string starts with '0x', or return Double.NaN if it cannot be converted to a number. @return double
option_pack/luaj/core/src/org/luaj/vm2/LuaString.java:758
↓ 16 callersMethodset
(int field, int value)
app/java/java/util/Calendar.java:168
↓ 16 callersMethodvisit
( final int version, final int access, final String name, final String signature,
class2c/src/main/java/org/objectweb/asm/ClassWriter.java:252
↓ 15 callersMethodaddType
Adds a type in the type table of this symbol table. Does nothing if the type table already contains a similar type. @param value an internal class na
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:1137
↓ 15 callersMethodcheckjstring
Return argument i as a java String if a string or number, or throw an error if any other type @param i the index of the argument to test, 1 is the fir
option_pack/luaj/core/src/org/luaj/vm2/Varargs.java:336
↓ 15 callersMethodcompareerror
Throw a {@link LuaError} based on a comparison error such as greater-than or less-than, typically due to an invalid operand type @param rhs String des
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:1114
↓ 15 callersMethodget
Get a value in a table including metatag processing using {@link #INDEX}. @param key the key to look up, must not be {@link #NIL} or null @return {@li
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:1134
↓ 15 callersMethodinit
( int k, int i )
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:774
↓ 15 callersMethodlength
()
option_pack/luaj/core/src/org/luaj/vm2/LuaString.java:520
↓ 15 callersFunctionmz_zip_array_push_back
app/vm/miniz.c:3248
↓ 15 callersMethodread
()
app/java/java/io/RandomAccessFile.java:73
↓ 15 callersMethodreadUnsignedShort
()
app/java/java/io/DataInputStream.java:96
↓ 15 callersMethodrealloc
(LuaValue[] v, int n)
option_pack/luaj/core/src/org/luaj/vm2/compiler/Constants.java:115
↓ 15 callersMethodsave_and_next
()
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:224
↓ 15 callersMethodtoArray
()
app/java/java/util/Set.java:12
↓ 14 callersMethodaddConstantInteger
Adds a CONSTANT_Integer_info to the constant pool of this symbol table. Does nothing if the constant pool already contains a similar item. @param val
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:614
↓ 14 callersMethodbitsToValue
( int x )
option_pack/luaj/core/src/org/luaj/vm2/lib/Bit32Lib.java:221
↓ 14 callersMethodfreeexp
(expdesc e)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:471
↓ 14 callersFunctionget_utf8str
app/vm/jassist.c:134
↓ 14 callersFunctionmz_zip_array_resize
app/vm/miniz.c:3232
↓ 14 callersMethodprint
(String s)
app/java/java/io/PrintStream.java:41
↓ 14 callersMethodstrvalue
Convert this value to a string if it is a {@link LuaString} or {@link LuaNumber}, or throw a {@link LuaError} if it is not @return {@link LuaString} c
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:3144
↓ 14 callersFunctionsys_properties_set_c
app/vm/jvm.c:333
↓ 14 callersMethodtestnext
(int c)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:865
↓ 13 callersMethodaddUtf8
(List<PoolEntry> pool, String value)
class2c/src/main/java/com/ebsee/invoke/bytecode/ByteCodeConstantPool.java:46
↓ 13 callersMethodchecknext
(int c)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:878
↓ 13 callersMethodclear
()
app/java/java/util/Set.java:36
↓ 13 callersMethodcurrentTimeMillis
()
app/java/java/lang/System.java:44
↓ 13 callersMethodexecute
Simulates the action of the given instruction on the output stack frame. @param opcode the opcode of the instruction. @param arg the numeric operand
class2c/src/main/java/org/objectweb/asm/Frame.java:680
↓ 13 callersMethodexp2nextreg
(expdesc e)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:640
↓ 13 callersMethodforName
(String className)
app/java/java/lang/Class.java:161
↓ 13 callersMethodgetBytes
()
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:85
↓ 13 callersMethodsubargs
Create a {@code Varargs} instance containing arguments starting at index {@code start} @param start the index from which to include arguments, where 1
option_pack/luaj/core/src/org/luaj/vm2/Varargs.java:505
↓ 13 callersMethodtoString
(long v)
app/java/java/lang/Long.java:23
↓ 13 callersFunctionutf8_append_part
app/vm/utf8string.c:81
↓ 13 callersFunctionutf8_substring
app/vm/utf8string.c:170
↓ 13 callersMethodwrite
Returns the byte array form of the content of this attribute. The 6 header bytes (attribute_name_index and attribute_length) must <i>not</i> be added
class2c/src/main/java/org/objectweb/asm/Attribute.java:153
↓ 12 callersMethodISK
test whether value is a constant
option_pack/luaj/core/src/org/luaj/vm2/Lua.java:144
↓ 12 callersMethodarithmt
Perform metatag processing for arithmetic operations. <p> Finds the supplied metatag value for {@code this} or {@code op2} and invokes it, or throws {
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:2529
↓ 12 callersMethodcheckForComodification
()
app/java/java/util/AbstractList.java:402
↓ 12 callersMethodcomputeAnnotationsSize
Returns the size of a Runtime[In]Visible[Type]Annotations attribute containing this annotation and all its <i>predecessors</i> (see {@link #previousAn
class2c/src/main/java/org/objectweb/asm/AnnotationWriter.java:332
↓ 12 callersMethodconcat
(IntPtr l1, int l2)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:435
↓ 12 callersMethoddpow
compute power using installed math library, or default if there is no math library installed
option_pack/luaj/core/src/org/luaj/vm2/lib/MathLib.java:265
↓ 12 callersMethodfloorDivide
(long numerator, long denominator)
app/java/java/util/CalendarImpl.java:455
↓ 12 callersMethodget
Returns the list of entries which can potentially have the given hash code. @param hashCode a {@link Entry#hashCode} value. @return the list of entri
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:393
↓ 12 callersMethodgetDescriptor
Returns the descriptor corresponding to this type. @return the descriptor corresponding to this type.
class2c/src/main/java/org/objectweb/asm/Type.java:518
↓ 12 callersMethodgetMessage
Get the string message if it was supplied, or a string representation of the message object if that was supplied.
option_pack/luaj/core/src/org/luaj/vm2/LuaError.java:57
↓ 12 callersFunctioninstance_init
app/vm/jvmsvc.c:301
↓ 12 callersMethodload
Convenience function to load a string value as a script. Must be lua source. @param script Contents of a lua script, such as "print 'hello, world.'"
option_pack/luaj/core/src/org/luaj/vm2/Globals.java:195
↓ 12 callersFunctionmz_crc32
app/vm/miniz.c:69
↓ 12 callersMethodreadByte
()
app/java/java/io/DataInputStream.java:73
↓ 12 callersFunctionutf8_indexof_c
app/vm/utf8string.c:226
↓ 11 callersMethodadd
Link the given new entry to this slot.
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:953
↓ 11 callersMethodaddClassDependence
(String className, String depClassName)
class2c/src/main/java/com/ebsee/j2c/AssistLLVM.java:600
↓ 11 callersMethodappendTwoDigits
(StringBuffer sb, int number)
app/java/java/util/CalendarImpl.java:296
↓ 11 callersMethodcallstack
()
option_pack/luaj/core/src/org/luaj/vm2/lib/DebugLib.java:463
↓ 11 callersMethodcheckclosure
Return argument i as a closure, or throw an error if any other type. @param i the index of the argument to test, 1 is the first argument @return LuaCl
option_pack/luaj/core/src/org/luaj/vm2/Varargs.java:287
↓ 11 callersMethodcontainsKey
(Object key)
app/java/java/util/Map.java:16
↓ 11 callersFunctioncurrentTimeMillis
app/vm/jassist.c:59
↓ 11 callersMethodenlarge
Enlarges this byte vector so that it can receive 'size' more bytes. @param size number of additional bytes that this byte vector should be able to re
class2c/src/main/java/org/objectweb/asm/ByteVector.java:354
↓ 11 callersMethodentrySet
()
app/java/java/util/AbstractMap.java:209
↓ 11 callersMethodeq_b
Equals: Perform equality comparison with another value including metatag processing using {@link #EQ}, and return java boolean @param val The value to
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:2061
↓ 11 callersMethodexecute
( LuaValue[] stack, Varargs varargs )
option_pack/luaj/core/src/org/luaj/vm2/LuaClosure.java:182
↓ 11 callersMethodexp2RK
(expdesc e)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:673
↓ 11 callersMethodgetEntry
Retrieves a given constant pool entry.
class2c/src/main/java/com/ebsee/classparser/ConstantPool.java:53
↓ 11 callersMethodgetTimeInMillis
()
app/java/java/util/Calendar.java:139
↓ 11 callersMethodinvoke
Call {@code this} with 0 arguments, including metatag processing, and retain all return values in a {@link Varargs}. <p> If {@code this} is a {@link L
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:1691
↓ 11 callersMethodlexerror
( String msg, int token )
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:261
↓ 11 callersMethodlongBitsToDouble
(long bits)
app/java/java/lang/Double.java:52
↓ 11 callersMethodpushfstring
(String string)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LuaC.java:155
↓ 11 callersMethodput
Puts the given entry in the {@link #entries} hash set. This method does <i>not</i> check whether {@link #entries} already contains a similar entry or
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:406
↓ 11 callersMethodreadByte
Reads a byte value in this {@link ClassReader}. <i>This method is intended for {@link Attribute} sub classes, and is normally not needed by class gene
class2c/src/main/java/org/objectweb/asm/ClassReader.java:3352
↓ 11 callersMethodsyntaxerror
( String msg )
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:269
← previousnext →101–200 of 3,895, ranked by callers