MCPcopy Create free account

hub / github.com/chaoyangnz/gava / functions

Functions857 in github.com/chaoyangnz/gava

↓ 3 callersMethodEnter
()
gava/object.go:46
↓ 3 callersMethodIsArray
()
gava/value_reference.go:18
↓ 3 callersMethodNewArrayOfComponent
(arrayComponentType Type, length Int)
gava/vm_heap.go:84
↓ 3 callersMethodSetStaticVariable
(name string, descriptor string, value Value)
gava/type_class.go:249
↓ 3 callersMethodThrow0
* The whole project should use panic only here !!!!! */
gava/vm_engine.go:290
↓ 3 callersMethodToBoolean
()
gava/value_primitives.go:48
↓ 3 callersMethodType
()
gava/value.go:30
↓ 3 callersMethodWait
(millis int64)
gava/object.go:104
↓ 3 callersFunctionassertIntCompatible
(value Value)
gava/instructions.go:239
↓ 3 callersFunctionbinaryNameToJavaName
(name string)
gava/utils.go:60
↓ 3 callersMethodcheckIO
()
example/src/java/lang/System.java:225
↓ 3 callersMethodcheckPackageAccess
(Class<?> cls, ProtectionDomain pd)
example/src/java/lang/ClassLoader.java:471
↓ 3 callersMethoddecode
(String url)
example/src/Base62.java:61
↓ 3 callersFunctiongetGID
()
gava/utils.go:56
↓ 3 callersMethodinitializeJavaAssertionMaps
()
example/src/java/lang/ClassLoader.java:2156
↓ 3 callersMethodinorderTraversal
(TreeNode root)
example/src/TreeInOrderTraverse.java:13
↓ 3 callersMethodisNative
()
gava/type_class.go:339
↓ 3 callersMethodisSealed
(String name, Manifest man)
example/src/java/net/URLClassLoader.java:524
↓ 3 callersMethodjumpPc
(to int)
gava/vm_engine.go:535
↓ 3 callersMethodlevelOrder
(TreeNode root)
example/src/TreeLevelOrderTraverse.java:16
↓ 3 callersMethodloadClass
Loads the class with the specified <a href="#name">binary name</a>. This method searches for classes in the same manner as the {@link #loadClass(Strin
example/src/java/lang/ClassLoader.java:340
↓ 3 callersMethodnanoTime
Returns the current value of the running Java Virtual Machine's high-resolution time source, in nanoseconds. <p>This method can only be used to measu
example/src/java/lang/System.java:374
↓ 3 callersMethodoperandConst8
()
gava/vm_engine.go:574
↓ 3 callersMethodretrieveThread
()
gava/value_reference.go:211
↓ 3 callersMethodsetDefinedClass
(className string, classLoader JavaLangClassLoader, class *Class)
gava/vm_method_area.go:126
↓ 3 callersMethodtoPrettyBinary
(long l)
example/src/ds_util/BinaryUtil.java:40
↓ 2 callersMethodDefaultValue
()
gava/type_class.go:281
↓ 2 callersMethodGetDefinedClass
(className string, classLoader JavaLangClassLoader)
gava/vm_method_area.go:101
↓ 2 callersMethodGetInstanceVariable
(index Int)
gava/value_reference.go:77
↓ 2 callersMethodGetInstruction
(opcode uint8)
gava/instructions.go:5
↓ 2 callersMethodGetTypeClass
(descriptor string)
gava/vm_method_area.go:768
↓ 2 callersMethodHasOwner
(thread *Thread)
gava/object.go:93
↓ 2 callersMethodIHashCode
()
gava/value_reference.go:54
↓ 2 callersMethodInheritanceDepth
()
gava/type_class.go:233
↓ 2 callersMethodInternString
(stringobj JavaLangString)
gava/vm_method_area.go:51
↓ 2 callersMethodInvokeMethodOf
(className string, methodName string, methodDescriptor string, params ...Value)
gava/vm_engine.go:179
↓ 2 callersMethodIsEqual
(reference Reference)
gava/value_reference.go:19
↓ 2 callersMethodNewJavaLangThread
(name string)
gava/vm_heap.go:213
↓ 2 callersFunctionNewMonitor
(obj *Object)
gava/object.go:36
↓ 2 callersMethodNewThread
(name string, run func(), exitHook func())
gava/vm_engine.go:140
↓ 2 callersMethodRegisterThread
(thread *Thread)
gava/vm_engine.go:33
↓ 2 callersMethodResolvedString
()
gava/type_class.go:484
↓ 2 callersMethodString
()
gava/class_path.go:18
↓ 2 callersMethodattachThread
(thread *Thread)
gava/value_reference.go:207
↓ 2 callersMethodcheckClassLoaderPermission
(ClassLoader cl, Class<?> caller)
example/src/java/lang/ClassLoader.java:1506
↓ 2 callersMethodclear
()
gava/vm_engine.go:778
↓ 2 callersMethoddefineClassSourceLocation
(ProtectionDomain pd)
example/src/java/lang/ClassLoader.java:657
↓ 2 callersMethoddefinePackage
Defines a new package by name in this ClassLoader. The attributes contained in the specified Manifest will be used to obtain package version and seali
example/src/java/net/URLClassLoader.java:470
↓ 2 callersMethodderiveClass
jvms 5.3.5
gava/vm_method_area.go:344
↓ 2 callersMethodfindBootstrapClass
(String name)
example/src/java/lang/ClassLoader.java:1003
↓ 2 callersMethodgetAndVerifyPackage
(String pkgname, Manifest man, URL url)
example/src/java/net/URLClassLoader.java:375
↓ 2 callersMethodgetBootstrapClassPath
()
example/src/java/lang/ClassLoader.java:1271
↓ 2 callersMethodgetBootstrapResource
Find resources from the VM's built-in classloader.
example/src/java/lang/ClassLoader.java:1246
↓ 2 callersMethodgetBootstrapResources
Find resources from the VM's built-in classloader.
example/src/java/lang/ClassLoader.java:1255
↓ 2 callersMethodgetDefiningClassLoader
(class *Class)
gava/vm_method_area.go:108
↓ 2 callersMethodgetLineNumber
()
gava/vm_engine.go:739
↓ 2 callersMethodgetPackage
Returns a <tt>Package</tt> that has been defined by this class loader or any of its ancestors. @param name The package name @return The <t
example/src/java/lang/ClassLoader.java:1600
↓ 2 callersMethodgetProperties
Determines the current system properties. <p> First, if there is a security manager, its <code>checkPropertiesAccess</code> method is called with no a
example/src/java/lang/System.java:602
↓ 2 callersMethodgetResources
Finds all the resources 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 in
example/src/java/lang/ClassLoader.java:1118
↓ 2 callersMethodgetSourceFile
()
gava/vm_engine.go:731
↓ 2 callersFunctionhashcode
(object *Object)
gava/vm_heap.go:41
↓ 2 callersMethodinitProperties
(Properties props)
example/src/java/lang/System.java:507
↓ 2 callersMethodinitializePath
(String propname)
example/src/java/lang/ClassLoader.java:1766
↓ 2 callersMethodintToString
(int val)
example/src/ds_util/TreePrinter.java:18
↓ 2 callersFunctionjavaNameToBinaryName0
(name string)
gava/utils.go:68
↓ 2 callersMethodmapLibraryName
Maps a library name into a platform-specific string representing a native library. @param libname the name of the library. @return a platfor
example/src/java/lang/System.java:1112
↓ 2 callersMethodnewPrintStream
Create PrintStream for stdout/err based on encoding.
example/src/java/lang/System.java:1117
↓ 2 callersFunctionnumberWithSign
(i int32)
gava/utils.go:13
↓ 2 callersMethodoperandConst16
()
gava/vm_engine.go:581
↓ 2 callersMethodoperandPadding
* padding operand start pos to multiply of 4 */
gava/vm_engine.go:563
↓ 2 callersMethodoperandUByte
func (this *Frame) operandByte() int32 { byte := uint32(this.method.code[this.pos]) this.pos += 1 return int32(byte) }
gava/vm_engine.go:646
↓ 2 callersMethodpostDefineClass
(Class<?> c, ProtectionDomain pd)
example/src/java/lang/ClassLoader.java:667
↓ 2 callersMethodpreDefineClass
(String name, ProtectionDomain pd)
example/src/java/lang/ClassLoader.java:634
↓ 2 callersFunctionprecreateThread
(name string, run func(), exitHook func())
gava/vm_engine.go:78
↓ 2 callersMethodprettify
(String str)
example/src/ds_util/BinaryUtil.java:29
↓ 2 callersMethodprintBranches
(int branchLen, int nodeSpaceLen, int startLen, int nodesInThisLevel, Deque<TreeNode> nodesQueue, PrintStream
example/src/ds_util/TreePrinter.java:41
↓ 2 callersMethodprintPretty
(TreeNode root, int level, int indentSpace, PrintStream out)
example/src/ds_util/TreePrinter.java:105
↓ 2 callersMethodreadU1
()
gava/class_file.go:32
↓ 2 callersMethodregisterAsParallelCapable
Registers the caller as parallel capable. The registration succeeds if and only if all of the following conditions are met: <ol> <li> no instance of t
example/src/java/lang/ClassLoader.java:1185
↓ 2 callersMethodretrieveStacktrace
()
gava/value_reference.go:221
↓ 2 callersMethodsetErr0
(PrintStream err)
example/src/java/lang/System.java:234
↓ 2 callersMethodsetIn0
(InputStream in)
example/src/java/lang/System.java:232
↓ 2 callersMethodsetInitiatedClass
(className string, classLoader JavaLangClassLoader, class *Class)
gava/vm_method_area.go:96
↓ 2 callersMethodsetOut0
(PrintStream out)
example/src/java/lang/System.java:233
↓ 2 callersMethodtoBinary
convert a long to binary representation and pad to the specified length with leading zeros @param l @param paddingTo @return
example/src/ds_util/BinaryUtil.java:11
↓ 2 callersFunctionu16toi32
(i uint16)
gava/utils.go:9
↓ 2 callersMethodvalue
()
gava/class_file.go:456
↓ 1 callersMethodAll
(format string, args ...interface{})
gava/log.go:56
↓ 1 callersMethodClone
()
gava/value_reference.go:61
↓ 1 callersMethodCurrentClass
()
gava/vm_engine.go:168
↓ 1 callersMethodCurrentTimeMillis
()
gava/vm_os.go:11
↓ 1 callersMethodCurrentTimeNano
()
gava/vm_os.go:15
↓ 1 callersMethodDescriptor
()
gava/type.go:22
↓ 1 callersMethodError
(format string, args ...interface{})
gava/log.go:86
↓ 1 callersMethodExecuteFrame
* _____ | | <- a new frame added on top, no touch existing. just run this frame ---------- | | <- existing ______ | | ______ Only
gava/vm_engine.go:423
↓ 1 callersMethodFindNative
(qualifier string)
gava/vm_natives.go:17
↓ 1 callersMethodGetClassInitializer
* <clinit>()V method */
gava/type_class.go:196
↓ 1 callersMethodGetConstructors
* <init>(..)V methods */
gava/type_class.go:207
↓ 1 callersMethodGetDeclaredFields
(publicOnly bool)
gava/type_class.go:127
↓ 1 callersMethodGetStringInPool
(str string)
gava/vm_method_area.go:43
← previousnext →101–200 of 857, ranked by callers