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
Function
DALOAD
* daload == Operation Load double from array == Format daload == Forms daload = 49 (0x31) == Operand Stack ..., arrayref, index → ..., value
gava/instructions_loads.go:676
Function
DASTORE
*82 (0x52)*/
gava/instructions_stores.go:553
Function
DCMPG
*152 (0x98)*/
gava/instructions_comparisons.go:189
Function
DCMPL
* dcmp<op> == Operation Compare double == Format dcmp<op> == Forms dcmpg = 152 (0x98) dcmpl = 151 (0x97) == Operand Stack ..., value1, value2
gava/instructions_comparisons.go:172
Function
DCONST_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
Function
DCONST_1
*15 (0x0F)*/
gava/instructions_constants.go:236
Function
DDIV
*111 (0x6F)*/
gava/instructions_math.go:111
Function
DLOAD
* dload == Operation Load double from local variable == Format dload index == Forms dload = 24 (0x18) == Operand Stack ... → ..., value == D
gava/instructions_loads.go:153
Function
DLOAD_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
Function
DLOAD_1
*39 (0x27)*/
gava/instructions_loads.go:414
Function
DLOAD_2
*40 (0x28)*/
gava/instructions_loads.go:419
Function
DLOAD_3
*41 (0x29)*/
gava/instructions_loads.go:424
Function
DMUL
*107 (0x6B)*/
gava/instructions_math.go:83
Function
DNEG
*119 (0x77)*/
gava/instructions_math.go:164
Function
DREM
*115 (0x73)*/
gava/instructions_math.go:139
Function
DRETURN
*175 (0xAF)*/
gava/instructions_control.go:107
Function
DSTORE
* dstore == Operation Store double into local variable == Format dstore index == Forms dstore = 57 (0x39) == Operand Stack ..., value → ...
gava/instructions_stores.go:152
Function
DSTORE_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
Function
DSTORE_1
*72 (0x48)*/
gava/instructions_stores.go:424
Function
DSTORE_2
*73 (0x49)*/
gava/instructions_stores.go:429
Function
DSTORE_3
*74 (0x4A)*/
gava/instructions_stores.go:434
Function
DSUB
*103 (0x67)*/
gava/instructions_math.go:55
Function
DUP
*89 (0x59)*/
gava/instructions_stack.go:14
Function
DUP2
*92 (0x5C)*/
gava/instructions_stack.go:35
Function
DUP2_X1
*93 (0x5D)*/
gava/instructions_stack.go:51
Function
DUP2_X2
*94 (0x5E)*/
gava/instructions_stack.go:56
Function
DUP_X1
*90 (0x5A)*/
gava/instructions_stack.go:21
Function
DUP_X2
*91 (0x5B)*/
gava/instructions_stack.go:30
Method
Descriptor
()
gava/type_class.go:67
Method
Descriptor
()
gava/type_primitives.go:39
Method
Descriptor
()
gava/type_primitives.go:40
Method
Descriptor
()
gava/type_primitives.go:41
Method
Descriptor
()
gava/type_primitives.go:42
Method
Descriptor
()
gava/type_primitives.go:43
Method
Descriptor
()
gava/type_primitives.go:44
Method
Descriptor
()
gava/type_primitives.go:45
Method
Descriptor
()
gava/type_primitives.go:46
Method
Descriptor
()
gava/type_primitives.go:47
Method
Exception1
(String xxxx)
example/src/test/test_athrow.java:42
Method
Exception2
(String yyy)
example/src/test/test_athrow.java:49
Function
F2D
* f2d == Operation Convert float to double == Format f2d == Forms f2d = 141 (0x8d) == Operand Stack ..., value → ..., result == Description
gava/instructions_conversions.go:359
Function
F2I
* f2i == Operation Convert float to int == Format f2i == Forms f2i = 139 (0x8b) == Operand Stack ..., value → ..., result == Description Th
gava/instructions_conversions.go:270
Function
F2L
* f2l == Operation Convert float to long == Format f2l == Forms f2l = 140 (0x8c) == Operand Stack ..., value → ..., result == Description T
gava/instructions_conversions.go:316
Function
FADD
*98 (0x62)*/
gava/instructions_math.go:20
Function
FALOAD
* faload == Operation Load float from array == Format faload == Forms faload = 48 (0x30) == Operand Stack ..., arrayref, index → ..., value
gava/instructions_loads.go:624
Function
FASTORE
*81 (0x51)*/
gava/instructions_stores.go:544
Function
FCMPG
*150 (0x96)*/
gava/instructions_comparisons.go:110
Function
FCMPL
* fcmp<op> == Operation Compare float == Format fcmp<op> == Forms fcmpg = 150 (0x96) fcmpl = 149 (0x95) == Operand Stack ..., value1, value2
gava/instructions_comparisons.go:94
Function
FCONST_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
Function
FCONST_1
*12 (0x0C)*/
gava/instructions_constants.go:193
Function
FCONST_2
*13 (0x0D)*/
gava/instructions_constants.go:198
Function
FDIV
*110 (0x6E)*/
gava/instructions_math.go:104
Function
FLOAD
* fload == Operation Load float from local variable == Format fload index == Forms fload = 23 (0x17) == Operand Stack ... → ..., value == De
gava/instructions_loads.go:115
Function
FLOAD_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
Function
FLOAD_1
*35 (0x23)*/
gava/instructions_loads.go:357
Function
FLOAD_2
*36 (0x24)*/
gava/instructions_loads.go:362
Function
FLOAD_3
*37 (0x25)*/
gava/instructions_loads.go:367
Function
FMUL
*106 (0x6A)*/
gava/instructions_math.go:76
Function
FNEG
*118 (0x76)*/
gava/instructions_math.go:158
Function
FREM
*114 (0x72)*/
gava/instructions_math.go:132
Function
FRETURN
*174 (0xAE)*/
gava/instructions_control.go:100
Function
FSTORE
* fstore == Operation Store float into local variable == Format fstore index == Forms fstore = 56 (0x38) == Operand Stack ..., value → ... =
gava/instructions_stores.go:112
Function
FSTORE_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
Function
FSTORE_1
*68 (0x44)*/
gava/instructions_stores.go:366
Function
FSTORE_2
*69 (0x45)*/
gava/instructions_stores.go:371
Function
FSTORE_3
*70 (0x46)*/
gava/instructions_stores.go:376
Function
FSUB
*102 (0x66)*/
gava/instructions_math.go:48
Method
FactoryURLClassLoader
(URL[] urls, ClassLoader parent, AccessControlContext acc)
example/src/java/net/URLClassLoader.java:777
Function
GETFIELD
*180 (0xB4)*/
gava/instructions_references.go:27
Function
GETSTATIC
*178 (0xB2)*/
gava/instructions_references.go:4
Function
GOTO
*167 (0xA7)*/
gava/instructions_control.go:4
Function
GOTO_W
*200 (0xC8)*/
gava/instructions_extended.go:89
Method
GetStaticVariable
(name string, descriptor string)
gava/type_class.go:241
Function
I2B
* i2b == Operation Convert int to byte == Format i2b == Forms i2b = 145 (0x91) == Operand Stack ..., value → ..., result == Description The
gava/instructions_conversions.go:540
Function
I2C
* i2c == Operation Convert int to char == Format i2c == Forms i2c = 146 (0x92) == Operand Stack ..., value → ..., result == Description The
gava/instructions_conversions.go:579
Function
I2D
* i2d == Operation Convert int to double == Format i2d == Forms i2d = 135 (0x87) == Operand Stack ..., value → ..., result == Description T
gava/instructions_conversions.go:109
Function
I2F
* i2f == Operation Convert int to float == Format i2f == Forms i2f = 134 (0x86) == Operand Stack ..., value → ..., result == Description Th
gava/instructions_conversions.go:73
Function
I2L
* i2l == Operation Convert int to long == Format i2l == Forms i2l = 133 (0x85) == Operand Stack ..., value → ..., result == Description The
gava/instructions_conversions.go:35
Function
I2S
* i2s == Operation Convert int to short == Format i2s == Forms i2s = 147 (0x93) == Operand Stack ..., value → ..., result == Description Th
gava/instructions_conversions.go:618
Function
IADD
*96 (0x60)*/
gava/instructions_math.go:6
Function
IALOAD
* iaload == Operation Load int from array == Format iaload == Forms iaload = 46 (0x2e) == Operand Stack ..., arrayref, index → ..., value ==
gava/instructions_loads.go:523
Function
IAND
*126 (0x7E)*/
gava/instructions_math.go:224
Function
IASTORE
*79 (0x4F)*/
gava/instructions_stores.go:526
Function
ICONST_0
*03 (0x03)*/
gava/instructions_constants.go:90
Function
ICONST_1
*04 (0x04)*/
gava/instructions_constants.go:95
Function
ICONST_2
*05 (0x05)*/
gava/instructions_constants.go:100
Function
ICONST_3
*06 (0x06)*/
gava/instructions_constants.go:105
Function
ICONST_4
*07 (0x07)*/
gava/instructions_constants.go:110
Function
ICONST_5
*08 (0x08)*/
gava/instructions_constants.go:115
Function
ICONST_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
Function
IDIV
*108 (0x6C)*/
gava/instructions_math.go:90
Function
IFEQ
* 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
Function
IFGE
*156 (0x9C)*/
gava/instructions_comparisons.go:288
Function
IFGT
*157 (0x9D)*/
gava/instructions_comparisons.go:298
Function
IFLE
*158 (0x9E)*/
gava/instructions_comparisons.go:308
Function
IFLT
*155 (0x9B)*/
gava/instructions_comparisons.go:278
Function
IFNE
*154 (0x9A)*/
gava/instructions_comparisons.go:268
Function
IFNONNULL
*199 (0xC7)*/
gava/instructions_extended.go:78
Function
IFNULL
*198 (0xC6)*/
gava/instructions_extended.go:67
Function
IF_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
← previous
next →
401–500 of 857, ranked by callers