Home
last modified time | relevance | path

Searched refs:ByteCode (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/classfile/
H A DClassFileWriter.java890 add(k ? ByteCode.ICONST_1 : ByteCode.ICONST_0); in addPush()
993 xop(ByteCode.ISTORE_0, ByteCode.ISTORE, local); in addIStore()
1003 xop(ByteCode.LSTORE_0, ByteCode.LSTORE, local); in addLStore()
1013 xop(ByteCode.FSTORE_0, ByteCode.FSTORE, local); in addFStore()
1023 xop(ByteCode.DSTORE_0, ByteCode.DSTORE, local); in addDStore()
1033 xop(ByteCode.ASTORE_0, ByteCode.ASTORE, local); in addAStore()
1043 xop(ByteCode.ILOAD_0, ByteCode.ILOAD, local); in addILoad()
1053 xop(ByteCode.LLOAD_0, ByteCode.LLOAD, local); in addLLoad()
1063 xop(ByteCode.FLOAD_0, ByteCode.FLOAD, local); in addFLoad()
1073 xop(ByteCode.DLOAD_0, ByteCode.DLOAD, local); in addDLoad()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/
H A DSkSLInterpreter.h57 ByteCode::Register target = read<ByteCode::Register>(&ip); \
58 ByteCode::Register src1 = read<ByteCode::Register>(&ip); \
59 ByteCode::Register src2 = read<ByteCode::Register>(&ip); \
152 ByteCode::Register target = read<ByteCode::Register>(ip); \
153 ByteCode::Register src = read<ByteCode::Register>(ip); \
412 ByteCode::Register r = read<ByteCode::Register>(ip); in disassemble()
462 ByteCode::Pointer src = read<ByteCode::Pointer>(ip); in disassemble()
469 ByteCode::Pointer src = read<ByteCode::Pointer>(ip); in disassemble()
476 ByteCode::Pointer src = read<ByteCode::Pointer>(ip); in disassemble()
483 ByteCode::Pointer src = read<ByteCode::Pointer>(ip); in disassemble()
[all …]
H A DSkSLByteCodeGenerator.h114 ByteCode::Pointer fPointer;
115 ByteCode::Register fRegister;
118 Location(ByteCode::Pointer p) in Location()
122 Location(ByteCode::Register r) in Location()
156 ByteCode::Register current; in offset()
216 void writeTypedInstruction(const Type& type, ByteCode::Instruction s, ByteCode::Instruction u,
239 ByteCode::Register right, ByteCode::Instruction s,
240 ByteCode::Instruction u, ByteCode::Instruction f,
244 ByteCode::Register right, ByteCode::Instruction s,
245 ByteCode::Instruction u, ByteCode::Instruction f,
[all …]
H A DSkSLByteCodeGenerator.cpp85 return ByteCode::Pointer{0}; in getLocation()
119 return ByteCode::Pointer{0}; in getLocation()
283 int count, ByteCode::Instruction load, ByteCode::Instruction store) in ByteCodeSimpleLValue()
307 ByteCode::Instruction fLoad;
309 ByteCode::Instruction fStore;
440 ByteCode::Instruction u, ByteCode::Instruction f) { in writeTypedInstruction()
512 ByteCode::Register left; in writeBinaryExpression()
822 ByteCode::Instruction inst; in writeConstructor()
851 ByteCode::Register values; in writeConstructor()
857 ByteCode::Register v = values; in writeConstructor()
[all …]
H A DSkSLByteCode.h21 class ByteCode; variable
61 friend class ByteCode; variable
74 class SK_API ByteCode {
76 ByteCode() = default;
77 ByteCode(ByteCode&&) = default;
78 ByteCode& operator =(ByteCode&&) = default;
377 ByteCode(const ByteCode&) = delete;
378 ByteCode& operator=(const ByteCode&) = delete;
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/fpoptimizer/
H A Dbytecodesynth.hh29 ByteCode.reserve(64); in ByteCodeSynth()
47 ByteCode.swap(bc); in Pull()
57 ByteCode.push_back(varno); in PushVar()
64 ByteCode.push_back(cImmed); in PushImmed()
98 ByteCode.push_back(cPopNMov); in DoPopNMov()
190 ByteCode.push_back(op); in SynthIfStep1()
199 ByteCode[ifdata.ofs+1] = 0x80000000u | unsigned( ByteCode.size()+2 ); in SynthIfStep2()
203 ByteCode.push_back(cJump); in SynthIfStep2()
216 ByteCode[ifdata.ofs+1] = 0x80000000u | unsigned( ByteCode.size()-1 ); in SynthIfStep3()
232 ByteCode[a+1] = 0x80000000u | unsigned( ByteCode.size()-1 ); in SynthIfStep3()
[all …]
H A Dreadbytecode.cc54 if(ByteCode[IP] == opcodes.opcode_square) in ParsePowiMuli()
67 if(ByteCode[IP] == opcodes.opcode_half) in ParsePowiMuli()
87 if(ByteCode[IP] == cFetch) in ParsePowiMuli()
89 unsigned index = ByteCode[++IP]; in ParsePowiMuli()
102 if(ByteCode[IP] == cDup) in ParsePowiMuli()
112 ByteCode, IP, limit, in ParsePowiMuli()
458 || (IP < ByteCode.size() && ByteCode[IP] == cJump in GenerateFrom()
470 if(IP >= ByteCode.size()) break; in GenerateFrom()
472 unsigned opcode = ByteCode[IP]; in GenerateFrom()
482ByteCode, IP, if_stack.empty() ? ByteCode.size() : if_stack.back().endif_location, in GenerateFrom()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/fparser/
H A Dfparser.cc220 ByteCode(rhs.ByteCode), in Data()
510 data->ByteCode.clear(); data->ByteCode.reserve(128); in ParseFunction()
597 data->ByteCode.resize(data->ByteCode.size()+num_muls, in CompilePowi()
904 data->ByteCode[data->ByteCode.size()-2] = cExp; in AddFunctionOpcode()
947 && data->ByteCode[data->ByteCode.size()-2] == cImmed) in AddFunctionOpcode_CheckDegreesConversion()
1014 data->ByteCode[data->ByteCode.size()-2] == cImmed) in AddMultiplicationByConst()
1048 else if(data->ByteCode[data->ByteCode.size()-2] == cImmed) in AddBinaryOperationByConst()
1057 && data->ByteCode[data->ByteCode.size()-3] == cImmed) in AddBinaryOperationByConst()
1079 && data->ByteCode[data->ByteCode.size()-3] == cImmed in AddBinaryOperationByConst()
1725 const unsigned* const ByteCode = &(data->ByteCode[0]); in Eval() local
[all …]
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DJavaAdapter.java683 cfw.add(ByteCode.RETURN);
719 cfw.add(ByteCode.RETURN);
735 cfw.add(ByteCode.ALOAD_0);
742 cfw.add(ByteCode.DUP);
772 cfw.add(ByteCode.RETURN);
812 cfw.add(ByteCode.DUP);
826 cfw.add(ByteCode.DUP);
869 cfw.add(ByteCode.POP);
954 cfw.add(ByteCode.ALOAD_0);
959 cfw.add(ByteCode.ALOAD_0);
[all …]
H A DPolicySecurityController.java19 import org.mozilla.classfile.ByteCode;
169 cfw.addInvoke(ByteCode.INVOKESPECIAL, secureCallerClassName,
171 cfw.add(ByteCode.RETURN);
186 cfw.addInvoke(ByteCode.INVOKEINTERFACE,
189 cfw.add(ByteCode.ARETURN);
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/optimizer/
H A DCodegen.java585 cfw.add(ByteCode.DUP); in generateMain()
614 cfw.add(ByteCode.DUP); in generateExecute()
1359 cfw.add(ByteCode.DUP); in generateGenerator()
2138 cfw.add(ByteCode.NEW, in generateThrowJavaScriptException()
2950 cfw.add(ByteCode.DUP); in visitFunction()
3178 cfw.add(ByteCode.NEWARRAY, ByteCode.T_INT); in visitObjectLiteral()
3405 cfw.add(ByteCode.DUP); in visitOptimizedCall()
3409 cfw.add(ByteCode.DUP); in visitOptimizedCall()
4195 cfw.add(ByteCode.POP); in generateSaveLocals()
4507 cfw.add(ByteCode.I2D); in visitBitOp()
[all …]
/dports/cad/tkgate/tkgate-2.1/src/verga/
H A Dbytecode.h103 ByteCode *t_pc; /* Thread program counter */
474 ByteCode *CodeBlock_nextEmpty(CodeBlock *cb);
490 void BCEnd_init(ByteCode*);
496 void BCNoop_init(ByteCode*);
526 void BCRaise_init(ByteCode *bc, Net *net);
564 void BCWait_init(ByteCode *w);
576 void BCDelay_init(ByteCode *d,deltatime_t t);
582 void BCTrigger_init(ByteCode *bct,Trigger *t);
624 void BCReturn_init(ByteCode *bc);
630 void BCDebugPrint_init(ByteCode *bc,char *msg,...);
[all …]
H A Dbytecode.c67 cb->cb_instructions = (ByteCode*) malloc(sizeof(ByteCode)*BCODE_BLOCKSIZE); in CodeBlock_init()
77 ByteCode *oldBC = cb->cb_instructions; in CodeBlock_close()
80 cb->cb_instructions = (ByteCode*) malloc(sizeof(ByteCode)*cb->cb_nalloced); in CodeBlock_close()
108 ByteCode *CodeBlock_nextEmpty(CodeBlock *cb) in CodeBlock_nextEmpty()
112 cb->cb_instructions = (ByteCode*) realloc(cb->cb_instructions,sizeof(ByteCode)*cb->cb_nalloced); in CodeBlock_nextEmpty()
127 …dst->cb_instructions = (ByteCode*) realloc(dst->cb_instructions,sizeof(ByteCode)*dst->cb_nalloced); in CodeBlock_copy()
164 void BCEnd_init(ByteCode *bc) in BCEnd_init()
197 void BCNoop_init(ByteCode *bc) in BCNoop_init()
851 void BCRaise_init(ByteCode *bc, Net *net) in BCRaise_init()
1195 void BCWait_init(ByteCode *bc) in BCWait_init()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/util/
H A Dpowi_opt.cc23 void PrintByteCode(const std::vector<unsigned>& ByteCode, in PrintByteCode() argument
27 for(unsigned IP = 0, DP = 0; IP < ByteCode.size(); ++IP) in PrintByteCode()
32 unsigned opcode = ByteCode[IP]; in PrintByteCode()
38 printHex(dest, ByteCode[IP+1]+1); in PrintByteCode()
45 printHex(dest, ByteCode[IP+1]+1); in PrintByteCode()
85 dest << "cFetch(" << ByteCode[++IP] << ")"; in PrintByteCode()
89 size_t a = ByteCode[++IP]; in PrintByteCode()
90 size_t b = ByteCode[++IP]; in PrintByteCode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/
H A DSkSLByteCode.h184 friend class ByteCode; variable
212 class SK_API ByteCode {
216 ByteCode() = default;
285 ByteCode(const ByteCode&) = delete;
286 ByteCode& operator=(const ByteCode&) = delete;
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/
H A DSkSLByteCode.h187 friend class ByteCode; variable
221 class SK_API ByteCode {
225 ByteCode() = default;
288 ByteCode(const ByteCode&) = delete;
289 ByteCode& operator=(const ByteCode&) = delete;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/
H A DSkSLByteCode.h187 friend class ByteCode; variable
221 class SK_API ByteCode {
225 ByteCode() = default;
288 ByteCode(const ByteCode&) = delete;
289 ByteCode& operator=(const ByteCode&) = delete;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/
H A DSkSLByteCode.h187 friend class ByteCode; variable
221 class SK_API ByteCode {
225 ByteCode() = default;
288 ByteCode(const ByteCode&) = delete;
289 ByteCode& operator=(const ByteCode&) = delete;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/
H A DSkSLByteCode.h187 friend class ByteCode; variable
221 class SK_API ByteCode {
225 ByteCode() = default;
288 ByteCode(const ByteCode&) = delete;
289 ByteCode& operator=(const ByteCode&) = delete;
/dports/science/openbabel/openbabel-3.1.1/src/
H A Dchains.cpp393 } ByteCode; typedef
417 static ByteCode *AllocateByteCode(int type) in AllocateByteCode()
419 ByteCode *result; in AllocateByteCode()
421 result = new ByteCode; in AllocateByteCode()
444 static void DeleteByteCode(ByteCode *node) in DeleteByteCode()
509 ByteCode *ptr; in GenerateByteCodes()
767 PDecisionTree = (ByteCode*)nullptr; in OBChainsParser()
776 NDecisionTree = (ByteCode*)nullptr; in OBChainsParser()
788 DeleteByteCode((ByteCode*)PDecisionTree); in ~OBChainsParser()
1519 ByteCode *ptr; in IdentifyResidue()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/Misc/
H A DvtkFunctionParser.cxx31 this->ByteCode = nullptr; in vtkFunctionParser()
61 delete [] this->ByteCode; in ~vtkFunctionParser()
62 this->ByteCode = nullptr; in ~vtkFunctionParser()
150 (this->ByteCode[i] == VTK_PARSER_KHAT)) in Parse()
183 switch (this->ByteCode[i]) in DisambiguateOperators()
449 switch (this->ByteCode[numBytesProcessed]) in Evaluate()
1268 delete [] this->ByteCode; in BuildInternalFunctionStructure()
1269 this->ByteCode = nullptr; in BuildInternalFunctionStructure()
1492 tempByteCode[i] = this->ByteCode[i]; in AddInternalByte()
1494 delete [] this->ByteCode; in AddInternalByte()
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/Misc/
H A DvtkFunctionParser.cxx36 this->ByteCode = NULL; in vtkFunctionParser()
104 delete [] this->ByteCode; in ~vtkFunctionParser()
105 this->ByteCode = NULL; in ~vtkFunctionParser()
190 (this->ByteCode[i] == VTK_PARSER_KHAT)) in Parse()
220 switch (this->ByteCode[i]) in DisambiguateOperators()
481 switch (this->ByteCode[numBytesProcessed]) in Evaluate()
1384 delete [] this->ByteCode; in BuildInternalFunctionStructure()
1385 this->ByteCode = NULL; in BuildInternalFunctionStructure()
1589 tempByteCode[i] = this->ByteCode[i]; in AddInternalByte()
1591 delete [] this->ByteCode; in AddInternalByte()
[all …]
/dports/java/jikes/jikes-1.22/src/
H A Dbytecode.cpp24 void ByteCode::GenerateCode() in GenerateCode()
3422 void ByteCode::GenerateClassAccessMethod() in GenerateClassAccessMethod()
5199 bool ByteCode::IsNop(AstBlock* block) in IsNop()
6165 ByteCode::ByteCode(TypeSymbol* type) in ByteCode() function in Jikes::ByteCode
6262 void ByteCode::DefineLabel(Label& lab) in DefineLabel()
6313 void ByteCode::CompleteLabel(Label& lab) in CompleteLabel()
6507 void ByteCode::LoadImmediateInteger(i4 val) in LoadImmediateInteger()
6828 void ByteCode::FinishCode() in FinishCode()
6861 void ByteCode::PutOp(Opcode opc) in PutOp()
6900 void ByteCode::PutOpIINC(u2 var, int val) in PutOpIINC()
[all …]
/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Dfparser.cpp454 ByteCode(0), ByteCodeSize(0), in Data()
461 if(ByteCode) { delete[] ByteCode; ByteCode=0; } in ~Data()
481 for(unsigned i=0; i<ByteCodeSize; ++i) ByteCode[i] = cpy.ByteCode[i]; in Data()
850 if(data->ByteCode) { delete[] data->ByteCode; data->ByteCode=0; } in Compile()
1298 const unsigned* const ByteCode = data->ByteCode; in Eval() local
1307 switch(ByteCode[IP]) in Eval()
1492 const unsigned* const ByteCode = data->ByteCode; in PrintByteCode() local
1500 unsigned opcode = ByteCode[IP]; in PrintByteCode()
3161 const unsigned* const ByteCode = data->ByteCode; in MakeTree() local
3180 unsigned opcode = ByteCode[IP]; in MakeTree()
[all …]
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/onejar/com/simontuffs/onejar/
H A DJarClassLoader.java149 protected static class ByteCode { class in JarClassLoader
596 byteCode.put(entryName, new ByteCode(entryName, entry.getName(), baos, jar, man)); in loadBytes()
603 byteCode.put(localname, new ByteCode(localname, entry.getName(), baos, jar, man)); in loadBytes()
656 ByteCode bytecode = (ByteCode)byteCode.get(cache); in findClass()
806 protected void record(ByteCode bytecode) { in record()
883 ByteCode bytecode = (ByteCode)byteCode.get(resolve(resource)); in getByteStream()
886 bytecode = (ByteCode)byteCode.get(resource); in getByteStream()
932 ByteCode callerCode = (ByteCode)byteCode.get(caller); in resolve()
958 ByteCode existing = (ByteCode)byteCode.get(name); in alreadyCached()
1171 ByteCode entry = ((ByteCode) byteCode.get(resource)); in findResource()
[all …]

12345678910>>...12