| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_emitter.cpp | 112 const InsnDesc *md = &AArch64CG::kMd[insn->GetMachineOpcode()]; in RecordRegInfo() local 318 const InsnDesc *md = insn.GetDesc(); in EmitAArch64Insn() local 638 const InsnDesc *md = &AArch64CG::kMd[MOP_clinit_tail]; in EmitClinitTail() local 665 const InsnDesc *md = &AArch64CG::kMd[MOP_lazy_ldr]; in EmitLazyLoad() local 703 const InsnDesc *md = &AArch64CG::kMd[MOP_counter]; in EmitCounter() local 748 const InsnDesc *md = &AArch64CG::kMd[MOP_adrp_label]; in EmitAdrpLabel() local 784 const InsnDesc *md = &AArch64CG::kMd[MOP_heap_const]; in EmitHeapConstant() local 809 const InsnDesc *md = &AArch64CG::kMd[MOP_get_heap_const_table]; in EmitGetHeapConstTable() local 838 const InsnDesc *md = &AArch64CG::kMd[MOP_adrp_ldr]; in EmitAdrpLdr() local 879 const InsnDesc *md = &AArch64CG::kMd[MOP_lazy_ldr_static]; in EmitLazyLoadStatic() local [all …]
|
| D | aarch64_obj_emitter.cpp | 274 const InsnDesc &md = AArch64CG::kMd[insn.GetMachineOpcode()]; in GetBinaryCodeForInsn() local 583 const InsnDesc &md = AArch64CG::kMd[MOP_xaddrri12]; in GenMovReg() local 587 const InsnDesc &md = AArch64CG::kMd[MOP_waddrri12]; in GenMovReg() local 597 const InsnDesc &md = AArch64CG::kMd[MOP_xiorrrr]; in GenMovReg() local 601 const InsnDesc &md = AArch64CG::kMd[MOP_wiorrrr]; in GenMovReg() local 630 auto &md = isMovz ? AArch64CG::kMd[MOP_wmovzri16] : AArch64CG::kMd[MOP_wmovnri16]; in GenMovImm() local 639 auto &md = isMovz ? AArch64CG::kMd[MOP_xmovzri16] : AArch64CG::kMd[MOP_xmovnri16]; in GenMovImm() local 652 auto &md = AArch64CG::kMd[MOP_wiorrri12]; in GenMovImm() local 656 auto &md = AArch64CG::kMd[MOP_xiorrri13]; in GenMovImm() local 1063 auto &md = AArch64CG::kMd[mOp]; in GenLoadStoreModeLiteral() local [all …]
|
| D | aarch64_insn.cpp | 119 const InsnDesc *md = &AArch64CG::kMd[emitter.GetCurrentMOP()]; in Visit() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/anifindmodule_fuzzer/ |
| D | anifindmodule_fuzzer.cpp | 36 ani_module md {}; in AniFindModuleFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/animodulefindfunction_fuzzer/ |
| D | animodulefindfunction_fuzzer.cpp | 37 ani_module md {}; in AniModuleFindFunctionFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/animodulefindvariable_fuzzer/ |
| D | animodulefindvariable_fuzzer.cpp | 37 ani_module md {}; in AniModuleFindVariableFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/animodulefindenum_fuzzer/ |
| D | animodulefindenum_fuzzer.cpp | 37 ani_module md {}; in AniModuleFindEnumFuzzTest() local
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| D | orphaned_md.rb | 34 def md(str) method in OrphanedMd
|
| D | uncovered_md.rb | 46 def md(str) method in UncoveredMd
|
| D | full_md.rb | 66 def md(str) method in FullMd
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/ |
| D | orphaned_md.rb | 34 def md(str) method in OrphanedMd
|
| D | uncovered_md.rb | 46 def md(str) method in UncoveredMd
|
| D | full_md.rb | 66 def md(str) method in FullMd
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/animodulefindnamespace_fuzzer/ |
| D | animodulefindnamespace_fuzzer.cpp | 37 ani_module md {}; in AniModuleFindNamespaceFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/fuzztest/animodulefindclass_fuzzer/ |
| D | animodulefindclass_fuzzer.cpp | 37 ani_module md {}; in AniModuleFindClassFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/jitinterface/ |
| D | string_tlab_repeat.cpp | 46 ani_module md; in ANI_Constructor() local
|
| D | jit_interface.cpp | 46 ani_module md; in ANI_Constructor() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/asm/ |
| D | SamplerAsmTest.cpp | 61 ani_module md; in ANI_Constructor() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ani/ |
| D | unsafe_memory.cpp | 46 ani_module md; in ANI_Constructor() local
|
| /arkcompiler/runtime_core/libabckit/tests/mock/tests/ |
| D | cpp_mock_file.cpp | 48 file.EnumerateModules([&](const abckit::core::Module &md) -> bool { in TEST_F()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | peep.cpp | 68 const InsnDesc *md = nextInsn->GetDesc(); in IfOperandIsLiveAfterInsn() local 166 const InsnDesc *md = insn->GetDesc(); in IsOpndLiveinBB() local 281 const InsnDesc *md = nextInsn->GetDesc(); in IfOperandIsLiveAfterInsn() local 379 const InsnDesc *md = insn->GetDesc(); in IsOpndLiveinBB() local
|
| D | reg_alloc_lsra.cpp | 695 const InsnDesc *md = insn.GetDesc(); in ComputeLiveIntervalForEachOperand() local 909 const InsnDesc *md = insn->GetDesc(); in LiveIntervalAnalysis() local 1758 const InsnDesc *md = insn.GetDesc(); in FinalizeUseRegisters() local 1805 const InsnDesc *md = insn.GetDesc(); in FinalizeUseDefRegisters() local 1824 const InsnDesc *md = insn.GetDesc(); in FinalizeDefRegisters() local 1933 const InsnDesc *md = insn->GetDesc(); in SetStackMapDerivedInfo() local
|
| D | live.cpp | 204 const InsnDesc *md = insn->GetDesc(); in GetBBDefUse() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/find_ops/ |
| D | find_class_test.cpp | 52 ani_module md {}; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/sync_primitives/ |
| D | queue_spinlock_tests.cpp | 61 ani_module md; in ResolveFunction() local
|