Home
last modified time | relevance | path

Searched refs:OpcodeID (Results 1 – 25 of 112) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Dispatcher/
H A DQueryCoreOp.cs13 : base(OpcodeID.PushContextNode) in PushContextNodeOpcode()
35 : base(OpcodeID.PushPosition) in PushContextPositionOpcode()
49 : base(OpcodeID.PopSequenceToValueStack) in PopSequenceToValueStackOpcode()
63 : base(OpcodeID.PopSequenceToSequenceStack) in PopSequenceToSequenceStackOpcode()
78 : base(OpcodeID.PushContextCopy) in PushContextCopy()
103 : base(OpcodeID.PopContextNodes) in PopContextNodes()
118 : base(OpcodeID.PopValueFrame) in PopValueFrameOpcode()
135 : base(OpcodeID.PushString) in PushStringOpcode()
175 : base(OpcodeID.PushDouble) in PushNumberOpcode()
214 : base(OpcodeID.PushBool) in PushBooleanOpcode()
[all …]
H A DQueryMath.cs23 internal MathOpcode(OpcodeID id, MathOperator op) in MathOpcode()
50 : base(OpcodeID.Plus, MathOperator.Plus) in PlusOpcode()
77 : base(OpcodeID.Minus, MathOperator.Minus) in MinusOpcode()
104 : base(OpcodeID.Multiply, MathOperator.Multiply) in MultiplyOpcode()
131 : base(OpcodeID.Divide, MathOperator.Div) in DivideOpcode()
157 : base(OpcodeID.Mod, MathOperator.Mod) in ModulusOpcode()
183 : base(OpcodeID.Negate, MathOperator.Negate) in NegateOpcode()
H A DQueryResultOp.cs12 internal ResultOpcode(OpcodeID id) in ResultOpcode()
22 : base(OpcodeID.MatchResult) in MatchResultOpcode()
60 : base(OpcodeID.QueryResult) in QueryResultOpcode()
110 internal MultipleResultOpcode(OpcodeID id) in MultipleResultOpcode()
180 internal QueryMultipleResultOpcode() : base(OpcodeID.QueryMultipleResult) { } in QueryMultipleResultOpcode()
235 internal MatchMultipleResultOpcode() : base(OpcodeID.MatchMultipleResult) { } in MatchMultipleResultOpcode()
H A DQueryBranchOp.cs13 internal JumpOpcode(OpcodeID id, Opcode jump) in JumpOpcode()
48 if (this.jump.ID == OpcodeID.Branch) in AddJump()
88 if (this.jump.ID == OpcodeID.Branch) in RemoveJump()
113 if (this.jump.ID == OpcodeID.Branch) in Trim()
243 : base(OpcodeID.StartBoolean) in StartBooleanOpcode()
335 internal NoOpOpcode(OpcodeID id) in NoOpOpcode()
346 : base(OpcodeID.BlockEnd) in BlockEndOpcode()
384 : base(OpcodeID.Cast) in TypecastOpcode()
653 : this(OpcodeID.Branch) in BranchOpcode()
657 internal BranchOpcode(OpcodeID id) in BranchOpcode()
[all …]
H A DQueryRelOp.cs28 : this(OpcodeID.Relation, op) in RelationOpcode()
32 protected RelationOpcode(OpcodeID id, RelationOperator op) in RelationOpcode()
76 internal LiteralRelationOpcode(OpcodeID id) in LiteralRelationOpcode()
105 : base(OpcodeID.StringEquals) in StringEqualsOpcode()
179 : base(OpcodeID.NumberEquals) in NumberEqualsOpcode()
339 : base(OpcodeID.StringEqualsBranch, new StringBranchIndex()) in StringEqualsBranchOpcode()
386 : base(OpcodeID.NumberEqualsBranch, new NumberBranchIndex()) in NumberEqualsBranchOpcode()
H A DQuerySetOp.cs11 : base(OpcodeID.Ordinal) in OrdinalOpcode()
40 : base(OpcodeID.LiteralOrdinal) in LiteralOrdinalOpcode()
87 : base(OpcodeID.Filter) in ApplyFilterOpcode()
136 : base(OpcodeID.Union) in UnionOpcode()
163 : base(OpcodeID.Merge) in MergeOpcode()
H A DQueryOpcode.cs10 enum OpcodeID enum
104 OpcodeID opcodeID;
112 internal Opcode(OpcodeID id) in Opcode()
133 internal OpcodeID ID
202 Fx.Assert(OpcodeID.Branch != next.ID, ""); in AddBranch()
H A DMatchSingleFxEngineOpcode.cs21 internal SingleFxEngineResultOpcode(OpcodeID id) in SingleFxEngineResultOpcode()
86 internal MatchSingleFxEngineResultOpcode() : base(OpcodeID.MatchSingleFx) { } in MatchSingleFxEngineResultOpcode()
142 internal QuerySingleFxEngineResultOpcode() : base(OpcodeID.QuerySingleFx) { } in QuerySingleFxEngineResultOpcode()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/bytecode/
H A DOpcode.cpp129 …printf("%s:%s %lld - %.2f%%\n", opcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCoun… in ~OpcodeStats()
142 …[indexPair.first], padOpcodeName((OpcodeID)indexPair.first, 28), opcodeNames[indexPair.second], pa… in ~OpcodeStats()
154 …printf("\n%s:%s %lld - %.2f%%\n", opcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCo… in ~OpcodeStats()
167 …[indexPair.first], padOpcodeName((OpcodeID)indexPair.first, 28), opcodeNames[indexPair.second], pa… in ~OpcodeStats()
H A DOpcode.h199 typedef enum { FOR_EACH_OPCODE_ID(OPCODE_ID_ENUM) } OpcodeID; typedef
225 typedef OpcodeID Opcode;
235 inline const char* padOpcodeName(OpcodeID op, unsigned width) in padOpcodeName()
262 inline size_t opcodeLength(OpcodeID opcode) in opcodeLength()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/
H A DOpcode.cpp124 …printf("%s:%s %lld - %.2f%%\n", opcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCoun… in ~OpcodeStats()
137 …[indexPair.first], padOpcodeName((OpcodeID)indexPair.first, 28), opcodeNames[indexPair.second], pa… in ~OpcodeStats()
149 …printf("\n%s:%s %lld - %.2f%%\n", opcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCo… in ~OpcodeStats()
162 …[indexPair.first], padOpcodeName((OpcodeID)indexPair.first, 28), opcodeNames[indexPair.second], pa… in ~OpcodeStats()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/
H A DOpcode.cpp124 …printf("%s:%s %lld - %.2f%%\n", opcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCoun… in ~OpcodeStats()
137 …[indexPair.first], padOpcodeName((OpcodeID)indexPair.first, 28), opcodeNames[indexPair.second], pa… in ~OpcodeStats()
149 …printf("\n%s:%s %lld - %.2f%%\n", opcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCo… in ~OpcodeStats()
162 …[indexPair.first], padOpcodeName((OpcodeID)indexPair.first, 28), opcodeNames[indexPair.second], pa… in ~OpcodeStats()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/bytecode/
H A DOpcode.cpp124 …printf("%s:%s %lld - %.2f%%\n", opcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCoun… in ~OpcodeStats()
137 …[indexPair.first], padOpcodeName((OpcodeID)indexPair.first, 28), opcodeNames[indexPair.second], pa… in ~OpcodeStats()
149 …printf("\n%s:%s %lld - %.2f%%\n", opcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCo… in ~OpcodeStats()
162 …[indexPair.first], padOpcodeName((OpcodeID)indexPair.first, 28), opcodeNames[indexPair.second], pa… in ~OpcodeStats()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_opcode_list.cpp137 if (opcode->OpcodeID () == dngOpcode_Private) in Append()
174 stream.Put_uint32 (fList [index]->OpcodeID ()); in Spool()
201 stream.Put_uint32 (fList [index]->OpcodeID ()); in FingerprintToStream()
205 if (fList [index]->OpcodeID () != dngOpcode_Private) in FingerprintToStream()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.h78 enum OpcodeID { enum
190 OpcodeID GetID() const { return opcode_id_; } in GetID()
216 OpcodeID opcode_id_;
357 PolicyOpcode* MakeBase(OpcodeID opcode_id,
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.h78 enum OpcodeID { enum
190 OpcodeID GetID() const { return opcode_id_; } in GetID()
216 OpcodeID opcode_id_;
357 PolicyOpcode* MakeBase(OpcodeID opcode_id,
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.h78 enum OpcodeID { enum
190 OpcodeID GetID() const { return opcode_id_; } in GetID()
216 OpcodeID opcode_id_;
357 PolicyOpcode* MakeBase(OpcodeID opcode_id,
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.h77 enum OpcodeID { enum
191 OpcodeID GetID() const { in GetID()
221 OpcodeID opcode_id_;
366 PolicyOpcode* MakeBase(OpcodeID opcode_id,
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.h77 enum OpcodeID { enum
191 OpcodeID GetID() const { in GetID()
221 OpcodeID opcode_id_;
366 PolicyOpcode* MakeBase(OpcodeID opcode_id,
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.h78 enum OpcodeID { enum
190 OpcodeID GetID() const { return opcode_id_; } in GetID()
216 OpcodeID opcode_id_;
357 PolicyOpcode* MakeBase(OpcodeID opcode_id,
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dpolicy_engine_opcodes.h78 enum OpcodeID { enum
190 OpcodeID GetID() const { return opcode_id_; } in GetID()
215 OpcodeID opcode_id_;
359 PolicyOpcode* MakeBase(OpcodeID opcode_id,
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dpolicy_engine_opcodes.h78 enum OpcodeID { enum
190 OpcodeID GetID() const { return opcode_id_; } in GetID()
216 OpcodeID opcode_id_;
357 PolicyOpcode* MakeBase(OpcodeID opcode_id,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h237 void emitGetByIdExceptionInfo(OpcodeID opcodeID) in emitGetByIdExceptionInfo()
269 RegisterID* emitUnaryOp(OpcodeID, RegisterID* dst, RegisterID* src);
270 …RegisterID* emitBinaryOp(OpcodeID, RegisterID* dst, RegisterID* src1, RegisterID* src2, OperandTyp…
271 RegisterID* emitEqualityOp(OpcodeID, RegisterID* dst, RegisterID* src1, RegisterID* src2);
272 RegisterID* emitUnaryNoDstOp(OpcodeID, RegisterID* src);
380 void emitOpcode(OpcodeID);
403 …RegisterID* emitCall(OpcodeID, RegisterID* dst, RegisterID* func, RegisterID* thisRegister, Argume…
519 OpcodeID m_lastOpcodeID;
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h237 void emitGetByIdExceptionInfo(OpcodeID opcodeID) in emitGetByIdExceptionInfo()
269 RegisterID* emitUnaryOp(OpcodeID, RegisterID* dst, RegisterID* src);
270 …RegisterID* emitBinaryOp(OpcodeID, RegisterID* dst, RegisterID* src1, RegisterID* src2, OperandTyp…
271 RegisterID* emitEqualityOp(OpcodeID, RegisterID* dst, RegisterID* src1, RegisterID* src2);
272 RegisterID* emitUnaryNoDstOp(OpcodeID, RegisterID* src);
380 void emitOpcode(OpcodeID);
403 …RegisterID* emitCall(OpcodeID, RegisterID* dst, RegisterID* func, RegisterID* thisRegister, Argume…
519 OpcodeID m_lastOpcodeID;
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h237 void emitGetByIdExceptionInfo(OpcodeID opcodeID) in emitGetByIdExceptionInfo()
269 RegisterID* emitUnaryOp(OpcodeID, RegisterID* dst, RegisterID* src);
270 …RegisterID* emitBinaryOp(OpcodeID, RegisterID* dst, RegisterID* src1, RegisterID* src2, OperandTyp…
271 RegisterID* emitEqualityOp(OpcodeID, RegisterID* dst, RegisterID* src1, RegisterID* src2);
272 RegisterID* emitUnaryNoDstOp(OpcodeID, RegisterID* src);
380 void emitOpcode(OpcodeID);
403 …RegisterID* emitCall(OpcodeID, RegisterID* dst, RegisterID* func, RegisterID* thisRegister, Argume…
519 OpcodeID m_lastOpcodeID;

12345