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
↓ 4 callers
Function
threadSleep
app/vm/jassist.c:78
↓ 4 callers
Method
toCStyleStr
(String s)
app/java/java/lang/VM.java:8
↓ 4 callers
Method
token2str
( int token )
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:236
↓ 4 callers
Method
tolong
Return argument i as a java long value, discarding any fractional part and truncating, or 0 if not a number. @param i the index of the argument to con
option_pack/luaj/core/src/org/luaj/vm2/Varargs.java:452
↓ 4 callers
Method
tonumber
Conditionally convert to lua number without throwing errors. <p> In lua all numbers are strings, but not all strings are numbers. This function will r
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:584
↓ 4 callers
Function
tss_set
app/vm/tinycthread.c:518
↓ 4 callers
Method
type
()
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:147
↓ 4 callers
Function
utf8_split_get_part
app/vm/utf8string.c:285
↓ 4 callers
Method
visitFrame
( final int type, final int numLocal, final Object[] local, final int numStack,
class2c/src/main/java/org/objectweb/asm/MethodWriter.java:730
↓ 4 callers
Method
visitVarInsn
(final int opcode, final int var)
class2c/src/main/java/org/objectweb/asm/MethodWriter.java:906
↓ 4 callers
Method
write
(int b)
app/java/java/io/PrintStream.java:19
↓ 3 callers
Method
GETARG_sBx
(int i)
option_pack/luaj/core/src/org/luaj/vm2/Lua.java:131
↓ 3 callers
Method
RangeCheck
(int index)
app/java/java/util/ArrayList.java:237
↓ 3 callers
Method
SETARG_C
(InstructionPtr i,int u)
option_pack/luaj/core/src/org/luaj/vm2/compiler/Constants.java:83
↓ 3 callers
Function
_hashtable_free_entry
app/vm/hashtable.c:53
↓ 3 callers
Function
_jclass_create_inner
app/vm/jvm.c:96
↓ 3 callers
Function
_utf8_hashCode
app/vm/utf8string.c:393
↓ 3 callers
Function
_utf8_space_require
app/vm/utf8string.c:403
↓ 3 callers
Method
addConstantDynamicOrInvokeDynamicReference
Adds a CONSTANT_Dynamic or a CONSTANT_InvokeDynamic_info to the constant pool of this symbol table. Does nothing if the constant pool already contains
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:922
↓ 3 callers
Method
addConstantFieldref
Adds a CONSTANT_Fieldref_info to the constant pool of this symbol table. Does nothing if the constant pool already contains a similar item. @param ow
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:525
↓ 3 callers
Method
addConstantIntegerOrFloat
Adds a CONSTANT_Integer_info or CONSTANT_Float_info to the constant pool of this symbol table. Does nothing if the constant pool already contains a si
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:637
↓ 3 callers
Method
addConstantLongOrDouble
Adds a CONSTANT_Long_info or CONSTANT_Double_info to the constant pool of this symbol table. Does nothing if the constant pool already contains a simi
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:692
↓ 3 callers
Method
addConstantMemberReference
Adds a CONSTANT_Fieldref_info, CONSTANT_Methodref_info or CONSTANT_InterfaceMethodref_info to the constant pool of this symbol table. Does nothing if
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:557
↓ 3 callers
Method
addConstantMethodref
Adds a CONSTANT_Methodref_info or CONSTANT_InterfaceMethodref_info to the constant pool of this symbol table. Does nothing if the constant pool alread
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:539
↓ 3 callers
Method
addDefine
(String s)
class2c/src/main/java/com/ebsee/j2c/AssistLLVM.java:595
↓ 3 callers
Method
addMethodRef
(List<PoolEntry> pool, String className, String name, String spec)
class2c/src/main/java/com/ebsee/invoke/bytecode/ByteCodeConstantPool.java:74
↓ 3 callers
Method
addNameAndType
(List<PoolEntry> pool, String name, String type)
class2c/src/main/java/com/ebsee/invoke/bytecode/ByteCodeConstantPool.java:59
↓ 3 callers
Method
adjust_assign
(int nvars, int nexps, expdesc e)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:966
↓ 3 callers
Method
arraykey
Return first entry's key, iff it is an integer between 1 and max, inclusive, or zero otherwise.
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:942
↓ 3 callers
Function
arraylist_clear
app/vm/arraylist.c:293
↓ 3 callers
Function
arraylist_remove_range
app/vm/arraylist.c:169
↓ 3 callers
Method
arrayset
Set an array element
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:287
↓ 3 callers
Method
body
(expdesc e, boolean needself, int line)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:1292
↓ 3 callers
Method
cachedLuaString
(LuaString s)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LuaC.java:147
↓ 3 callers
Method
check
(int c)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:873
↓ 3 callers
Method
checkForComodification
()
app/java/java/util/AbstractList.java:136
↓ 3 callers
Method
check_condition
(boolean c, String msg)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:883
↓ 3 callers
Method
checklong
Return argument i as a java long 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:322
↓ 3 callers
Method
checkmetatag
Get particular metatag, or throw {@link LuaError} if it doesn't exist @param tag Metatag name to look up, typically a string such as {@link LuaValue#I
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:3360
↓ 3 callers
Method
checkname
(expdesc e)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:913
↓ 3 callers
Method
checknumber
Return argument i as a LuaNumber, or throw an error if not a number or string that can be converted to a number. @param i the index of the argument to
option_pack/luaj/core/src/org/luaj/vm2/Varargs.java:329
↓ 3 callers
Function
classes_put
app/vm/jassist.c:266
↓ 3 callers
Method
classnamestub
Return the last part of the class name, to be used as a function name in tojstring and elsewhere. @return String naming the last part of the class nam
option_pack/luaj/core/src/org/luaj/vm2/LuaFunction.java:79
↓ 3 callers
Method
close
()
app/java/java/io/PrintStream.java:119
↓ 3 callers
Method
close
Close this upvalue so it is no longer on the stack
option_pack/luaj/core/src/org/luaj/vm2/UpValue.java:77
↓ 3 callers
Method
close
()
option_pack/luaj/core/src/org/luaj/vm2/lib/IoLib.java:84
↓ 3 callers
Method
codeK
(int reg, int k)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:1124
↓ 3 callers
Method
computeFields
()
app/java/java/util/Calendar.java:214
↓ 3 callers
Method
computeOut
(double[] in)
option_pack/test/src/main/java/test/BpDeepTest.java:87
↓ 3 callers
Method
condjump
(int /* OpCode */op, int A, int B, int C)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:314
↓ 3 callers
Method
createDebugLabel
Creates a label with the {@link Label#FLAG_DEBUG_ONLY} flag set, if there is no already existing label for the given bytecode offset (otherwise does n
class2c/src/main/java/org/objectweb/asm/ClassReader.java:2476
↓ 3 callers
Method
dpow_lib
Hook to override default dpow behavior with faster implementation.
option_pack/luaj/core/src/org/luaj/vm2/lib/MathLib.java:280
↓ 3 callers
Method
dumpFunction
(final Prototype f)
option_pack/luaj/core/src/org/luaj/vm2/compiler/DumpState.java:235
↓ 3 callers
Method
encodeToUtf8
Encode the given Java string as UTF-8 bytes, writing the result to bytes starting at offset. <p> The string should be measured first with lengthAsUtf8
option_pack/luaj/core/src/org/luaj/vm2/LuaString.java:689
↓ 3 callers
Method
endFormals
Ends the formal type parameters section of the signature.
class2c/src/main/java/org/objectweb/asm/signature/SignatureWriter.java:223
↓ 3 callers
Method
ensureOpen
()
app/java/java/io/ByteArrayOutputStream.java:19
↓ 3 callers
Method
eqmtcall
Perform equality testing metatag processing @param lhs left-hand-side of equality expression @param lhsmt metatag value for left-hand-side @param rhs
option_pack/luaj/core/src/org/luaj/vm2/LuaValue.java:2153
↓ 3 callers
Method
equals
(Object anObject)
app/java/java/lang/String.java:170
↓ 3 callers
Method
equalsIgnoreCase
(String anotherString)
app/java/java/lang/String.java:193
↓ 3 callers
Method
exp1
()
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:1801
↓ 3 callers
Method
exp2reg
(expdesc e, int reg)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:616
↓ 3 callers
Method
exp2val
(expdesc e)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:666
↓ 3 callers
Method
expungeStaleEntries
()
app/java/java/util/WeakHashMap.java:116
↓ 3 callers
Method
fieldsel
(expdesc v)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:1138
↓ 3 callers
Method
find
find files from root , file path save in paths, File save in files @param root @param paths @param files @param fileExt
class2c/src/main/java/com/ebsee/compiler/MyCompiler.java:37
↓ 3 callers
Method
findResource
Try to open a file, or return null if not found. @see org.luaj.vm2.lib.BaseLib @see org.luaj.vm2.lib.jse.JseBaseLib @param filename @return InputStr
option_pack/luaj/core/src/org/luaj/vm2/lib/ResourceFinder.java:58
↓ 3 callers
Method
fixjump
(int pc, int dest)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:319
↓ 3 callers
Method
flush
()
option_pack/luaj/core/src/org/luaj/vm2/lib/IoLib.java:82
↓ 3 callers
Method
freadline
(File f,boolean withend)
option_pack/luaj/core/src/org/luaj/vm2/lib/IoLib.java:643
↓ 3 callers
Method
freereg
(int reg)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:464
↓ 3 callers
Method
gc
()
app/java/java/lang/System.java:34
↓ 3 callers
Function
gc_move_refer_thread_2_gc
* 把线程持有的所有对象,链接到gc的链表中去 * move thread 's jobject to garbage * @param runtime */
app/vm/garbage.c:817
↓ 3 callers
Function
gc_refer_release
app/vm/garbage.c:846
↓ 3 callers
Method
getAbstractTypeFromDescriptor
Returns the abstract type corresponding to the given type descriptor. @param symbolTable the type table to use to lookup and store type {@link Symbol
class2c/src/main/java/org/objectweb/asm/Frame.java:313
↓ 3 callers
Method
getArgumentTypes
Returns the argument types of methods of this type. This method should only be used for method types. @return the argument types of methods of this t
class2c/src/main/java/org/objectweb/asm/Type.java:284
↓ 3 callers
Method
getArgumentsAndReturnSizes
Returns the result {@link Type#getArgumentsAndReturnSizes} on {@link #value}. @return the result {@link Type#getArgumentsAndReturnSizes} on {@link #v
class2c/src/main/java/org/objectweb/asm/Symbol.java:237
↓ 3 callers
Method
getBMode
(int m)
option_pack/luaj/core/src/org/luaj/vm2/Lua.java:328
↓ 3 callers
Method
getCMode
(int m)
option_pack/luaj/core/src/org/luaj/vm2/Lua.java:331
↓ 3 callers
Method
getClassStructTypeRawName
(String str)
class2c/src/main/java/com/ebsee/j2c/Util.java:75
↓ 3 callers
Method
getCode
()
class2c/src/main/java/com/ebsee/classparser/CodeAttribute.java:195
↓ 3 callers
Method
getDefault
()
app/java/java/util/TimeZone.java:45
↓ 3 callers
Method
getDesc
Returns the descriptor of the field or method designated by this handle. @return the descriptor of the field or method designated by this handle.
class2c/src/main/java/org/objectweb/asm/Handle.java:141
↓ 3 callers
Method
getFieldTable
(String className)
class2c/src/main/java/com/ebsee/j2c/ClassManger.java:83
↓ 3 callers
Method
getFirstAttributeOffset
Returns the offset in {@link #classFileBuffer} of the first ClassFile's 'attributes' array field entry. @return the offset in {@link #classFileBuffer
class2c/src/main/java/org/objectweb/asm/ClassReader.java:3195
↓ 3 callers
Method
getInitializedType
Returns the "initialized" abstract type corresponding to the given abstract type. @param symbolTable the type table to use to lookup and store type {
class2c/src/main/java/org/objectweb/asm/Frame.java:642
↓ 3 callers
Method
getInt32
Utility method used by TABLESWITCH and LOOKUPSWITCH. Reads a 32-bit signed int value from a particular offset into a byte array.
class2c/src/main/java/com/ebsee/classparser/Opcode.java:326
↓ 3 callers
Method
getKey
()
app/java/java/util/WeakHashMap.java:400
↓ 3 callers
Method
getLineNumber
@return the lineNumber
app/java/java/lang/StackTraceElement.java:46
↓ 3 callers
Method
getLocal
Returns the abstract type stored at the given local variable index in the output frame. @param localIndex the index of the local variable whose value
class2c/src/main/java/org/objectweb/asm/Frame.java:480
↓ 3 callers
Method
getMethod
(String name, Class<?>... parameterTypes)
app/java/java/lang/Class.java:52
↓ 3 callers
Method
getMethodIndex
(Method method)
class2c/src/main/java/com/ebsee/j2c/AssistLLVM.java:450
↓ 3 callers
Method
getMethodTree
(String className)
class2c/src/main/java/com/ebsee/j2c/ClassManger.java:104
↓ 3 callers
Method
getMethods
()
class2c/src/main/java/com/ebsee/classparser/ClassFile.java:153
↓ 3 callers
Method
getOffset
(int era, int year, int month, int day, int dayOfWeek, int millis)
app/java/java/util/TimeZone.java:17
↓ 3 callers
Method
getOwner
Returns the internal name of the class that owns the field or method designated by this handle. @return the internal name of the class that owns the
class2c/src/main/java/org/objectweb/asm/Handle.java:123
↓ 3 callers
Method
getRuntime
()
app/java/java/lang/Runtime.java:13
↓ 3 callers
Method
getSignature
()
class2c/src/main/java/com/ebsee/classparser/Field.java:73
↓ 3 callers
Method
getSource
Returns the ClassReader from which this SymbolTable was constructed. @return the ClassReader from which this SymbolTable was constructed, or {@litera
class2c/src/main/java/org/objectweb/asm/SymbolTable.java:287
↓ 3 callers
Method
getSuperclass
()
app/java/java/lang/Class.java:159
↓ 3 callers
Method
getTag
Returns the kind of field or method designated by this handle. @return {@link Opcodes#H_GETFIELD}, {@link Opcodes#H_GETSTATIC}, {@link Opcodes#H_PUTF
class2c/src/main/java/org/objectweb/asm/Handle.java:114
← previous
next →
601–700 of 3,895, ranked by callers