| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
| D | constantfold.h | 26 …ConstantFold(MIRModule &mod, KlassHierarchy *kh, bool trace) : FuncOptimizeImpl(mod, kh, trace), m… in ConstantFold() 28 … explicit ConstantFold(MIRModule &mod) : FuncOptimizeImpl(mod, nullptr, false), mirModule(&mod) {} in ConstantFold()
|
| D | ext_constantfold.h | 24 explicit ExtConstantFold(MIRModule *mod) : mirModule(mod) {} in ExtConstantFold()
|
| D | class_init.h | 25 ClassInit(MIRModule &mod, KlassHierarchy *kh, bool dump) : FuncOptimizeImpl(mod, kh, dump) {} in ClassInit()
|
| D | clone.h | 64 Clone(MIRModule *mod, MemPool *memPool, MIRBuilder &builder, KlassHierarchy *kh) in Clone()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_scope.h | 33 explicit MIRScope(MIRModule *mod) : module(mod) {} in MIRScope() 34 MIRScope(MIRModule *mod, unsigned l) : module(mod), level(l) {} in MIRScope()
|
| D | java_eh_lower.h | 25 … JavaEHLowerer(MIRModule &mod, KlassHierarchy *kh, bool dump) : FuncOptimizeImpl(mod, kh, dump) {} in JavaEHLowerer()
|
| D | mir_nodes.h | 1079 NaryNode(const MIRModule &mod, Opcode o) : NaryNode(mod.GetCurFuncCodeMPAllocator(), o) {} in NaryNode() 1083 …NaryNode(const MIRModule &mod, Opcode o, PrimType typ) : NaryNode(mod.GetCurFuncCodeMPAllocator(),… in NaryNode() 1090 …NaryNode(const MIRModule &mod, const NaryNode &node) : NaryNode(mod.GetCurFuncCodeMPAllocator(), n… in NaryNode() 1167 IntrinsicopNode(const MIRModule &mod, const IntrinsicopNode &node) in IntrinsicopNode() 1417 explicit ArrayNode(const MIRModule &mod) : ArrayNode(mod.GetCurFuncCodeMPAllocator()) {} in ArrayNode() 1421 …ArrayNode(const MIRModule &mod, PrimType typ, TyIdx idx) : ArrayNode(mod.GetCurFuncCodeMPAllocator… in ArrayNode() 1428 ArrayNode(const MIRModule &mod, PrimType typ, TyIdx idx, bool bcheck) in ArrayNode() 1438 …ArrayNode(const MIRModule &mod, const ArrayNode &node) : ArrayNode(mod.GetCurFuncCodeMPAllocator()… in ArrayNode() 2049 explicit TryNode(const MIRModule &mod) : TryNode(mod.GetCurFuncCodeMPAllocator()) {} in TryNode() 2132 explicit CatchNode(const MIRModule &mod) : CatchNode(mod.GetCurFuncCodeMPAllocator()) {} in CatchNode() [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-class-1/ |
| D | base.js | 26 constructor(brand, mod) { argument
|
| D | base_mod.js | 28 constructor(brand, mod) { argument
|
| /arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-1/ |
| D | base.js | 26 constructor(brand, mod) { argument
|
| D | base_mod.js | 28 constructor(brand, mod) { argument
|
| /arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-class-1/ |
| D | base.js | 26 constructor(brand, mod) { argument
|
| D | base_mod.js | 28 constructor(brand, mod) { argument
|
| /arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-3/ |
| D | base.js | 26 constructor(brand, mod) { argument
|
| D | base_mod.js | 31 constructor(brand, mod) { argument
|
| /arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-2/ |
| D | base.js | 26 constructor(brand, mod) { argument
|
| D | base_mod.js | 29 constructor(brand, mod) { argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/ |
| D | switch_lowerer.h | 26 SwitchLowerer(maple::MIRModule &mod, maple::SwitchNode &stmt, maple::MapleAllocator &allocator) in SwitchLowerer()
|
| D | lower.h | 48 …CGLowerer(MIRModule &mod, BECommon &common, MIRFunction *func = nullptr) : mirModule(mod), beCommo… in mirModule() argument 55 …CGLowerer(MIRModule &mod, BECommon &common, bool genEh, bool verboseCG) : mirModule(mod), beCommon… in CGLowerer()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_cgfunc.h | 28 …X64CGFunc(MIRModule &mod, CG &c, MIRFunction &f, BECommon &b, MemPool &memPool, StackMemPool &stac… in X64CGFunc()
|
| D | x64_cg.h | 35 X64CG(MIRModule &mod, const CGOptions &opts) : CG(mod, opts) {} in X64CG()
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | instruction.rb | 80 def has_modifier?(mod) argument 282 def modifier_to_s(mod) argument
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | function_traits_test.cpp | 41 int mod; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | intrinsics.cpp | 77 void IntrinDesc::InitMIRModule(MIRModule *mod) in InitMIRModule()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/ |
| D | phase_impl.cpp | 22 FuncOptimizeImpl::FuncOptimizeImpl(MIRModule &mod, KlassHierarchy *kh, bool currTrace) in FuncOptimizeImpl()
|