Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chaoyangnz/gava
/ functions
Functions
857 in github.com/chaoyangnz/gava
⨍
Functions
857
◇
Types & classes
148
↓ 218 callers
Method
pop
()
gava/vm_engine.go:770
↓ 168 callers
Method
push
(value Value)
gava/vm_engine.go:753
↓ 99 callers
Method
RegisterNative
(qualifier string, function interface{})
gava/vm_natives.go:9
↓ 67 callers
Method
Throw
(exception string, message string, args ...interface{})
gava/vm_engine.go:304
↓ 57 callers
Method
IsNull
()
gava/value_reference.go:17
↓ 52 callers
Method
Class
()
gava/value_reference.go:29
↓ 50 callers
Method
readU2
()
gava/class_file.go:26
↓ 39 callers
Function
Fatal
(format string, args ...interface{})
gava/log.go:92
↓ 36 callers
Method
storeVar
(index uint, value Value)
gava/vm_engine.go:548
↓ 34 callers
Method
ClassObject
()
gava/type.go:23
↓ 31 callers
Method
Info
(format string, args ...interface{})
gava/log.go:74
↓ 29 callers
Method
Name
()
gava/type.go:21
↓ 28 callers
Method
loadVar
(index uint)
gava/vm_engine.go:543
↓ 26 callers
Method
SetInstanceVariableByName
(name string, descriptor string, value Value)
gava/value_reference.go:95
↓ 26 callers
Method
cpUtf8
(index u2)
gava/class_file.go:254
↓ 23 callers
Method
getSecurityManager
Gets the system security interface. @return if a security manager has already been established for the current application, then that secur
example/src/java/lang/System.java:308
↓ 22 callers
Method
CurrentThread
()
gava/vm_engine.go:53
↓ 21 callers
Method
Trace
(format string, args ...interface{})
gava/log.go:62
↓ 21 callers
Method
offsetPc
(offset int16)
gava/vm_engine.go:527
↓ 20 callers
Function
Bug
(format string, args ...interface{})
gava/log.go:99
↓ 20 callers
Method
GetInstanceVariableByName
(name string, descriptor string)
gava/value_reference.go:85
↓ 20 callers
Method
print
(TreeNode root)
example/src/ds_util/TreeUtil.java:64
↓ 20 callers
Method
toNativeString
()
gava/value_reference.go:156
↓ 19 callers
Method
ArrayLength
()
gava/value_reference.go:126
↓ 19 callers
Method
SetSystemProperty
(key string, value string)
gava/vm.go:13
↓ 19 callers
Method
operandIndex16
()
gava/vm_engine.go:608
↓ 17 callers
Method
NewJavaLangString
* Create interned java.lang.String */
gava/vm_heap.go:147
↓ 17 callers
Method
operandOffset16
()
gava/vm_engine.go:617
↓ 16 callers
Method
retrieveType
()
gava/value_reference.go:200
↓ 15 callers
Method
InvokeMethod
* This method is used to run a method and return value (even void method return a void value) */
gava/vm_engine.go:188
↓ 15 callers
Method
SetArrayElement
(index Int, value Value)
gava/value_reference.go:134
↓ 15 callers
Method
currentFrame
()
gava/vm_engine.go:808
↓ 14 callers
Method
Debug
(format string, args ...interface{})
gava/log.go:68
↓ 14 callers
Method
get
(ListNode head, int i)
example/src/ds_util/ListUtil.java:33
↓ 13 callers
Method
opcode
()
gava/vm_engine.go:556
↓ 13 callers
Method
operandIndex8
()
gava/vm_engine.go:601
↓ 12 callers
Method
IsArray
()
gava/type_class.go:75
↓ 12 callers
Method
isStatic
()
gava/type_class.go:335
↓ 11 callers
Method
GetArrayElement
(index Int)
gava/value_reference.go:130
↓ 11 callers
Method
ResolveClass
* Always use current class's class loader to resolve class */
gava/vm_method_area.go:764
↓ 11 callers
Method
ResolvedClass
()
gava/type_class.go:386
↓ 10 callers
Method
GetSystemProperty
(key string)
gava/vm.go:17
↓ 10 callers
Method
NewArrayOfName
* arrayClassName is the full array class, not its component type */
gava/vm_heap.go:35
↓ 10 callers
Method
indexOf
(frame *Frame)
gava/vm_engine.go:816
↓ 10 callers
Method
start
start thread
gava/vm_engine.go:343
↓ 9 callers
Method
NewJavaLangClass
(type0 Type)
gava/vm_heap.go:184
↓ 9 callers
Method
Qualifier
()
gava/type_class.go:277
↓ 9 callers
Method
readU4
()
gava/class_file.go:20
↓ 9 callers
Method
sleep
(millis int64)
gava/vm_engine.go:378
↓ 8 callers
Method
IsStatic
()
gava/type_class.go:269
↓ 8 callers
Method
NewObjectOfName
(className string)
gava/vm_heap.go:26
↓ 8 callers
Method
createClass
(N string, Ld JavaLangClassLoader, triggerReason *ClassTriggerReason)
gava/vm_method_area.go:133
↓ 8 callers
Method
getClassLoader
(Class<?> caller)
example/src/java/lang/ClassLoader.java:1492
↓ 8 callers
Method
printWhitespaces
(int count)
example/src/ds_util/TreeUtil.java:136
↓ 8 callers
Function
repeat
(str string, times int)
gava/utils.go:21
↓ 7 callers
Method
FindMethod
** * Find field with its name and descriptor in the class hierarchy * Java doesn't permit a static and instance method with same name + signature *
gava/type_class.go:172
↓ 7 callers
Method
checkCreateClassLoader
()
example/src/java/lang/ClassLoader.java:255
↓ 7 callers
Method
getProperty
Gets the system property indicated by the specified key. <p> First, if there is a security manager, its <code>checkPropertyAccess</code> method is cal
example/src/java/lang/System.java:688
↓ 7 callers
Method
loadLibrary0
(Class<?> fromClass, final File file)
example/src/java/lang/ClassLoader.java:1856
↓ 6 callers
Method
Exit
()
gava/object.go:71
↓ 6 callers
Method
Monitor
()
gava/value_reference.go:32
↓ 6 callers
Method
buildTree
This way to build a tree is compatible with the leetcode Tree Node Visualizer <p>Print int the Leetcode way </p> @param arr @return
example/src/ds_util/TreeUtil.java:12
↓ 6 callers
Method
length
()
gava/class_file.go:42
↓ 6 callers
Method
log
(format string, args ...interface{})
gava/log.go:51
↓ 6 callers
Method
next
()
example/src/java/net/URLClassLoader.java:577
↓ 6 callers
Method
setw
(int length, String str)
example/src/ds_util/TreePrinter.java:26
↓ 6 callers
Method
toString
()
gava/value_reference.go:232
↓ 5 callers
Method
FindField
** * Find field with its name and descriptor in the class hierarchy * Java doesn't permit a static and instance field with same name + signature */
gava/type_class.go:145
↓ 5 callers
Method
GetMethod
Only find its own defined method
gava/type_class.go:159
↓ 5 callers
Method
IsAssignableFrom
(class *Class)
gava/type_class.go:79
↓ 5 callers
Method
IsInterface
()
gava/type_class.go:71
↓ 5 callers
Method
IsTrue
()
gava/value_primitives.go:36
↓ 5 callers
Method
NewLogger
(category string, level int, logfile string)
gava/log.go:22
↓ 5 callers
Method
StderrPrintf
(format string, args ...interface{})
gava/vm_os.go:23
↓ 5 callers
Method
assertObject
()
gava/value_reference.go:36
↓ 5 callers
Method
getInitiatedClass
(className string, classLoader JavaLangClassLoader)
gava/vm_method_area.go:89
↓ 5 callers
Method
getResource
Finds the resource with the given name. A resource is some data (images, audio, text, etc) that can be accessed by class code in a way that is indepe
example/src/java/lang/ClassLoader.java:1072
↓ 5 callers
Method
initialize
invoke <clinit> to execute initialization code
gava/vm_method_area.go:691
↓ 5 callers
Method
passReturn
(caller *Frame)
gava/vm_engine.go:703
↓ 5 callers
Method
resolveClass
jvms 5.4.3.1
gava/vm_method_area.go:325
↓ 4 callers
Method
ArrayElements
()
gava/value_reference.go:122
↓ 4 callers
Method
GetConstructor
(descriptor string)
gava/type_class.go:224
↓ 4 callers
Method
NewArray
(arrayClass *Class, length Int)
gava/vm_heap.go:90
↓ 4 callers
Method
NewObject
(class *Class)
gava/vm_heap.go:53
↓ 4 callers
Method
ResolvedField
()
gava/type_class.go:424
↓ 4 callers
Method
ResolvedMethod
()
gava/type_class.go:441
↓ 4 callers
Method
assertArray
()
gava/value_reference.go:45
↓ 4 callers
Method
checkKey
(String key)
example/src/java/lang/System.java:811
↓ 4 callers
Method
checkName
(String name)
example/src/java/lang/ClassLoader.java:852
↓ 4 callers
Method
getSystemClassLoader
Returns the system class loader for delegation. This is the default delegation parent for new <tt>ClassLoader</tt> instances, and is typically the cl
example/src/java/lang/ClassLoader.java:1418
↓ 4 callers
Function
intCompatible
(value Value)
gava/instructions.go:248
↓ 4 callers
Method
interrupt
()
gava/vm_engine.go:368
↓ 4 callers
Function
javaNameToBinaryName
(name JavaLangString)
gava/utils.go:64
↓ 4 callers
Method
loadParameters
(callee *Method)
gava/vm_engine.go:652
↓ 4 callers
Method
offsetPc32
(offset int32)
gava/vm_engine.go:531
↓ 4 callers
Method
operandConst32
()
gava/vm_engine.go:590
↓ 4 callers
Method
operandOffset32
()
gava/vm_engine.go:627
↓ 4 callers
Method
readAttributes
read all attributes for class, field or method or attribute
gava/class_file.go:47
↓ 4 callers
Method
readU1s
(length uint32)
gava/class_file.go:36
↓ 3 callers
Method
Do
()
gava/utils.go:34
next →
1–100 of 857, ranked by callers