Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dpanda_cache_test.cpp214 MethodCacheOps ops(cache); in MethodWriterThread() local
220 MethodCacheOps ops(cache); in MethodReaderThread() local
226 FieldCacheOps ops(cache); in FieldWriterThread() local
232 FieldCacheOps ops(cache); in FieldReaderThread() local
238 ClassCacheOps ops(cache); in ClassWriterThread() local
244 ClassCacheOps ops(cache); in ClassReaderThread() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dprune_deopt.cpp130 for (const auto &ops : bundle.Inputs) { in EncodeDeoptBundle() local
143 for (const auto &ops : bundle.Inputs) { in EncodeDeoptBundle() local
Dgc_intrusion.cpp291 for (auto &ops : inst->operands()) { in RewriteWithGcInBlock() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dlowering_test.cpp1500 void LoweringTest::TestBitwiseBinaryOpWithInvertedOperand(const TypeTriple &types, OpcodePair ops) in TestBitwiseBinaryOpWithInvertedOperand()
1568 for (const auto &ops : opcodes) { in TEST_F() local
1581 for (auto &ops : opcodes) { in TEST_F() local
1614 OpcodePair ops) in BuildGraphCommutativeBinaryOpWithShiftedOperand()
1650 OpcodePair ops) in BuildExpectedCommutativeBinaryOpWithShiftedOperand()
1700 for (auto &ops : opcodes) { in TEST_F() local
1906 OpcodePair ops) in TestNonCommutativeBinaryOpWithShiftedOperand()
1982 for (const auto &ops : opcodes) { in TEST_F() local
2042 OpcodePair ops) in TestBitwiseInstructionsWithInvertedShiftedOperand()
2100 for (const auto &ops : opcodes) { in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp46 static void LogOperatorCannotBeApplied(ETSChecker *checker, BinaryArithmOperands const &ops) in LogOperatorCannotBeApplied()
51 static inline void UnboxOperands(ETSChecker *checker, BinaryArithmOperands const &ops) in UnboxOperands()
75 static inline BinaryArithmOperands RepairTypeErrorsInOperands(BinaryArithmOperands const &ops) in RepairTypeErrorsInOperands()
639 static Type *CheckOperatorEqualDynamic(ETSChecker *checker, BinaryArithmOperands const &ops) in CheckOperatorEqualDynamic()
662 static Type *HandelReferenceBinaryEquality(ETSChecker *checker, BinaryArithmOperands const &ops) in HandelReferenceBinaryEquality()
698 static Type *CheckBinaryOperatorEqual(ETSChecker *checker, BinaryArithmOperands const &ops) in CheckBinaryOperatorEqual()
926 BinaryArithmOperands ops = GetBinaryOperands(checker, binaryParams.expr->AsBinaryExpression()); in CheckBinaryOperatorHelper() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dbranch_elimination.cpp144 … ConditionOps ops {conditionInst->GetInput(0).GetInst(), conditionInst->GetInput(1).GetInst()}; in BranchEliminationCompare() local
324 ConditionOps ops {condition->GetInput(0).GetInst(), condition->GetInput(1).GetInst()}; in GetConditionResult() local
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/
DTemplate.swift210 var ops: Int = 0 in runIters() variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp273 const MapleVector<BaseNode *> &ops) in CreateExprIntrinsicop()
283 const MapleVector<BaseNode *> &ops) in CreateExprIntrinsicop()
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/
DBuildModuleChains.ts466 const ops = rightOp.getUses(); constant
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument