MCPcopy Create free account

hub / github.com/digitalgust/tinyj2c / functions

Functions3,895 in github.com/digitalgust/tinyj2c

↓ 5 callersMethodaccept
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 callersMethodaddAll
(Collection<? extends E> c)
app/java/java/util/Set.java:29
↓ 5 callersMethodaddConstantModule
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 callersMethodaddConstantNameAndType
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 callersFunctionarraylist_push_back_unsafe
app/vm/arraylist.c:162
↓ 5 callersMethodbind
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 callersMethodcall
()
option_pack/luaj/core/src/org/luaj/vm2/lib/LibFunction.java:198
↓ 5 callersMethodcallHook
(LuaThread.State s, LuaValue type, LuaValue arg)
option_pack/luaj/core/src/org/luaj/vm2/lib/DebugLib.java:449
↓ 5 callersMethodcallmt
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 callersMethodcheck_next
(String set)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:322
↓ 5 callersFunctionconstruct_string_with_cstr
app/vm/jvmsvc.c:109
↓ 5 callersMethodcontainsValue
(Object value)
app/java/java/util/Map.java:19
↓ 5 callersMethoddefaultEntry
(LuaValue key, LuaValue value)
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:769
↓ 5 callersMethodendsWith
(String suffix)
app/java/java/lang/String.java:239
↓ 5 callersMethodexplist
(expdesc v)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:1313
↓ 5 callersMethodfind
Compare given key with first()'s key; return first() if equal.
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:927
↓ 5 callersMethodfindMethod
(String className, String methodName, String descript)
class2c/src/main/java/com/ebsee/j2c/ClassManger.java:292
↓ 5 callersMethodfixline
(int line)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:1083
↓ 5 callersMethodformat
(Buffer buf, byte c)
option_pack/luaj/core/src/org/luaj/vm2/lib/StringLib.java:400
↓ 5 callersMethodfreadchars
(File f, String chars, ByteArrayOutputStream baos)
option_pack/luaj/core/src/org/luaj/vm2/lib/IoLib.java:669
↓ 5 callersMethodgetAttributeCount
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 callersMethodgetBytes
()
app/java/java/lang/String.java:458
↓ 5 callersMethodgetCTypeOfResult
()
class2c/src/main/java/com/ebsee/j2c/JSignature.java:67
↓ 5 callersMethodgetCallFrame
(int level)
option_pack/luaj/core/src/org/luaj/vm2/lib/DebugLib.java:445
↓ 5 callersMethodgetComponentType
()
app/java/java/lang/Class.java:106
↓ 5 callersMethodgetDeclaringClass
()
class2c/src/main/java/com/ebsee/invoke/MethodHandle.java:36
↓ 5 callersMethodgetDescriptorByClass
(Class c)
class2c/src/main/java/com/ebsee/invoke/bytecode/LambdaUtil.java:87
↓ 5 callersMethodgetNewStack
()
option_pack/luaj/core/src/org/luaj/vm2/LuaClosure.java:132
↓ 5 callersMethodgetSlotSizeofArgs
()
class2c/src/main/java/com/ebsee/j2c/JSignature.java:55
↓ 5 callersMethodgetStackFieldName_by_Jtype
(String jtype)
class2c/src/main/java/com/ebsee/j2c/Util.java:147
↓ 5 callersMethodgetStaticFieldStructType
(String className)
class2c/src/main/java/com/ebsee/j2c/Util.java:427
↓ 5 callersMethodgetStaticFieldStructVarName
(String className)
class2c/src/main/java/com/ebsee/j2c/Util.java:419
↓ 5 callersMethodgetTime
()
app/java/java/util/Calendar.java:104
↓ 5 callersMethodgetcode
(expdesc e)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:77
↓ 5 callersMethodgetjump
(int pc)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:339
↓ 5 callersMethodhash
(Object k)
app/java/java/util/WeakHashMap.java:102
↓ 5 callersMethodhashmod
( int hashCode, int mask )
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:498
↓ 5 callersMethodinclinenumber
()
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:282
↓ 5 callersFunctionins_of_Class_create_get
app/vm/jvm.c:79
↓ 5 callersFunctioninstance_of
app/vm/jassist.c:428
↓ 5 callersMethodinvoke
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 callersMethodisEmpty
()
app/java/java/util/Set.java:6
↓ 5 callersMethodisStatic
()
class2c/src/main/java/com/ebsee/classparser/Method.java:125
↓ 5 callersMethodisdigit
(int c)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:190
↓ 5 callersMethodisfunction
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 callersMethodisinttype
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 callersMethodisthread
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 callersMethodisxdigit
(int c)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:194
↓ 5 callersFunctionjstring_2_utf8
app/vm/native_std.c:30
↓ 5 callersFunctionjthreadlock_create
app/vm/jvm.c:548
↓ 5 callersMethodkeyeq
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 callersMethodload
Convert the prototype into a LuaFunction with the supplied environment.
option_pack/luaj/core/src/org/luaj/vm2/Globals.java:144
↓ 5 callersMethodmaskNull
(Object key)
app/java/java/util/WeakHashMap.java:87
↓ 5 callersFunctionmz_write_le32
app/vm/miniz.c:5454
↓ 5 callersFunctionmz_write_le64
app/vm/miniz.c:5461
↓ 5 callersFunctionmz_zip_reader_init_file
app/vm/miniz.c:3848
↓ 5 callersFunctionmz_zip_writer_end
app/vm/miniz.c:7190
↓ 5 callersFunctionnew_instance_with_class
app/vm/jvmsvc.c:75
↓ 5 callersFunctionnew_instance_with_classraw
app/vm/jvmsvc.c:40
↓ 5 callersMethodnotimplemented
()
option_pack/luaj/luncher/src/org/luaj/vm2/lib/jme/JmeIoLib.java:49
↓ 5 callersMethodoutput
()
option_pack/luaj/core/src/org/luaj/vm2/lib/IoLib.java:484
↓ 5 callersMethodparseLong
(String s, int radix)
app/java/java/lang/Long.java:81
↓ 5 callersMethodputAnnotations
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 callersMethodrawlen
()
option_pack/luaj/core/src/org/luaj/vm2/LuaTable.java:365
↓ 5 callersMethodread
()
option_pack/luaj/luncher/src/org/luaj/vm2/lib/jme/JmeIoLib.java:156
↓ 5 callersMethodreadFully
(byte b[])
app/java/java/io/DataInputStream.java:33
↓ 5 callersMethodreadVerificationTypeInfo
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 callersMethodsave
(int c)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:229
↓ 5 callersMethodsetTime
(Date date)
app/java/java/util/Calendar.java:116
↓ 5 callersMethodsleep
(long millis)
app/java/java/lang/Thread.java:47
↓ 5 callersMethodstatlist
()
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:2123
↓ 5 callersMethodstrengthen
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 callersMethodstrongvalue
()
option_pack/luaj/core/src/org/luaj/vm2/WeakTable.java:199
↓ 5 callersFunctiontdefl_optimize_huffman_table
app/vm/miniz.c:824
↓ 5 callersMethodtoHexString
(long v)
app/java/java/lang/Long.java:59
↓ 5 callersMethodtoLowerCase
(char ch)
app/java/java/lang/Character.java:25
↓ 5 callersMethodtodouble
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 callersFunctiontss_get
app/vm/tinycthread.c:510
↓ 5 callersFunctionutf8_create_copy
app/vm/utf8string.c:47
↓ 5 callersFunctionutf8_replace_c
app/vm/utf8string.c:345
↓ 5 callersMethodvisitLabel
(final Label label)
class2c/src/main/java/org/objectweb/asm/MethodWriter.java:1198
↓ 5 callersMethodwrite
(int b)
app/java/java/io/ByteArrayOutputStream.java:40
↓ 4 callersMethodGETARG_C
(int i)
option_pack/luaj/core/src/org/luaj/vm2/Lua.java:123
↓ 4 callersMethodLUA_QL
(Object o)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:69
↓ 4 callersMethodLUA_QS
(String s)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:68
↓ 4 callersFunction_arraylist_insert_impl
app/vm/arraylist.c:105
↓ 4 callersMethodabs
(int a)
app/java/java/lang/Math.java:42
↓ 4 callersMethodaddAttributes
(final Attribute attributeList)
class2c/src/main/java/org/objectweb/asm/Attribute.java:358
↓ 4 callersMethodaddConstantMethodHandle
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 callersMethodaddConstantPackage
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 callersMethodaddk
(LuaValue v)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:475
↓ 4 callersMethodarr2str
(double[] arr)
option_pack/test/src/main/java/test/BpDeepTest.java:7
↓ 4 callersMethodarrayget
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 callersMethodblock
()
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:1624
↓ 4 callersMethodblock_follow
(boolean withuntil)
option_pack/luaj/core/src/org/luaj/vm2/compiler/LexState.java:1613
↓ 4 callersMethodcheckdouble
()
option_pack/luaj/core/src/org/luaj/vm2/LuaString.java:348
↓ 4 callersMethodchecklimit
(int v, int l, String msg)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:107
↓ 4 callersMethodcode
(int instruction, int line)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:1088
↓ 4 callersMethodcodeABx
(int o, int a, int bc)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:1112
↓ 4 callersMethodcodeAsBx
(int o, int A, int sBx)
option_pack/luaj/core/src/org/luaj/vm2/compiler/FuncState.java:81
← previousnext →401–500 of 3,895, ranked by callers