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
↓ 20 callers
Method
writeMethodReference
(OutputStream out, List<PoolEntry> pool,
class2c/src/main/java/com/ebsee/invoke/LambdaMetafactory.java:344
↓ 19 callers
Method
addGlobalStringDefine
(String src)
class2c/src/main/java/com/ebsee/j2c/AssistLLVM.java:341
↓ 19 callers
Function
arraylist_get_value
app/vm/arraylist.c:250
↓ 19 callers
Method
dumpInt
(int x)
option_pack/luaj/core/src/org/luaj/vm2/compiler/DumpState.java:113
↓ 19 callers
Method
getDescriptor
()
class2c/src/main/java/com/ebsee/classparser/Field.java:57
↓ 19 callers
Method
hash
(final int tag, final int value)
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:1230
↓ 19 callers
Method
indexOf
(int ch)
app/java/java/lang/String.java:78
↓ 19 callers
Method
remove
(Object o)
app/java/java/util/Set.java:22
↓ 19 callers
Method
toString
(int v)
app/java/java/lang/Integer.java:38
↓ 19 callers
Method
valueOf
(double d)
option_pack/luaj/core/src/org/luaj/vm2/LuaDouble.java:77
↓ 18 callers
Function
TDEFL_READ_UNALIGNED_WORD2
app/vm/miniz.c:1349
↓ 18 callers
Method
checktable
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 callers
Method
create
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 callers
Method
createLabel
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 callers
Method
getClass
()
app/java/java/lang/Object.java:26
↓ 18 callers
Method
optjstring
(String defval)
option_pack/luaj/core/src/org/luaj/vm2/LuaNil.java:103
↓ 18 callers
Function
utf8_clear
app/vm/utf8string.c:69
↓ 18 callers
Method
write
(int b)
app/java/java/io/RandomAccessFile.java:130
↓ 17 callers
Method
checkarith
Check for number in arithmetic, or throw aritherror
option_pack/luaj/core/src/org/luaj/vm2/LuaString.java:332
↓ 17 callers
Method
loadInt
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 callers
Method
metatag
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 callers
Method
typerror
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 callers
Function
utf8_equals_c
app/vm/utf8string.c:375
↓ 16 callers
Method
GET_OPCODE
(int i)
option_pack/luaj/core/src/org/luaj/vm2/Lua.java:107
↓ 16 callers
Method
get
( int key )
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:220
↓ 16 callers
Method
getMethodShadow
(Class c, String methodName, Class paraType, Class returnType)
class2c/src/main/java/com/ebsee/invoke/LambdaMetafactory.java:143
↓ 16 callers
Method
isstring
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 callers
Method
scannumber
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 callers
Method
set
(int field, int value)
app/java/java/util/Calendar.java:168
↓ 16 callers
Method
visit
( final int version, final int access, final String name, final String signature,
class2c/src/main/java/org/objectweb/asm/ClassWriter.java:252
↓ 15 callers
Method
addType
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 callers
Method
checkjstring
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 callers
Method
compareerror
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 callers
Method
get
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 callers
Method
init
( int k, int i )
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:774
↓ 15 callers
Method
length
()
option_pack/luaj/core/src/org/luaj/vm2/LuaString.java:520
↓ 15 callers
Function
mz_zip_array_push_back
app/vm/miniz.c:3248
↓ 15 callers
Method
read
()
app/java/java/io/RandomAccessFile.java:73
↓ 15 callers
Method
readUnsignedShort
()
app/java/java/io/DataInputStream.java:96
↓ 15 callers
Method
realloc
(LuaValue[] v, int n)
option_pack/luaj/core/src/org/luaj/vm2/compiler/Constants.java:115
↓ 15 callers
Method
save_and_next
()
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:224
↓ 15 callers
Method
toArray
()
app/java/java/util/Set.java:12
↓ 14 callers
Method
addConstantInteger
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 callers
Method
bitsToValue
( int x )
option_pack/luaj/core/src/org/luaj/vm2/lib/Bit32Lib.java:221
↓ 14 callers
Method
freeexp
(expdesc e)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:471
↓ 14 callers
Function
get_utf8str
app/vm/jassist.c:134
↓ 14 callers
Function
mz_zip_array_resize
app/vm/miniz.c:3232
↓ 14 callers
Method
print
(String s)
app/java/java/io/PrintStream.java:41
↓ 14 callers
Method
strvalue
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 callers
Function
sys_properties_set_c
app/vm/jvm.c:333
↓ 14 callers
Method
testnext
(int c)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:865
↓ 13 callers
Method
addUtf8
(List<PoolEntry> pool, String value)
class2c/src/main/java/com/ebsee/invoke/bytecode/ByteCodeConstantPool.java:46
↓ 13 callers
Method
checknext
(int c)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:878
↓ 13 callers
Method
clear
()
app/java/java/util/Set.java:36
↓ 13 callers
Method
currentTimeMillis
()
app/java/java/lang/System.java:44
↓ 13 callers
Method
execute
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 callers
Method
exp2nextreg
(expdesc e)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:640
↓ 13 callers
Method
forName
(String className)
app/java/java/lang/Class.java:161
↓ 13 callers
Method
getBytes
()
class2c/src/main/java/com/ebsee/classparser/CPEntry.java:85
↓ 13 callers
Method
subargs
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 callers
Method
toString
(long v)
app/java/java/lang/Long.java:23
↓ 13 callers
Function
utf8_append_part
app/vm/utf8string.c:81
↓ 13 callers
Function
utf8_substring
app/vm/utf8string.c:170
↓ 13 callers
Method
write
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 callers
Method
ISK
test whether value is a constant
option_pack/luaj/core/src/org/luaj/vm2/Lua.java:144
↓ 12 callers
Method
arithmt
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 callers
Method
checkForComodification
()
app/java/java/util/AbstractList.java:402
↓ 12 callers
Method
computeAnnotationsSize
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 callers
Method
concat
(IntPtr l1, int l2)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:435
↓ 12 callers
Method
dpow
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 callers
Method
floorDivide
(long numerator, long denominator)
app/java/java/util/CalendarImpl.java:455
↓ 12 callers
Method
get
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 callers
Method
getDescriptor
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 callers
Method
getMessage
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 callers
Function
instance_init
app/vm/jvmsvc.c:301
↓ 12 callers
Method
load
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 callers
Function
mz_crc32
app/vm/miniz.c:69
↓ 12 callers
Method
readByte
()
app/java/java/io/DataInputStream.java:73
↓ 12 callers
Function
utf8_indexof_c
app/vm/utf8string.c:226
↓ 11 callers
Method
add
Link the given new entry to this slot.
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:953
↓ 11 callers
Method
addClassDependence
(String className, String depClassName)
class2c/src/main/java/com/ebsee/j2c/AssistLLVM.java:600
↓ 11 callers
Method
appendTwoDigits
(StringBuffer sb, int number)
app/java/java/util/CalendarImpl.java:296
↓ 11 callers
Method
callstack
()
option_pack/luaj/core/src/org/luaj/vm2/lib/DebugLib.java:463
↓ 11 callers
Method
checkclosure
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 callers
Method
containsKey
(Object key)
app/java/java/util/Map.java:16
↓ 11 callers
Function
currentTimeMillis
app/vm/jassist.c:59
↓ 11 callers
Method
enlarge
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 callers
Method
entrySet
()
app/java/java/util/AbstractMap.java:209
↓ 11 callers
Method
eq_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 callers
Method
execute
( LuaValue[] stack, Varargs varargs )
option_pack/luaj/core/src/org/luaj/vm2/LuaClosure.java:182
↓ 11 callers
Method
exp2RK
(expdesc e)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:673
↓ 11 callers
Method
getEntry
Retrieves a given constant pool entry.
class2c/src/main/java/com/ebsee/classparser/ConstantPool.java:53
↓ 11 callers
Method
getTimeInMillis
()
app/java/java/util/Calendar.java:139
↓ 11 callers
Method
invoke
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 callers
Method
lexerror
( String msg, int token )
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:261
↓ 11 callers
Method
longBitsToDouble
(long bits)
app/java/java/lang/Double.java:52
↓ 11 callers
Method
pushfstring
(String string)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LuaC.java:155
↓ 11 callers
Method
put
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 callers
Method
readByte
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 callers
Method
syntaxerror
( String msg )
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:269
← previous
next →
101–200 of 3,895, ranked by callers