Home
last modified time | relevance | path

Searched refs:Interpreter (Results 101 – 125 of 6300) sorted by relevance

12345678910>>...252

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DinterpreterRT_x86_32.cpp60 __ movl(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in move()
66 __ lea(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in box()
103 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
104 _from -= Interpreter::stackElementSize; in pass_int()
108 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
109 _from -= Interpreter::stackElementSize; in pass_float()
113 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
114 _to[1] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(0)); in pass_long()
116 _from -= 2*Interpreter::stackElementSize; in pass_long()
123 _from -= Interpreter::stackElementSize; in pass_object()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DinterpreterRT_x86_32.cpp60 __ movl(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in move()
66 __ lea(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in box()
103 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
104 _from -= Interpreter::stackElementSize; in pass_int()
108 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
109 _from -= Interpreter::stackElementSize; in pass_float()
113 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
114 _to[1] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(0)); in pass_long()
116 _from -= 2*Interpreter::stackElementSize; in pass_long()
123 _from -= Interpreter::stackElementSize; in pass_object()
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwscript/
H A Duserextensions.cpp20 class OpUser1 : public Interpreter::Opcode0
24 void execute (Interpreter::Runtime& runtime) override in execute()
30 class OpUser2 : public Interpreter::Opcode0
34 void execute (Interpreter::Runtime& runtime) override in execute()
41 class OpUser3 : public Interpreter::Opcode0
45 void execute (Interpreter::Runtime& runtime) override in execute()
54 class OpUser4 : public Interpreter::Opcode0
58 void execute (Interpreter::Runtime& runtime) override in execute()
67 void installOpcodes (Interpreter::Interpreter& interpreter) in installOpcodes()
H A Dcontrolextensions.cpp24 class OpSetControl : public Interpreter::Opcode0
43 class OpGetDisabled : public Interpreter::Opcode0
59 class OpToggleCollision : public Interpreter::Opcode0
72 class OpClearMovementFlag : public Interpreter::Opcode0
89 class OpSetMovementFlag : public Interpreter::Opcode0
106 class OpGetForceRun : public Interpreter::Opcode0
120 class OpGetForceJump : public Interpreter::Opcode0
148 class OpGetForceSneak : public Interpreter::Opcode0
161 class OpGetPcRunning : public Interpreter::Opcode0
179 class OpGetPcSneaking : public Interpreter::Opcode0
[all …]
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/python-console/
H A DInterpreter.cpp6 PyThreadState* Interpreter::MainThreadState = NULL;
8 Interpreter::Interpreter( ) in Interpreter() function in Interpreter
28 Interpreter::~Interpreter( ) in ~Interpreter()
36 Interpreter::test( ) in test()
141 Interpreter::Initialize( ) in Initialize()
150 Interpreter::Finalize( ) in Finalize()
166 PyObject* Interpreter::RedirectorInit(PyObject *, PyObject *) in RedirectorInit()
190 PyMethodDef Interpreter::RedirectorMethods[] =
192 {"__init__", Interpreter::RedirectorInit, METH_VARARGS,
194 {"write", Interpreter::RedirectorWrite, METH_VARARGS,
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DinterpreterRT_sparc.cpp52 __ ld(Llocals, Interpreter::local_offset_in_bytes(offset()), Rtmp); in pass_word()
143 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
144 _from -= Interpreter::stackElementSize; in pass_int()
152 _from -= Interpreter::stackElementSize; in pass_object()
157 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
158 _from -= Interpreter::stackElementSize; in pass_float()
163 *_to++ = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_double()
164 _from -= 2*Interpreter::stackElementSize; in pass_double()
169 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
171 _from -= 2*Interpreter::stackElementSize; in pass_long()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/sparc/
H A DinterpreterRT_sparc.cpp51 __ ld(Llocals, Interpreter::local_offset_in_bytes(offset()), Rtmp); in pass_word()
142 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
143 _from -= Interpreter::stackElementSize; in pass_int()
151 _from -= Interpreter::stackElementSize; in pass_object()
156 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
157 _from -= Interpreter::stackElementSize; in pass_float()
162 *_to++ = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_double()
163 _from -= 2*Interpreter::stackElementSize; in pass_double()
168 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
170 _from -= 2*Interpreter::stackElementSize; in pass_long()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/sparc/
H A DinterpreterRT_sparc.cpp52 __ ld(Llocals, Interpreter::local_offset_in_bytes(offset()), Rtmp); in pass_word()
143 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
144 _from -= Interpreter::stackElementSize; in pass_int()
152 _from -= Interpreter::stackElementSize; in pass_object()
157 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
158 _from -= Interpreter::stackElementSize; in pass_float()
163 *_to++ = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_double()
164 _from -= 2*Interpreter::stackElementSize; in pass_double()
169 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
171 _from -= 2*Interpreter::stackElementSize; in pass_long()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/sparc/
H A DinterpreterRT_sparc.cpp52 __ ld(Llocals, Interpreter::local_offset_in_bytes(offset()), Rtmp); in pass_word()
143 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
144 _from -= Interpreter::stackElementSize; in pass_int()
152 _from -= Interpreter::stackElementSize; in pass_object()
157 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
158 _from -= Interpreter::stackElementSize; in pass_float()
163 *_to++ = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_double()
164 _from -= 2*Interpreter::stackElementSize; in pass_double()
169 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
171 _from -= 2*Interpreter::stackElementSize; in pass_long()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/sparc/
H A DinterpreterRT_sparc.cpp51 __ ld(Llocals, Interpreter::local_offset_in_bytes(offset()), Rtmp); in pass_word()
142 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
143 _from -= Interpreter::stackElementSize; in pass_int()
151 _from -= Interpreter::stackElementSize; in pass_object()
156 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
157 _from -= Interpreter::stackElementSize; in pass_float()
162 *_to++ = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_double()
163 _from -= 2*Interpreter::stackElementSize; in pass_double()
168 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
170 _from -= 2*Interpreter::stackElementSize; in pass_long()
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/components/interpreter/
H A Dinterpreter.cpp8 namespace Interpreter namespace
10 void Interpreter::execute (Type_Code code) in execute()
84 void Interpreter::abortUnknownCode (int segment, int opcode) in abortUnknownCode()
90 void Interpreter::abortUnknownSegment (Type_Code code) in abortUnknownSegment()
96 void Interpreter::begin() in begin()
109 void Interpreter::end() in end()
123 Interpreter::Interpreter() : mRunning (false) in Interpreter() function in Interpreter::Interpreter
126 Interpreter::~Interpreter() in ~Interpreter()
145 void Interpreter::installSegment0 (int code, Opcode1 *opcode) in installSegment0()
151 void Interpreter::installSegment2 (int code, Opcode1 *opcode) in installSegment2()
[all …]
/dports/lang/bsh/beanshell-2.1.0/tests/junitTests/src/bsh/
H A DBshSerializationTest.java45 final Interpreter origInterpreter = new Interpreter(); in testNullValueSerialization()
48 final Interpreter deserInterpreter = TestUtil.serDeser(origInterpreter); in testNullValueSerialization()
58 final Interpreter originalInterpreter = new Interpreter(); in testSpecialNullSerialization()
61 final Interpreter deserInterpreter = TestUtil.serDeser(originalInterpreter); in testSpecialNullSerialization()
73 final Interpreter origInterpreter = new Interpreter(); in testMethodSerialization()
76 final Interpreter deserInterpreter = TestUtil.serDeser(origInterpreter); in testMethodSerialization()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DinterpreterRT_x86_32.cpp76 __ movl(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in move()
82 __ lea(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in box()
119 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
120 _from -= Interpreter::stackElementSize; in pass_int()
124 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
125 _from -= Interpreter::stackElementSize; in pass_float()
129 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
130 _to[1] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(0)); in pass_long()
132 _from -= 2*Interpreter::stackElementSize; in pass_long()
139 _from -= Interpreter::stackElementSize; in pass_object()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/
H A DinterpreterRT_x86_32.cpp75 __ movl(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in move()
81 __ lea(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in box()
118 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
119 _from -= Interpreter::stackElementSize; in pass_int()
123 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
124 _from -= Interpreter::stackElementSize; in pass_float()
128 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
129 _to[1] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(0)); in pass_long()
131 _from -= 2*Interpreter::stackElementSize; in pass_long()
138 _from -= Interpreter::stackElementSize; in pass_object()
[all …]
/dports/misc/mnn/MNN-1.2.0/include/MNN/
H A DInterpreter.hpp100 class MNN_PUBLIC Interpreter { class
107 static Interpreter* createFromFile(const char* file);
114 static Interpreter* createFromBuffer(const void* buffer, size_t size);
115 ~Interpreter();
329 static Interpreter* createFromBufferInternal(Content* net);
332 Interpreter(Content* net);
334 Interpreter(const Interpreter&) = delete;
335 Interpreter(const Interpreter&&) = delete;
336 Interpreter& operator=(const Interpreter&) = delete;
337 Interpreter& operator=(const Interpreter&&) = delete;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A DinterpreterRT_x86_32.cpp76 __ movl(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in move()
82 __ lea(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in box()
119 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
120 _from -= Interpreter::stackElementSize; in pass_int()
124 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
125 _from -= Interpreter::stackElementSize; in pass_float()
129 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
130 _to[1] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(0)); in pass_long()
132 _from -= 2*Interpreter::stackElementSize; in pass_long()
139 _from -= Interpreter::stackElementSize; in pass_object()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/
H A DinterpreterRT_x86_32.cpp75 __ movl(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in move()
81 __ lea(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in box()
118 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
119 _from -= Interpreter::stackElementSize; in pass_int()
123 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
124 _from -= Interpreter::stackElementSize; in pass_float()
128 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
129 _to[1] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(0)); in pass_long()
131 _from -= 2*Interpreter::stackElementSize; in pass_long()
138 _from -= Interpreter::stackElementSize; in pass_object()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A DinterpreterRT_x86_32.cpp75 __ movl(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in move()
81 __ lea(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in box()
118 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
119 _from -= Interpreter::stackElementSize; in pass_int()
123 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
124 _from -= Interpreter::stackElementSize; in pass_float()
128 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
129 _to[1] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(0)); in pass_long()
131 _from -= 2*Interpreter::stackElementSize; in pass_long()
138 _from -= Interpreter::stackElementSize; in pass_object()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/
H A DinterpreterRT_x86_32.cpp76 __ movl(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in move()
82 __ lea(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in box()
119 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
120 _from -= Interpreter::stackElementSize; in pass_int()
124 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
125 _from -= Interpreter::stackElementSize; in pass_float()
129 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
130 _to[1] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(0)); in pass_long()
132 _from -= 2*Interpreter::stackElementSize; in pass_long()
139 _from -= Interpreter::stackElementSize; in pass_object()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/x86/
H A DinterpreterRT_x86_32.cpp75 __ movl(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in move()
81 __ lea(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in box()
118 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
119 _from -= Interpreter::stackElementSize; in pass_int()
123 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
124 _from -= Interpreter::stackElementSize; in pass_float()
128 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
129 _to[1] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(0)); in pass_long()
131 _from -= 2*Interpreter::stackElementSize; in pass_long()
138 _from -= Interpreter::stackElementSize; in pass_object()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/
H A DinterpreterRT_x86_32.cpp75 __ movl(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in move()
81 __ lea(temp(), Address(from(), Interpreter::local_offset_in_bytes(from_offset))); in box()
118 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_int()
119 _from -= Interpreter::stackElementSize; in pass_int()
123 *_to++ = *(jint *)(_from+Interpreter::local_offset_in_bytes(0)); in pass_float()
124 _from -= Interpreter::stackElementSize; in pass_float()
128 _to[0] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(1)); in pass_long()
129 _to[1] = *(intptr_t*)(_from+Interpreter::local_offset_in_bytes(0)); in pass_long()
131 _from -= 2*Interpreter::stackElementSize; in pass_long()
138 _from -= Interpreter::stackElementSize; in pass_object()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/aarch64/
H A DinterpreterRT_aarch64.cpp173 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
185 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
197 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
209 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
221 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
290 _from -= Interpreter::stackElementSize; in pass_int()
304 _from -= 2*Interpreter::stackElementSize; in pass_long()
318 _from -= Interpreter::stackElementSize; in pass_object()
332 _from -= Interpreter::stackElementSize; in pass_float()
346 _from -= 2*Interpreter::stackElementSize; in pass_double()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/aarch64/
H A DinterpreterRT_aarch64.cpp172 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
184 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
196 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
208 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
220 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
289 _from -= Interpreter::stackElementSize; in pass_int()
303 _from -= 2*Interpreter::stackElementSize; in pass_long()
317 _from -= Interpreter::stackElementSize; in pass_object()
331 _from -= Interpreter::stackElementSize; in pass_float()
345 _from -= 2*Interpreter::stackElementSize; in pass_double()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/aarch64/
H A DinterpreterRT_aarch64.cpp173 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
185 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
197 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
209 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
221 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
290 _from -= Interpreter::stackElementSize; in pass_int()
304 _from -= 2*Interpreter::stackElementSize; in pass_long()
318 _from -= Interpreter::stackElementSize; in pass_object()
332 _from -= Interpreter::stackElementSize; in pass_float()
346 _from -= 2*Interpreter::stackElementSize; in pass_double()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/aarch64/
H A DinterpreterRT_aarch64.cpp172 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
184 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
196 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
208 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
220 __ add(r0, from(), Interpreter::local_offset_in_bytes(offset())); in pass_object()
289 _from -= Interpreter::stackElementSize; in pass_int()
303 _from -= 2*Interpreter::stackElementSize; in pass_long()
317 _from -= Interpreter::stackElementSize; in pass_object()
331 _from -= Interpreter::stackElementSize; in pass_float()
345 _from -= 2*Interpreter::stackElementSize; in pass_double()
[all …]

12345678910>>...252