Searched defs:ops (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | panda_cache_test.cpp | 214 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/ |
| D | prune_deopt.cpp | 129 for (const auto &ops : bundle.Inputs) { in EncodeDeoptBundle() local 142 for (const auto &ops : bundle.Inputs) { in EncodeDeoptBundle() local
|
| D | gc_intrusion.cpp | 291 for (auto &ops : inst->operands()) { in RewriteWithGcInBlock() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | lowering_test.cpp | 1500 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/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | branch_elimination.cpp | 144 … 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/ |
| D | Template.swift | 210 var ops: Int = 0 in runIters() variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_builder.cpp | 861 ArrayNode *MIRBuilder::CreateExprArray(const MIRType &arrayType, std::vector<BaseNode *> ops) in CreateExprArray() 873 const MapleVector<BaseNode *> &ops) in CreateExprIntrinsicop() 886 const MapleVector<BaseNode *> &ops) in CreateExprIntrinsicop()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 6614 Opcode ops[opSize] = {OP_label, OP_goto, OP_brfalse, OP_brtrue, OP_return, OP_call, in HandleRetCleanup() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|