MCPcopy Create free account

hub / github.com/chaoyangnz/gava / functions

Functions857 in github.com/chaoyangnz/gava

FunctionDALOAD
* daload == Operation Load double from array == Format daload == Forms daload = 49 (0x31) == Operand Stack ..., arrayref, index → ..., value
gava/instructions_loads.go:676
FunctionDASTORE
*82 (0x52)*/
gava/instructions_stores.go:553
FunctionDCMPG
*152 (0x98)*/
gava/instructions_comparisons.go:189
FunctionDCMPL
* dcmp<op> == Operation Compare double == Format dcmp<op> == Forms dcmpg = 152 (0x98) dcmpl = 151 (0x97) == Operand Stack ..., value1, value2
gava/instructions_comparisons.go:172
FunctionDCONST_0
* dconst_<d> == Operation Push double == Format dconst_<d> == Forms dconst_0 = 14 (0xe) dconst_1 = 15 (0xf) == Operand Stack ... → ..., <d>
gava/instructions_constants.go:231
FunctionDCONST_1
*15 (0x0F)*/
gava/instructions_constants.go:236
FunctionDDIV
*111 (0x6F)*/
gava/instructions_math.go:111
FunctionDLOAD
* dload == Operation Load double from local variable == Format dload index == Forms dload = 24 (0x18) == Operand Stack ... → ..., value == D
gava/instructions_loads.go:153
FunctionDLOAD_0
* dload_<n> == Operation Load double from local variable == Format dload_<n> == Forms dload_0 = 38 (0x26) dload_1 = 39 (0x27) dload_2 = 40 (0x
gava/instructions_loads.go:409
FunctionDLOAD_1
*39 (0x27)*/
gava/instructions_loads.go:414
FunctionDLOAD_2
*40 (0x28)*/
gava/instructions_loads.go:419
FunctionDLOAD_3
*41 (0x29)*/
gava/instructions_loads.go:424
FunctionDMUL
*107 (0x6B)*/
gava/instructions_math.go:83
FunctionDNEG
*119 (0x77)*/
gava/instructions_math.go:164
FunctionDREM
*115 (0x73)*/
gava/instructions_math.go:139
FunctionDRETURN
*175 (0xAF)*/
gava/instructions_control.go:107
FunctionDSTORE
* dstore == Operation Store double into local variable == Format dstore index == Forms dstore = 57 (0x39) == Operand Stack ..., value → ...
gava/instructions_stores.go:152
FunctionDSTORE_0
* dstore_<n> == Operation Store double into local variable == Format dstore_<n> == Forms dstore_0 = 71 (0x47) dstore_1 = 72 (0x48) dstore_2 =
gava/instructions_stores.go:419
FunctionDSTORE_1
*72 (0x48)*/
gava/instructions_stores.go:424
FunctionDSTORE_2
*73 (0x49)*/
gava/instructions_stores.go:429
FunctionDSTORE_3
*74 (0x4A)*/
gava/instructions_stores.go:434
FunctionDSUB
*103 (0x67)*/
gava/instructions_math.go:55
FunctionDUP
*89 (0x59)*/
gava/instructions_stack.go:14
FunctionDUP2
*92 (0x5C)*/
gava/instructions_stack.go:35
FunctionDUP2_X1
*93 (0x5D)*/
gava/instructions_stack.go:51
FunctionDUP2_X2
*94 (0x5E)*/
gava/instructions_stack.go:56
FunctionDUP_X1
*90 (0x5A)*/
gava/instructions_stack.go:21
FunctionDUP_X2
*91 (0x5B)*/
gava/instructions_stack.go:30
MethodDescriptor
()
gava/type_class.go:67
MethodDescriptor
()
gava/type_primitives.go:39
MethodDescriptor
()
gava/type_primitives.go:40
MethodDescriptor
()
gava/type_primitives.go:41
MethodDescriptor
()
gava/type_primitives.go:42
MethodDescriptor
()
gava/type_primitives.go:43
MethodDescriptor
()
gava/type_primitives.go:44
MethodDescriptor
()
gava/type_primitives.go:45
MethodDescriptor
()
gava/type_primitives.go:46
MethodDescriptor
()
gava/type_primitives.go:47
MethodException1
(String xxxx)
example/src/test/test_athrow.java:42
MethodException2
(String yyy)
example/src/test/test_athrow.java:49
FunctionF2D
* f2d == Operation Convert float to double == Format f2d == Forms f2d = 141 (0x8d) == Operand Stack ..., value → ..., result == Description
gava/instructions_conversions.go:359
FunctionF2I
* f2i == Operation Convert float to int == Format f2i == Forms f2i = 139 (0x8b) == Operand Stack ..., value → ..., result == Description Th
gava/instructions_conversions.go:270
FunctionF2L
* f2l == Operation Convert float to long == Format f2l == Forms f2l = 140 (0x8c) == Operand Stack ..., value → ..., result == Description T
gava/instructions_conversions.go:316
FunctionFADD
*98 (0x62)*/
gava/instructions_math.go:20
FunctionFALOAD
* faload == Operation Load float from array == Format faload == Forms faload = 48 (0x30) == Operand Stack ..., arrayref, index → ..., value
gava/instructions_loads.go:624
FunctionFASTORE
*81 (0x51)*/
gava/instructions_stores.go:544
FunctionFCMPG
*150 (0x96)*/
gava/instructions_comparisons.go:110
FunctionFCMPL
* fcmp<op> == Operation Compare float == Format fcmp<op> == Forms fcmpg = 150 (0x96) fcmpl = 149 (0x95) == Operand Stack ..., value1, value2
gava/instructions_comparisons.go:94
FunctionFCONST_0
* fconst_<f> == Operation Push float == Format fconst_<f> == Forms fconst_0 = 11 (0xb) fconst_1 = 12 (0xc) fconst_2 = 13 (0xd) == Operand Sta
gava/instructions_constants.go:188
FunctionFCONST_1
*12 (0x0C)*/
gava/instructions_constants.go:193
FunctionFCONST_2
*13 (0x0D)*/
gava/instructions_constants.go:198
FunctionFDIV
*110 (0x6E)*/
gava/instructions_math.go:104
FunctionFLOAD
* fload == Operation Load float from local variable == Format fload index == Forms fload = 23 (0x17) == Operand Stack ... → ..., value == De
gava/instructions_loads.go:115
FunctionFLOAD_0
* fload_<n> == Operation Load float from local variable == Format fload_<n> == Forms fload_0 = 34 (0x22) fload_1 = 35 (0x23) fload_2 = 36 (0x2
gava/instructions_loads.go:352
FunctionFLOAD_1
*35 (0x23)*/
gava/instructions_loads.go:357
FunctionFLOAD_2
*36 (0x24)*/
gava/instructions_loads.go:362
FunctionFLOAD_3
*37 (0x25)*/
gava/instructions_loads.go:367
FunctionFMUL
*106 (0x6A)*/
gava/instructions_math.go:76
FunctionFNEG
*118 (0x76)*/
gava/instructions_math.go:158
FunctionFREM
*114 (0x72)*/
gava/instructions_math.go:132
FunctionFRETURN
*174 (0xAE)*/
gava/instructions_control.go:100
FunctionFSTORE
* fstore == Operation Store float into local variable == Format fstore index == Forms fstore = 56 (0x38) == Operand Stack ..., value → ... =
gava/instructions_stores.go:112
FunctionFSTORE_0
* fstore_<n> == Operation Store float into local variable == Format fstore_<n> == Forms fstore_0 = 67 (0x43) fstore_1 = 68 (0x44) fstore_2 = 6
gava/instructions_stores.go:361
FunctionFSTORE_1
*68 (0x44)*/
gava/instructions_stores.go:366
FunctionFSTORE_2
*69 (0x45)*/
gava/instructions_stores.go:371
FunctionFSTORE_3
*70 (0x46)*/
gava/instructions_stores.go:376
FunctionFSUB
*102 (0x66)*/
gava/instructions_math.go:48
MethodFactoryURLClassLoader
(URL[] urls, ClassLoader parent, AccessControlContext acc)
example/src/java/net/URLClassLoader.java:777
FunctionGETFIELD
*180 (0xB4)*/
gava/instructions_references.go:27
FunctionGETSTATIC
*178 (0xB2)*/
gava/instructions_references.go:4
FunctionGOTO
*167 (0xA7)*/
gava/instructions_control.go:4
FunctionGOTO_W
*200 (0xC8)*/
gava/instructions_extended.go:89
MethodGetStaticVariable
(name string, descriptor string)
gava/type_class.go:241
FunctionI2B
* i2b == Operation Convert int to byte == Format i2b == Forms i2b = 145 (0x91) == Operand Stack ..., value → ..., result == Description The
gava/instructions_conversions.go:540
FunctionI2C
* i2c == Operation Convert int to char == Format i2c == Forms i2c = 146 (0x92) == Operand Stack ..., value → ..., result == Description The
gava/instructions_conversions.go:579
FunctionI2D
* i2d == Operation Convert int to double == Format i2d == Forms i2d = 135 (0x87) == Operand Stack ..., value → ..., result == Description T
gava/instructions_conversions.go:109
FunctionI2F
* i2f == Operation Convert int to float == Format i2f == Forms i2f = 134 (0x86) == Operand Stack ..., value → ..., result == Description Th
gava/instructions_conversions.go:73
FunctionI2L
* i2l == Operation Convert int to long == Format i2l == Forms i2l = 133 (0x85) == Operand Stack ..., value → ..., result == Description The
gava/instructions_conversions.go:35
FunctionI2S
* i2s == Operation Convert int to short == Format i2s == Forms i2s = 147 (0x93) == Operand Stack ..., value → ..., result == Description Th
gava/instructions_conversions.go:618
FunctionIADD
*96 (0x60)*/
gava/instructions_math.go:6
FunctionIALOAD
* iaload == Operation Load int from array == Format iaload == Forms iaload = 46 (0x2e) == Operand Stack ..., arrayref, index → ..., value ==
gava/instructions_loads.go:523
FunctionIAND
*126 (0x7E)*/
gava/instructions_math.go:224
FunctionIASTORE
*79 (0x4F)*/
gava/instructions_stores.go:526
FunctionICONST_0
*03 (0x03)*/
gava/instructions_constants.go:90
FunctionICONST_1
*04 (0x04)*/
gava/instructions_constants.go:95
FunctionICONST_2
*05 (0x05)*/
gava/instructions_constants.go:100
FunctionICONST_3
*06 (0x06)*/
gava/instructions_constants.go:105
FunctionICONST_4
*07 (0x07)*/
gava/instructions_constants.go:110
FunctionICONST_5
*08 (0x08)*/
gava/instructions_constants.go:115
FunctionICONST_M1
* iconst_<i> == Operation Push int constant == Format iconst_<i> == Forms iconst_m1 = 2 (0x2) iconst_0 = 3 (0x3) iconst_1 = 4 (0x4) iconst_2
gava/instructions_constants.go:85
FunctionIDIV
*108 (0x6C)*/
gava/instructions_math.go:90
FunctionIFEQ
* if<cond> == Operation Branch if int comparison with zero succeeds == Format if<cond> branchbyte1 branchbyte2 == Forms ifeq = 153 (0x99) ifne
gava/instructions_comparisons.go:258
FunctionIFGE
*156 (0x9C)*/
gava/instructions_comparisons.go:288
FunctionIFGT
*157 (0x9D)*/
gava/instructions_comparisons.go:298
FunctionIFLE
*158 (0x9E)*/
gava/instructions_comparisons.go:308
FunctionIFLT
*155 (0x9B)*/
gava/instructions_comparisons.go:278
FunctionIFNE
*154 (0x9A)*/
gava/instructions_comparisons.go:268
FunctionIFNONNULL
*199 (0xC7)*/
gava/instructions_extended.go:78
FunctionIFNULL
*198 (0xC6)*/
gava/instructions_extended.go:67
FunctionIF_ACMPEQ
* if_acmp<cond> == Operation Branch if reference comparison succeeds == Format if_acmp<cond> branchbyte1 branchbyte2 == Forms if_acmpeq = 165 (0
gava/instructions_comparisons.go:479
← previousnext →401–500 of 857, ranked by callers