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
↓ 5 callers
Method
accept
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this {@link ClassReader}. @param classVisitor the visitor tha
class2c/src/main/java/org/objectweb/asm/ClassReader.java:399
↓ 5 callers
Method
addAll
(Collection<? extends E> c)
app/java/java/util/Set.java:29
↓ 5 callers
Method
addConstantModule
Adds a CONSTANT_Module_info to the constant pool of this symbol table. Does nothing if the constant pool already contains a similar item. @param modu
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:971
↓ 5 callers
Method
addConstantNameAndType
Adds a CONSTANT_NameAndType_info to the constant pool of this symbol table. Does nothing if the constant pool already contains a similar item. @param
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:727
↓ 5 callers
Function
arraylist_push_back_unsafe
app/vm/arraylist.c:162
↓ 5 callers
Method
bind
Bind a set of library functions. <p> An array of names is provided, and the first name is bound with opcode = 0, second with 1, etc. @param env The en
option_pack/luaj/core/src/org/luaj/vm2/lib/LibFunction.java:155
↓ 5 callers
Method
call
()
option_pack/luaj/core/src/org/luaj/vm2/lib/LibFunction.java:198
↓ 5 callers
Method
callHook
(LuaThread.State s, LuaValue type, LuaValue arg)
option_pack/luaj/core/src/org/luaj/vm2/lib/DebugLib.java:449
↓ 5 callers
Method
callmt
Get the metatag value for the {@link #CALL} metatag, if it exists. @return {@link LuaValue} value if metatag is defined @throws LuaError if {@link #CA
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:1994
↓ 5 callers
Method
check_next
(String set)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:322
↓ 5 callers
Function
construct_string_with_cstr
app/vm/jvmsvc.c:109
↓ 5 callers
Method
containsValue
(Object value)
app/java/java/util/Map.java:19
↓ 5 callers
Method
defaultEntry
(LuaValue key, LuaValue value)
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:769
↓ 5 callers
Method
endsWith
(String suffix)
app/java/java/lang/String.java:239
↓ 5 callers
Method
explist
(expdesc v)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:1313
↓ 5 callers
Method
find
Compare given key with first()'s key; return first() if equal.
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:927
↓ 5 callers
Method
findMethod
(String className, String methodName, String descript)
class2c/src/main/java/com/ebsee/j2c/ClassManger.java:292
↓ 5 callers
Method
fixline
(int line)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:1083
↓ 5 callers
Method
format
(Buffer buf, byte c)
option_pack/luaj/core/src/org/luaj/vm2/lib/StringLib.java:400
↓ 5 callers
Method
freadchars
(File f, String chars, ByteArrayOutputStream baos)
option_pack/luaj/core/src/org/luaj/vm2/lib/IoLib.java:669
↓ 5 callers
Method
getAttributeCount
Returns the number of attributes of the attribute list that begins with this attribute. @return the number of attributes of the attribute list that b
class2c/src/main/java/org/objectweb/asm/Attribute.java:167
↓ 5 callers
Method
getBytes
()
app/java/java/lang/String.java:458
↓ 5 callers
Method
getCTypeOfResult
()
class2c/src/main/java/com/ebsee/j2c/JSignature.java:67
↓ 5 callers
Method
getCallFrame
(int level)
option_pack/luaj/core/src/org/luaj/vm2/lib/DebugLib.java:445
↓ 5 callers
Method
getComponentType
()
app/java/java/lang/Class.java:106
↓ 5 callers
Method
getDeclaringClass
()
class2c/src/main/java/com/ebsee/invoke/MethodHandle.java:36
↓ 5 callers
Method
getDescriptorByClass
(Class c)
class2c/src/main/java/com/ebsee/invoke/bytecode/LambdaUtil.java:87
↓ 5 callers
Method
getNewStack
()
option_pack/luaj/core/src/org/luaj/vm2/LuaClosure.java:132
↓ 5 callers
Method
getSlotSizeofArgs
()
class2c/src/main/java/com/ebsee/j2c/JSignature.java:55
↓ 5 callers
Method
getStackFieldName_by_Jtype
(String jtype)
class2c/src/main/java/com/ebsee/j2c/Util.java:147
↓ 5 callers
Method
getStaticFieldStructType
(String className)
class2c/src/main/java/com/ebsee/j2c/Util.java:427
↓ 5 callers
Method
getStaticFieldStructVarName
(String className)
class2c/src/main/java/com/ebsee/j2c/Util.java:419
↓ 5 callers
Method
getTime
()
app/java/java/util/Calendar.java:104
↓ 5 callers
Method
getcode
(expdesc e)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:77
↓ 5 callers
Method
getjump
(int pc)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:339
↓ 5 callers
Method
hash
(Object k)
app/java/java/util/WeakHashMap.java:102
↓ 5 callers
Method
hashmod
( int hashCode, int mask )
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:498
↓ 5 callers
Method
inclinenumber
()
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:282
↓ 5 callers
Function
ins_of_Class_create_get
app/vm/jvm.c:79
↓ 5 callers
Function
instance_of
app/vm/jassist.c:428
↓ 5 callers
Method
invoke
Subclass responsibility. May not have expected behavior for tail calls. Should not be used if: - function has a possibility of returning a TailcallVar
option_pack/luaj/core/src/org/luaj/vm2/lib/VarArgFunction.java:76
↓ 5 callers
Method
isEmpty
()
app/java/java/util/Set.java:6
↓ 5 callers
Method
isStatic
()
class2c/src/main/java/com/ebsee/classparser/Method.java:125
↓ 5 callers
Method
isdigit
(int c)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:190
↓ 5 callers
Method
isfunction
Check if {@code this} is a {@code function} @return true if this is a {@code function}, otherwise false @see #isclosure() @see #checkfunction() @see #
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:314
↓ 5 callers
Method
isinttype
Check if {@code this} is a {@link LuaInteger} <p> No attempt to convert from string will be made by this call. @return true if this is a {@code LuaInt
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:342
↓ 5 callers
Method
isthread
Tests if argument i is a thread. @param i the index of the argument to test, 1 is the first argument @return true if the argument exists and is a lua
option_pack/luaj/core/src/org/luaj/vm2/Varargs.java:153
↓ 5 callers
Method
isxdigit
(int c)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:194
↓ 5 callers
Function
jstring_2_utf8
app/vm/native_std.c:30
↓ 5 callers
Function
jthreadlock_create
app/vm/jvm.c:548
↓ 5 callers
Method
keyeq
Compare given key with first()'s key; return true if equal. May return true for keys no longer present in the table.
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:933
↓ 5 callers
Method
load
Convert the prototype into a LuaFunction with the supplied environment.
option_pack/luaj/core/src/org/luaj/vm2/Globals.java:144
↓ 5 callers
Method
maskNull
(Object key)
app/java/java/util/WeakHashMap.java:87
↓ 5 callers
Function
mz_write_le32
app/vm/miniz.c:5454
↓ 5 callers
Function
mz_write_le64
app/vm/miniz.c:5461
↓ 5 callers
Function
mz_zip_reader_init_file
app/vm/miniz.c:3848
↓ 5 callers
Function
mz_zip_writer_end
app/vm/miniz.c:7190
↓ 5 callers
Function
new_instance_with_class
app/vm/jvmsvc.c:75
↓ 5 callers
Function
new_instance_with_classraw
app/vm/jvmsvc.c:40
↓ 5 callers
Method
notimplemented
()
option_pack/luaj/luncher/src/org/luaj/vm2/lib/jme/JmeIoLib.java:49
↓ 5 callers
Method
output
()
option_pack/luaj/core/src/org/luaj/vm2/lib/IoLib.java:484
↓ 5 callers
Method
parseLong
(String s, int radix)
app/java/java/lang/Long.java:81
↓ 5 callers
Method
putAnnotations
Puts a Runtime[In]Visible[Type]Annotations attribute containing this annotations and all its <i>predecessors</i> (see {@link #previousAnnotation} in t
class2c/src/main/java/org/objectweb/asm/AnnotationWriter.java:405
↓ 5 callers
Method
rawlen
()
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:365
↓ 5 callers
Method
read
()
option_pack/luaj/luncher/src/org/luaj/vm2/lib/jme/JmeIoLib.java:156
↓ 5 callers
Method
readFully
(byte b[])
app/java/java/io/DataInputStream.java:33
↓ 5 callers
Method
readVerificationTypeInfo
Reads a JVMS 'verification_type_info' structure and stores it at the given index in the given array. @param verificationTypeInfoOffset the start offs
class2c/src/main/java/org/objectweb/asm/ClassReader.java:3140
↓ 5 callers
Method
save
(int c)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:229
↓ 5 callers
Method
setTime
(Date date)
app/java/java/util/Calendar.java:116
↓ 5 callers
Method
sleep
(long millis)
app/java/java/lang/Thread.java:47
↓ 5 callers
Method
statlist
()
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:2123
↓ 5 callers
Method
strengthen
Unwrap a LuaValue from a WeakReference and/or WeakUserdata. @param ref reference to convert @return LuaValue or null @see #weaken(LuaValue)
option_pack/luaj/core/src/org/luaj/vm2/WeakTable.java:326
↓ 5 callers
Method
strongvalue
()
option_pack/luaj/core/src/org/luaj/vm2/WeakTable.java:199
↓ 5 callers
Function
tdefl_optimize_huffman_table
app/vm/miniz.c:824
↓ 5 callers
Method
toHexString
(long v)
app/java/java/lang/Long.java:59
↓ 5 callers
Method
toLowerCase
(char ch)
app/java/java/lang/Character.java:25
↓ 5 callers
Method
todouble
Convert to double if numeric, or 0 if not. @return Value cast to double if number or string convertible to number, otherwise 0 @see #toint() @see #tob
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:474
↓ 5 callers
Function
tss_get
app/vm/tinycthread.c:510
↓ 5 callers
Function
utf8_create_copy
app/vm/utf8string.c:47
↓ 5 callers
Function
utf8_replace_c
app/vm/utf8string.c:345
↓ 5 callers
Method
visitLabel
(final Label label)
class2c/src/main/java/org/objectweb/asm/MethodWriter.java:1198
↓ 5 callers
Method
write
(int b)
app/java/java/io/ByteArrayOutputStream.java:40
↓ 4 callers
Method
GETARG_C
(int i)
option_pack/luaj/core/src/org/luaj/vm2/Lua.java:123
↓ 4 callers
Method
LUA_QL
(Object o)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:69
↓ 4 callers
Method
LUA_QS
(String s)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:68
↓ 4 callers
Function
_arraylist_insert_impl
app/vm/arraylist.c:105
↓ 4 callers
Method
abs
(int a)
app/java/java/lang/Math.java:42
↓ 4 callers
Method
addAttributes
(final Attribute attributeList)
class2c/src/main/java/org/objectweb/asm/Attribute.java:358
↓ 4 callers
Method
addConstantMethodHandle
Adds a CONSTANT_MethodHandle_info to the constant pool of this symbol table. Does nothing if the constant pool already contains a similar item. @para
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:802
↓ 4 callers
Method
addConstantPackage
Adds a CONSTANT_Package_info to the constant pool of this symbol table. Does nothing if the constant pool already contains a similar item. @param pac
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:982
↓ 4 callers
Method
addk
(LuaValue v)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:475
↓ 4 callers
Method
arr2str
(double[] arr)
option_pack/test/src/main/java/test/BpDeepTest.java:7
↓ 4 callers
Method
arrayget
Returns the value at the given index in the array, or null if it is a weak reference that has been dropped.
option_pack/luaj/core/src/org/luaj/vm2/Metatable.java:50
↓ 4 callers
Method
block
()
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:1624
↓ 4 callers
Method
block_follow
(boolean withuntil)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:1613
↓ 4 callers
Method
checkdouble
()
option_pack/luaj/core/src/org/luaj/vm2/LuaString.java:348
↓ 4 callers
Method
checklimit
(int v, int l, String msg)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:107
↓ 4 callers
Method
code
(int instruction, int line)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:1088
↓ 4 callers
Method
codeABx
(int o, int a, int bc)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:1112
↓ 4 callers
Method
codeAsBx
(int o, int A, int sBx)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:81
← previous
next →
401–500 of 3,895, ranked by callers