Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 6 of 6) 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/compiler/tests/
Dlowering_test.cpp1394 for (auto &ops : opcodes) { in TEST_F() local
1456 for (auto &ops : opcodes) { in TEST_F() local
1512 for (auto &ops : opcodes) { in TEST_F() local
1590 for (auto &ops : opcodes) { in TEST_F() local
1783 for (auto &ops : opcodes) { in TEST_F() local
1853 for (auto &ops : opcodes) { in TEST_F() local
1908 for (auto &ops : opcodes) { in TEST_F() local
1959 for (auto &ops : opcodes) { in TEST_F() 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/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp850 ArrayNode *MIRBuilder::CreateExprArray(const MIRType &arrayType, std::vector<BaseNode *> ops) in CreateExprArray()
862 const MapleVector<BaseNode *> &ops) in CreateExprIntrinsicop()
875 const MapleVector<BaseNode *> &ops) in CreateExprIntrinsicop()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp7204 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/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument