MCPcopy Create free account

hub / github.com/Relph1119/JVMByPython / functions

Functions4,261 in github.com/Relph1119/JVMByPython

↓ 1 callersMethodnew_attribute_info
(attr_name, attr_len, constant_pool)
src/ch04/classfile/AttributeInfo.py:41
↓ 1 callersMethodnew_attribute_info
(attr_name, attr_len, constant_pool)
src/ch07/classfile/AttributeInfo.py:41
↓ 1 callersMethodnew_class
(classFile: ClassFile)
src/develop_code/rtda/heap/Class.py:64
↓ 1 callersMethodnew_class
(classFile: ClassFile)
src/ch08/rtda/heap/Class.py:50
↓ 1 callersMethodnew_class
(classFile: ClassFile)
src/ch09/rtda/heap/Class.py:53
↓ 1 callersMethodnew_class
(classFile: ClassFile)
src/ch10/rtda/heap/Class.py:64
↓ 1 callersMethodnew_class
(classFile: ClassFile)
src/ch06/rtda/heap/Class.py:48
↓ 1 callersMethodnew_class
(classFile: ClassFile)
src/ch07/rtda/heap/Class.py:50
↓ 1 callersMethodnew_constant_info
(tag, constant_pool)
src/develop_code/classfile/ConstantInfo.py:42
↓ 1 callersMethodnew_constant_info
(tag, constant_pool)
src/ch08/classfile/ConstantInfo.py:42
↓ 1 callersMethodnew_constant_info
(tag, constant_pool)
src/ch09/classfile/ConstantInfo.py:42
↓ 1 callersMethodnew_constant_info
(tag, constantPool)
src/ch03/classfile/ConstantInfo.py:42
↓ 1 callersMethodnew_constant_info
(tag, constantPool)
src/ch05/classfile/ConstantInfo.py:42
↓ 1 callersMethodnew_constant_info
(tag, constant_pool)
src/ch10/classfile/ConstantInfo.py:42
↓ 1 callersMethodnew_constant_info
(tag, constantPool)
src/ch06/classfile/ConstantInfo.py:42
↓ 1 callersMethodnew_constant_info
(tag, constantPool)
src/ch04/classfile/ConstantInfo.py:42
↓ 1 callersMethodnew_constant_info
(tag, constant_pool)
src/ch07/classfile/ConstantInfo.py:42
↓ 1 callersMethodnew_constant_pool
(clazz, cfConstantPool: ConstantPool)
src/develop_code/rtda/heap/ConstantPool.py:21
↓ 1 callersMethodnew_constant_pool
(clazz, cfConstantPool: ConstantPool)
src/ch08/rtda/heap/ConstantPool.py:21
↓ 1 callersMethodnew_constant_pool
(clazz, cfConstantPool: ConstantPool)
src/ch09/rtda/heap/ConstantPool.py:21
↓ 1 callersMethodnew_constant_pool
(clazz, cfConstantPool: ConstantPool)
src/ch10/rtda/heap/ConstantPool.py:21
↓ 1 callersMethodnew_constant_pool
(clazz, cfConstantPool: ConstantPool)
src/ch06/rtda/heap/ConstantPool.py:21
↓ 1 callersMethodnew_constant_pool
(clazz, cfConstantPool: ConstantPool)
src/ch07/rtda/heap/ConstantPool.py:21
↓ 1 callersMethodnew_fields
(clazz, cfFields)
src/develop_code/rtda/heap/Field.py:22
↓ 1 callersMethodnew_fields
(clazz, cfFields)
src/ch08/rtda/heap/Field.py:22
↓ 1 callersMethodnew_fields
(clazz, cfFields)
src/ch09/rtda/heap/Field.py:22
↓ 1 callersMethodnew_fields
(clazz, cfFields)
src/ch10/rtda/heap/Field.py:22
↓ 1 callersMethodnew_fields
(clazz, cfFields)
src/ch06/rtda/heap/Field.py:22
↓ 1 callersMethodnew_fields
(clazz, cfFields)
src/ch07/rtda/heap/Field.py:22
↓ 1 callersMethodnew_frame
(self, max_locals, max_stack)
src/ch05/rtda/Thread.py:28
↓ 1 callersMethodnew_frame
(self, method: Method)
src/ch06/rtda/Thread.py:29
↓ 1 callersMethodnew_instruction
(opcode)
src/develop_code/instructions/Factory.py:78
↓ 1 callersMethodnew_instruction
(opcode)
src/ch08/instructions/Factory.py:76
↓ 1 callersMethodnew_instruction
(opcode)
src/ch09/instructions/Factory.py:77
↓ 1 callersMethodnew_instruction
(opcode)
src/ch05/instructions/Factory.py:57
↓ 1 callersMethodnew_instruction
(opcode)
src/ch10/instructions/Factory.py:78
↓ 1 callersMethodnew_instruction
(opcode)
src/ch06/instructions/Factory.py:67
↓ 1 callersMethodnew_instruction
(opcode)
src/ch07/instructions/Factory.py:70
↓ 1 callersMethodnew_method
(clazz, cfMethod)
src/develop_code/rtda/heap/Method.py:41
↓ 1 callersMethodnew_method
(clazz, cfMethod)
src/ch09/rtda/heap/Method.py:37
↓ 1 callersMethodnew_method
(clazz, cfMethod)
src/ch10/rtda/heap/Method.py:41
↓ 1 callersMethodnew_methods
(clazz, cfMethods)
src/develop_code/rtda/heap/Method.py:33
↓ 1 callersMethodnew_methods
(clazz, cfMethods)
src/ch08/rtda/heap/Method.py:28
↓ 1 callersMethodnew_methods
(clazz, cfMethods)
src/ch09/rtda/heap/Method.py:28
↓ 1 callersMethodnew_methods
(clazz, cfMethods)
src/ch10/rtda/heap/Method.py:33
↓ 1 callersMethodnew_methods
(clazz, cfMethods)
src/ch06/rtda/heap/Method.py:25
↓ 1 callersMethodnew_methods
(clazz, cfMethods)
src/ch07/rtda/heap/Method.py:28
↓ 1 callersFunctionnew_multi_dimensional_array
(counts, arr_class)
src/develop_code/instructions/references/Multianewarray.py:32
↓ 1 callersFunctionnew_multi_dimensional_array
(counts, arr_class)
src/ch08/instructions/references/Multianewarray.py:32
↓ 1 callersFunctionnew_multi_dimensional_array
(counts, arr_class)
src/ch09/instructions/references/Multianewarray.py:32
↓ 1 callersFunctionnew_multi_dimensional_array
(counts, arr_class)
src/ch10/instructions/references/Multianewarray.py:32
↓ 1 callersMethodnew_object
(self)
src/ch06/rtda/heap/Class.py:159
↓ 1 callersMethodnew_object
(self)
src/ch07/rtda/heap/Class.py:165
↓ 1 callersMethodor
()
java/code/jvmgo/book/ch07/test/instructions/MathTest.java:77
↓ 1 callersMethodparse
(self, descriptor)
src/develop_code/rtda/heap/MethodDescriptorParser.py:26
↓ 1 callersMethodparse
(self, descriptor)
src/ch08/rtda/heap/MethodDescriptorParser.py:24
↓ 1 callersMethodparse
(self, descriptor)
src/ch09/rtda/heap/MethodDescriptorParser.py:24
↓ 1 callersMethodparse
(jreOption, cpOption)
src/ch02/classpath/Classpath.py:27
↓ 1 callersMethodparse
(self, descriptor)
src/ch10/rtda/heap/MethodDescriptorParser.py:24
↓ 1 callersMethodparse
(self, descriptor)
src/ch07/rtda/heap/MethodDescriptorParser.py:24
↓ 1 callersMethodparse_array_type
(self)
src/develop_code/rtda/heap/MethodDescriptorParser.py:121
↓ 1 callersMethodparse_array_type
(self)
src/ch08/rtda/heap/MethodDescriptorParser.py:117
↓ 1 callersMethodparse_array_type
(self)
src/ch09/rtda/heap/MethodDescriptorParser.py:117
↓ 1 callersMethodparse_array_type
(self)
src/ch10/rtda/heap/MethodDescriptorParser.py:119
↓ 1 callersMethodparse_array_type
(self)
src/ch07/rtda/heap/MethodDescriptorParser.py:117
↓ 1 callersMethodparse_boot_and_ext_classpath
(self, jreOption)
src/develop_code/classpath/Classpath.py:34
↓ 1 callersMethodparse_boot_and_ext_classpath
(self, jreOption)
src/ch08/classpath/Classpath.py:34
↓ 1 callersMethodparse_boot_and_ext_classpath
(self, jreOption)
src/ch09/classpath/Classpath.py:34
↓ 1 callersMethodparse_boot_and_ext_classpath
(self, jreOption)
src/ch03/classpath/Classpath.py:35
↓ 1 callersMethodparse_boot_and_ext_classpath
(self, jreOption)
src/ch02/classpath/Classpath.py:35
↓ 1 callersMethodparse_boot_and_ext_classpath
(self, jreOption)
src/ch05/classpath/Classpath.py:34
↓ 1 callersMethodparse_boot_and_ext_classpath
(self, jreOption)
src/ch10/classpath/Classpath.py:35
↓ 1 callersMethodparse_boot_and_ext_classpath
(self, jreOption)
src/ch06/classpath/Classpath.py:34
↓ 1 callersMethodparse_boot_and_ext_classpath
(self, jreOption)
src/ch04/classpath/Classpath.py:35
↓ 1 callersMethodparse_boot_and_ext_classpath
(self, jreOption)
src/ch07/classpath/Classpath.py:34
↓ 1 callersMethodparse_class
(data)
src/develop_code/rtda/heap/ClassLoader.py:95
↓ 1 callersMethodparse_class
(data)
src/ch08/rtda/heap/ClassLoader.py:83
↓ 1 callersMethodparse_class
(data)
src/ch09/rtda/heap/ClassLoader.py:95
↓ 1 callersMethodparse_class
(data)
src/ch10/rtda/heap/ClassLoader.py:95
↓ 1 callersMethodparse_class
(data)
src/ch06/rtda/heap/ClassLoader.py:62
↓ 1 callersMethodparse_class
(data)
src/ch07/rtda/heap/ClassLoader.py:65
↓ 1 callersMethodparse_method_descriptor
(descriptor)
src/develop_code/rtda/heap/MethodDescriptorParser.py:22
↓ 1 callersMethodparse_method_descriptor
(descriptor)
src/ch08/rtda/heap/MethodDescriptorParser.py:20
↓ 1 callersMethodparse_method_descriptor
(descriptor)
src/ch09/rtda/heap/MethodDescriptorParser.py:20
↓ 1 callersMethodparse_method_descriptor
(descriptor)
src/ch10/rtda/heap/MethodDescriptorParser.py:20
↓ 1 callersMethodparse_method_descriptor
(descriptor)
src/ch07/rtda/heap/MethodDescriptorParser.py:20
↓ 1 callersMethodparse_object_type
(self)
src/develop_code/rtda/heap/MethodDescriptorParser.py:106
↓ 1 callersMethodparse_object_type
(self)
src/ch08/rtda/heap/MethodDescriptorParser.py:104
↓ 1 callersMethodparse_object_type
(self)
src/ch09/rtda/heap/MethodDescriptorParser.py:104
↓ 1 callersMethodparse_object_type
(self)
src/ch10/rtda/heap/MethodDescriptorParser.py:104
↓ 1 callersMethodparse_object_type
(self)
src/ch07/rtda/heap/MethodDescriptorParser.py:104
↓ 1 callersMethodparse_param_types
(self)
src/develop_code/rtda/heap/MethodDescriptorParser.py:59
↓ 1 callersMethodparse_param_types
(self)
src/ch08/rtda/heap/MethodDescriptorParser.py:57
↓ 1 callersMethodparse_param_types
(self)
src/ch09/rtda/heap/MethodDescriptorParser.py:57
↓ 1 callersMethodparse_param_types
(self)
src/ch10/rtda/heap/MethodDescriptorParser.py:57
↓ 1 callersMethodparse_param_types
(self)
src/ch07/rtda/heap/MethodDescriptorParser.py:57
↓ 1 callersMethodparse_return_type
(self)
src/develop_code/rtda/heap/MethodDescriptorParser.py:67
↓ 1 callersMethodparse_return_type
(self)
src/ch08/rtda/heap/MethodDescriptorParser.py:65
↓ 1 callersMethodparse_return_type
(self)
src/ch09/rtda/heap/MethodDescriptorParser.py:65
↓ 1 callersMethodparse_return_type
(self)
src/ch10/rtda/heap/MethodDescriptorParser.py:65
← previousnext →1,201–1,300 of 4,261, ranked by callers