Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/digitalgust/tinyj2c
/ functions
Functions
3,895 in github.com/digitalgust/tinyj2c
⨍
Functions
3,895
◇
Types & classes
522
↓ 415 callers
Method
add
(int index, String str)
class2c/src/main/java/com/ebsee/j2c/MV.java:92
↓ 319 callers
Method
append
Append a single byte to the buffer. @return {@code this} to allow call chaining
option_pack/luaj/core/src/org/luaj/vm2/Buffer.java:135
↓ 255 callers
Function
mz_zip_set_error
app/vm/miniz.c:3323
↓ 199 callers
Method
equals
(Object o)
app/java/java/util/Set.java:41
↓ 181 callers
Method
valueOf
Convert java boolean to a {@link LuaValue}. @param b boolean value to convert @return {@link #TRUE} if not or {@link #FALSE} if false
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:3157
↓ 180 callers
Method
printerr
(String s)
option_pack/test/src/main/java/test/SpecTest.java:41
↓ 172 callers
Method
readUnsignedShort
Reads an unsigned short value in this {@link ClassReader}. <i>This method is intended for {@link Attribute} sub classes, and is normally not needed by
class2c/src/main/java/org/objectweb/asm/ClassReader.java:3363
↓ 165 callers
Method
putShort
Puts a short into this byte vector. The byte vector is automatically enlarged if necessary. @param shortValue a short. @return this byte vector.
class2c/src/main/java/org/objectweb/asm/ByteVector.java:109
↓ 135 callers
Method
println
()
app/java/java/io/PrintStream.java:37
↓ 126 callers
Method
get
(Object key)
app/java/java/util/Map.java:22
↓ 111 callers
Method
append
(String s)
app/java/java/lang/StringBuilder.java:32
↓ 98 callers
Method
set
( int key, LuaValue value )
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:262
↓ 94 callers
Method
addConstantUtf8
Adds a CONSTANT_Utf8_info to the constant pool of this symbol table. Does nothing if the constant pool already contains a similar item. @param value
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:763
↓ 94 callers
Method
append
(final char c)
app/java/java/io/Writer.java:78
↓ 92 callers
Method
arg
Get the n-th argument value (1-based). @param i the index of the argument to get, 1 is the first argument @return Value at position i, or LuaValue.NIL
option_pack/luaj/core/src/org/luaj/vm2/Varargs.java:57
↓ 83 callers
Method
push
Pushes the given abstract type on the output frame stack. @param abstractType an abstract type.
class2c/src/main/java/org/objectweb/asm/Frame.java:522
↓ 76 callers
Method
print
Pretty-prints contents of a Prototype. @param prototype Prototype to print.
option_pack/luaj/core/src/org/luaj/vm2/Print.java:376
↓ 76 callers
Method
substring
(int beginIndex)
app/java/java/lang/String.java:373
↓ 74 callers
Method
arraycopy
(Object src, int srcPos, Object dest, int destPos, int arr_length)
app/java/java/lang/System.java:42
↓ 72 callers
Method
argerror
Throw a {@link LuaError} indicating an invalid argument was supplied to a function @param expected String naming the type that was expected @throws Lu
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:1056
↓ 70 callers
Method
varargsOf
Construct a {@link Varargs} around an array of {@link LuaValue}s. @param v The array of {@link LuaValue}s @return {@link Varargs} wrapping the suppli
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:3401
↓ 69 callers
Method
set
Set the value of this Slot's first Entry, if possible, or return a new Slot whose first entry has the given value.
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:948
↓ 68 callers
Method
length
()
app/java/java/lang/CharSequence.java:16
↓ 68 callers
Method
readUTF8
(final int offset, final char[] charBuffer)
class2c/src/main/java/org/objectweb/asm/ClassReader.java:3420
↓ 68 callers
Method
toString
()
app/java/java/lang/CharSequence.java:20
↓ 59 callers
Method
charAt
(int index)
app/java/java/lang/CharSequence.java:14
↓ 52 callers
Method
error
Throw a {@link LuaError} with a particular message @param message String providing message details @throws LuaError in all cases
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:1039
↓ 52 callers
Method
size
()
app/java/java/util/Set.java:4
↓ 51 callers
Method
arg1
Get the first argument in the list. @return LuaValue which is first in the list, or LuaValue.NIL if there are no values. @see Varargs#arg(int) @see Lu
option_pack/luaj/core/src/org/luaj/vm2/Varargs.java:71
↓ 51 callers
Method
hashCode
()
app/java/java/util/Set.java:43
↓ 51 callers
Method
write2
(OutputStream out, int v)
class2c/src/main/java/com/ebsee/invoke/bytecode/ByteCodeStream.java:27
↓ 50 callers
Method
add
(E o)
app/java/java/util/Set.java:19
↓ 50 callers
Method
readInt
Reads a signed int value in this {@link ClassReader}. <i>This method is intended for {@link Attribute} sub classes, and is normally not needed by clas
class2c/src/main/java/org/objectweb/asm/ClassReader.java:3387
↓ 49 callers
Method
pop
Pops an abstract type from the output frame stack and returns its value. @return the abstract type that has been popped from the output frame stack.
class2c/src/main/java/org/objectweb/asm/Frame.java:566
↓ 48 callers
Method
luaByte
(int index)
option_pack/luaj/core/src/org/luaj/vm2/LuaString.java:528
↓ 46 callers
Method
append
(String s)
app/java/java/lang/StringBuffer.java:17
↓ 46 callers
Method
checkint
Return argument i as a java int value, or throw an error if it cannot be converted to one. @param i the index of the argument to test, 1 is the first
option_pack/luaj/core/src/org/luaj/vm2/Varargs.java:308
↓ 46 callers
Method
indexOf
(Object o)
app/java/java/util/List.java:62
↓ 44 callers
Method
putByte
Puts a byte into this byte vector. The byte vector is automatically enlarged if necessary. @param byteValue a byte. @return this byte vector.
class2c/src/main/java/org/objectweb/asm/ByteVector.java:74
↓ 41 callers
Method
_assert
(boolean b)
option_pack/luaj/core/src/org/luaj/vm2/compiler/Constants.java:62
↓ 41 callers
Method
next
()
app/java/java/util/Iterator.java:7
↓ 39 callers
Method
comment
(String str)
class2c/src/main/java/com/ebsee/j2c/MV.java:104
↓ 39 callers
Method
put12
Puts a byte and a short into this byte vector. The byte vector is automatically enlarged if necessary. @param byteValue a byte. @param shortValue a s
class2c/src/main/java/org/objectweb/asm/ByteVector.java:129
↓ 39 callers
Method
putInt
Puts an int into this byte vector. The byte vector is automatically enlarged if necessary. @param intValue an int. @return this byte vector.
class2c/src/main/java/org/objectweb/asm/ByteVector.java:171
↓ 38 callers
Method
hasNext
()
app/java/java/util/Iterator.java:5
↓ 37 callers
Method
write1
(OutputStream out, int v)
class2c/src/main/java/com/ebsee/invoke/bytecode/ByteCodeStream.java:19
↓ 35 callers
Method
valueOf
Get a {@link LuaString} instance whose bytes match the supplied Java String using the UTF8 encoding. @param string Java String containing characters t
option_pack/luaj/core/src/org/luaj/vm2/LuaString.java:113
↓ 34 callers
Method
narg
Get the number of arguments, or 0 if there are none. @return number of arguments.
option_pack/luaj/core/src/org/luaj/vm2/Varargs.java:63
↓ 34 callers
Method
replace
(String src, String dst)
app/java/java/lang/String.java:397
↓ 34 callers
Function
utf8_destory
app/vm/utf8string.c:33
↓ 33 callers
Method
charAt
(int index)
app/java/java/lang/String.java:115
↓ 33 callers
Method
getClassFile
(String className)
class2c/src/main/java/com/ebsee/j2c/ClassManger.java:26
↓ 33 callers
Method
isnil
()
option_pack/luaj/core/src/org/luaj/vm2/LuaNil.java:72
↓ 32 callers
Function
utf8_create
app/vm/utf8string.c:6
↓ 32 callers
Function
utf8_cstr
app/vm/utf8string.c:176
↓ 31 callers
Method
startsWith
(String prefix, int toffset)
app/java/java/lang/String.java:217
↓ 30 callers
Function
utf8_pushback
app/vm/utf8string.c:462
↓ 29 callers
Method
isnil
Check if {@code this} is {@code #NIL} @return true if this is {@code #NIL}, otherwise false @see #NIL @see #NONE @see #checknotnil() @see #optvalue(Lu
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:368
↓ 29 callers
Method
printStackTrace
()
app/java/java/lang/Throwable.java:91
↓ 27 callers
Function
jvm_free
app/vm/jvmtype.h:95
↓ 27 callers
Method
nextChar
()
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:211
↓ 27 callers
Method
putByteArray
Puts an array of bytes into this byte vector. The byte vector is automatically enlarged if necessary. @param byteArrayValue an array of bytes. May be
class2c/src/main/java/org/objectweb/asm/ByteVector.java:337
↓ 27 callers
Method
substring
Take a substring using Java zero-based indexes for begin and end or range. @param beginIndex The zero-based index of the first character to include.
option_pack/luaj/core/src/org/luaj/vm2/LuaString.java:435
↓ 27 callers
Method
valueOf
(int i)
option_pack/luaj/core/src/org/luaj/vm2/LuaInteger.java:51
↓ 26 callers
Method
getKey
()
app/java/java/util/Map.java:49
↓ 26 callers
Method
next
()
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:725
↓ 26 callers
Method
toString
()
app/java/java/lang/StringBuilder.java:73
↓ 26 callers
Method
valueOf
(Object obj)
app/java/java/lang/String.java:586
↓ 25 callers
Method
checkstring
Return argument i as a LuaString 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 first
option_pack/luaj/core/src/org/luaj/vm2/Varargs.java:343
↓ 25 callers
Method
contains
(Object o)
app/java/java/util/Set.java:8
↓ 25 callers
Method
get
(int field)
app/java/java/util/Calendar.java:156
↓ 25 callers
Function
jvm_printf
app/vm/jassist.c:38
↓ 25 callers
Method
length
()
app/java/java/lang/String.java:70
↓ 24 callers
Method
getOffsetInMethod
()
class2c/src/main/java/org/objectweb/asm/Label.java:314
↓ 24 callers
Method
getThisClassName
()
class2c/src/main/java/com/ebsee/classparser/ClassFile.java:169
↓ 24 callers
Method
min
(int a, int b)
app/java/java/lang/Math.java:91
↓ 24 callers
Method
put
(K key, V value)
app/java/java/util/Map.java:25
↓ 24 callers
Method
readClass
Reads a CONSTANT_Class constant pool entry in this {@link ClassReader}. <i>This method is intended for {@link Attribute} sub classes, and is normally
class2c/src/main/java/org/objectweb/asm/ClassReader.java:3509
↓ 24 callers
Method
readElementValues
Reads the element values of a JVMS 'annotation' structure and makes the given visitor visit them. This method can also be used to read the values of t
class2c/src/main/java/org/objectweb/asm/ClassReader.java:2747
↓ 24 callers
Function
spin_lock
app/vm/spinlock.h:64
↓ 24 callers
Function
spin_unlock
app/vm/spinlock.h:75
↓ 24 callers
Function
utf8_append_c
app/vm/utf8string.c:88
↓ 23 callers
Method
add
(E o)
app/java/java/util/ArrayList.java:128
↓ 23 callers
Method
addConstantClass
Adds a CONSTANT_Class_info to the constant pool of this symbol table. Does nothing if the constant pool already contains a similar item. @param value
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:512
↓ 23 callers
Method
getMethodName
======================================================================= Getters and Setters ==========================================================
class2c/src/main/java/com/ebsee/classparser/Method.java:89
↓ 23 callers
Method
getValue
()
app/java/java/util/Map.java:52
↓ 23 callers
Method
typename
Get the String name of the type of this value. <p> @return name from type name list {@link #TYPE_NAMES} corresponding to the type of this value: "nil
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:285
↓ 23 callers
Method
write
( LuaString string )
option_pack/luaj/core/src/org/luaj/vm2/lib/IoLib.java:81
↓ 22 callers
Method
call
Call {@code this} with 0 arguments, including metatag processing, and return only the first return value. <p> If {@code this} is a {@link LuaFunction}
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:1422
↓ 22 callers
Method
getClassIndex
(String className)
class2c/src/main/java/com/ebsee/j2c/AssistLLVM.java:579
↓ 22 callers
Method
isNaN
(double v)
app/java/java/lang/Double.java:42
↓ 22 callers
Method
write
(int b)
app/java/java/io/DataOutputStream.java:18
↓ 21 callers
Method
codeABC
(int o, int a, int b, int c)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:1104
↓ 21 callers
Method
format
(String src, double x)
option_pack/luaj/core/src/org/luaj/vm2/lib/StringLib.java:490
↓ 21 callers
Function
jvm_calloc
app/vm/jvmtype.h:87
↓ 21 callers
Method
max
(int a, int b)
app/java/java/lang/Math.java:58
↓ 20 callers
Method
iterator
()
app/java/java/util/Set.java:10
↓ 20 callers
Function
mz_zip_array_clear
app/vm/miniz.c:3196
↓ 20 callers
Method
optint
(int defval)
option_pack/luaj/core/src/org/luaj/vm2/LuaNil.java:97
↓ 20 callers
Method
read
Reads a {@link #type} attribute. This method must return a <i>new</i> {@link Attribute} object, of type {@link #type}, corresponding to the 'length' b
class2c/src/main/java/org/objectweb/asm/Attribute.java:121
next →
1–100 of 3,895, ranked by callers