Home
last modified time | relevance | path

Searched refs:codeStore (Results 1 – 25 of 85) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DCommaExpression.java126 void codeStore(Environment env, Context ctx, Assembler asm) { in codeStore() method in CommaExpression
130 super.codeStore(env, ctx, asm); in codeStore()
132 right.codeStore(env, ctx, asm); in codeStore()
H A DAssignExpression.java131 left.codeStore(env, ctx, asm); in codeValue()
147 left.codeStore(env, ctx, asm); in code()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DCommaExpression.java126 void codeStore(Environment env, Context ctx, Assembler asm) { in codeStore() method in CommaExpression
130 super.codeStore(env, ctx, asm); in codeStore()
132 right.codeStore(env, ctx, asm); in codeStore()
H A DAssignExpression.java131 left.codeStore(env, ctx, asm); in codeValue()
147 left.codeStore(env, ctx, asm); in code()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DCommaExpression.java126 void codeStore(Environment env, Context ctx, Assembler asm) { in codeStore() method in CommaExpression
130 super.codeStore(env, ctx, asm); in codeStore()
132 right.codeStore(env, ctx, asm); in codeStore()
H A DAssignExpression.java131 left.codeStore(env, ctx, asm); in codeValue()
147 left.codeStore(env, ctx, asm); in code()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DCommaExpression.java126 void codeStore(Environment env, Context ctx, Assembler asm) { in codeStore() method in CommaExpression
130 super.codeStore(env, ctx, asm); in codeStore()
132 right.codeStore(env, ctx, asm); in codeStore()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/tools/tree/
H A DCommaExpression.java126 void codeStore(Environment env, Context ctx, Assembler asm) { in codeStore() method in CommaExpression
130 super.codeStore(env, ctx, asm); in codeStore()
132 right.codeStore(env, ctx, asm); in codeStore()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DCommaExpression.java126 void codeStore(Environment env, Context ctx, Assembler asm) { in codeStore() method in CommaExpression
130 super.codeStore(env, ctx, asm); in codeStore()
132 right.codeStore(env, ctx, asm); in codeStore()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DCommaExpression.java126 void codeStore(Environment env, Context ctx, Assembler asm) { in codeStore() method in CommaExpression
130 super.codeStore(env, ctx, asm); in codeStore()
132 right.codeStore(env, ctx, asm); in codeStore()
/dports/games/scummvm/scummvm-2.5.1/engines/director/lingo/
H A Dlingo-bytecode.cpp1173 byte *codeStore = (byte *)malloc(codeStoreSize); in compileLingoV4() local
1174 stream.read(codeStore, codeStoreSize); in compileLingoV4()
1299 uint8 opcode = codeStore[pointer]; in compileLingoV4()
1310 arg = (uint8)codeStore[pointer]; in compileLingoV4()
1366 arg = (uint8)codeStore[pointer]; in compileLingoV4()
1372 arg = (int8)codeStore[pointer]; in compileLingoV4()
1449 codeInt((uint)codeStore[pointer]); in compileLingoV4()
1452 …le, "Unimplemented opcode: 0x%02x (%d, %d)", opcode, (uint)codeStore[pointer], (uint)codeStore[poi… in compileLingoV4()
1457 codeInt((uint)codeStore[pointer]); in compileLingoV4()
1459 codeInt((uint)codeStore[pointer+1]); in compileLingoV4()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go147 type codeStore struct { // {{{ struct
224 func (cd *codeStore) SetA(pc int, v int) { argument
228 func (cd *codeStore) SetB(pc int, v int) { argument
232 func (cd *codeStore) SetC(pc int, v int) { argument
244 func (cd *codeStore) At(pc int) uint32 { argument
248 func (cd *codeStore) List() []uint32 { argument
252 func (cd *codeStore) PosList() []int { argument
256 func (cd *codeStore) LastPC() int { argument
260 func (cd *codeStore) Last() uint32 { argument
267 func (cd *codeStore) Pop() { argument
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go147 type codeStore struct { // {{{ struct
224 func (cd *codeStore) SetA(pc int, v int) { argument
228 func (cd *codeStore) SetB(pc int, v int) { argument
232 func (cd *codeStore) SetC(pc int, v int) { argument
244 func (cd *codeStore) At(pc int) uint32 { argument
248 func (cd *codeStore) List() []uint32 { argument
252 func (cd *codeStore) PosList() []int { argument
256 func (cd *codeStore) LastPC() int { argument
260 func (cd *codeStore) Last() uint32 { argument
267 func (cd *codeStore) Pop() { argument
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go147 type codeStore struct { // {{{ struct
224 func (cd *codeStore) SetA(pc int, v int) { argument
228 func (cd *codeStore) SetB(pc int, v int) { argument
232 func (cd *codeStore) SetC(pc int, v int) { argument
244 func (cd *codeStore) At(pc int) uint32 { argument
248 func (cd *codeStore) List() []uint32 { argument
252 func (cd *codeStore) PosList() []int { argument
256 func (cd *codeStore) LastPC() int { argument
260 func (cd *codeStore) Last() uint32 { argument
267 func (cd *codeStore) Pop() { argument
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go147 type codeStore struct { // {{{ struct
224 func (cd *codeStore) SetA(pc int, v int) { argument
228 func (cd *codeStore) SetB(pc int, v int) { argument
232 func (cd *codeStore) SetC(pc int, v int) { argument
244 func (cd *codeStore) At(pc int) uint32 { argument
248 func (cd *codeStore) List() []uint32 { argument
252 func (cd *codeStore) PosList() []int { argument
256 func (cd *codeStore) LastPC() int { argument
260 func (cd *codeStore) Last() uint32 { argument
267 func (cd *codeStore) Pop() { argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go147 type codeStore struct { // {{{ struct
224 func (cd *codeStore) SetA(pc int, v int) { argument
228 func (cd *codeStore) SetB(pc int, v int) { argument
232 func (cd *codeStore) SetC(pc int, v int) { argument
244 func (cd *codeStore) At(pc int) uint32 { argument
248 func (cd *codeStore) List() []uint32 { argument
252 func (cd *codeStore) PosList() []int { argument
256 func (cd *codeStore) LastPC() int { argument
260 func (cd *codeStore) Last() uint32 { argument
267 func (cd *codeStore) Pop() { argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go147 type codeStore struct { // {{{ struct
224 func (cd *codeStore) SetA(pc int, v int) { argument
228 func (cd *codeStore) SetB(pc int, v int) { argument
232 func (cd *codeStore) SetC(pc int, v int) { argument
244 func (cd *codeStore) At(pc int) uint32 { argument
248 func (cd *codeStore) List() []uint32 { argument
252 func (cd *codeStore) PosList() []int { argument
256 func (cd *codeStore) LastPC() int { argument
260 func (cd *codeStore) Last() uint32 { argument
267 func (cd *codeStore) Pop() { argument
[all …]
/dports/editors/micro/micro-2.0.10/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go147 type codeStore struct { // {{{ struct
224 func (cd *codeStore) SetA(pc int, v int) { argument
228 func (cd *codeStore) SetB(pc int, v int) { argument
232 func (cd *codeStore) SetC(pc int, v int) { argument
244 func (cd *codeStore) At(pc int) uint32 { argument
248 func (cd *codeStore) List() []uint32 { argument
252 func (cd *codeStore) PosList() []int { argument
256 func (cd *codeStore) LastPC() int { argument
260 func (cd *codeStore) Last() uint32 { argument
267 func (cd *codeStore) Pop() { argument
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go147 type codeStore struct { // {{{ struct
224 func (cd *codeStore) SetA(pc int, v int) { argument
228 func (cd *codeStore) SetB(pc int, v int) { argument
232 func (cd *codeStore) SetC(pc int, v int) { argument
244 func (cd *codeStore) At(pc int) uint32 { argument
248 func (cd *codeStore) List() []uint32 { argument
252 func (cd *codeStore) PosList() []int { argument
256 func (cd *codeStore) LastPC() int { argument
260 func (cd *codeStore) Last() uint32 { argument
267 func (cd *codeStore) Pop() { argument
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go147 type codeStore struct { // {{{ struct
224 func (cd *codeStore) SetA(pc int, v int) { argument
228 func (cd *codeStore) SetB(pc int, v int) { argument
232 func (cd *codeStore) SetC(pc int, v int) { argument
244 func (cd *codeStore) At(pc int) uint32 { argument
248 func (cd *codeStore) List() []uint32 { argument
252 func (cd *codeStore) PosList() []int { argument
256 func (cd *codeStore) LastPC() int { argument
260 func (cd *codeStore) Last() uint32 { argument
267 func (cd *codeStore) Pop() { argument
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go147 type codeStore struct { // {{{ struct
224 func (cd *codeStore) SetA(pc int, v int) { argument
228 func (cd *codeStore) SetB(pc int, v int) { argument
232 func (cd *codeStore) SetC(pc int, v int) { argument
244 func (cd *codeStore) At(pc int) uint32 { argument
248 func (cd *codeStore) List() []uint32 { argument
252 func (cd *codeStore) PosList() []int { argument
256 func (cd *codeStore) LastPC() int { argument
260 func (cd *codeStore) Last() uint32 { argument
267 func (cd *codeStore) Pop() { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go147 type codeStore struct { // {{{ struct
224 func (cd *codeStore) SetA(pc int, v int) { argument
228 func (cd *codeStore) SetB(pc int, v int) { argument
232 func (cd *codeStore) SetC(pc int, v int) { argument
244 func (cd *codeStore) At(pc int) uint32 { argument
248 func (cd *codeStore) List() []uint32 { argument
252 func (cd *codeStore) PosList() []int { argument
256 func (cd *codeStore) LastPC() int { argument
260 func (cd *codeStore) Last() uint32 { argument
267 func (cd *codeStore) Pop() { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go147 type codeStore struct { // {{{ struct
224 func (cd *codeStore) SetA(pc int, v int) { argument
228 func (cd *codeStore) SetB(pc int, v int) { argument
232 func (cd *codeStore) SetC(pc int, v int) { argument
244 func (cd *codeStore) At(pc int) uint32 { argument
248 func (cd *codeStore) List() []uint32 { argument
252 func (cd *codeStore) PosList() []int { argument
256 func (cd *codeStore) LastPC() int { argument
260 func (cd *codeStore) Last() uint32 { argument
267 func (cd *codeStore) Pop() { argument
[all …]
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go140 type codeStore struct { // {{{ struct
208 func (cd *codeStore) SetA(pc int, v int) { argument
212 func (cd *codeStore) SetB(pc int, v int) { argument
216 func (cd *codeStore) SetC(pc int, v int) { argument
228 func (cd *codeStore) At(pc int) uint32 { argument
232 func (cd *codeStore) List() []uint32 { argument
236 func (cd *codeStore) PosList() []int { argument
240 func (cd *codeStore) LastPC() int { argument
244 func (cd *codeStore) Last() uint32 { argument
251 func (cd *codeStore) Pop() { argument
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/vendor/github.com/yuin/gopher-lua/
H A Dcompile.go140 type codeStore struct { // {{{ struct
208 func (cd *codeStore) SetA(pc int, v int) { argument
212 func (cd *codeStore) SetB(pc int, v int) { argument
216 func (cd *codeStore) SetC(pc int, v int) { argument
228 func (cd *codeStore) At(pc int) uint32 { argument
232 func (cd *codeStore) List() []uint32 { argument
236 func (cd *codeStore) PosList() []int { argument
240 func (cd *codeStore) LastPC() int { argument
244 func (cd *codeStore) Last() uint32 { argument
251 func (cd *codeStore) Pop() { argument
[all …]

1234