Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 25 of 54) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dconstantfold.h26 …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()
Dext_constantfold.h24 explicit ExtConstantFold(MIRModule *mod) : mirModule(mod) {} in ExtConstantFold()
Dclass_init.h25 ClassInit(MIRModule &mod, KlassHierarchy *kh, bool dump) : FuncOptimizeImpl(mod, kh, dump) {} in ClassInit()
Dclone.h64 Clone(MIRModule *mod, MemPool *memPool, MIRBuilder &builder, KlassHierarchy *kh) in Clone()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_scope.h33 explicit MIRScope(MIRModule *mod) : module(mod) {} in MIRScope()
34 MIRScope(MIRModule *mod, unsigned l) : module(mod), level(l) {} in MIRScope()
Djava_eh_lower.h25 … JavaEHLowerer(MIRModule &mod, KlassHierarchy *kh, bool dump) : FuncOptimizeImpl(mod, kh, dump) {} in JavaEHLowerer()
Dmir_nodes.h1079 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/
Dbase.js26 constructor(brand, mod) { argument
Dbase_mod.js28 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-1/
Dbase.js26 constructor(brand, mod) { argument
Dbase_mod.js28 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/hotreload/hotreload-throwerror/modify-class-1/
Dbase.js26 constructor(brand, mod) { argument
Dbase_mod.js28 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-3/
Dbase.js26 constructor(brand, mod) { argument
Dbase_mod.js31 constructor(brand, mod) { argument
/arkcompiler/ets_frontend/es2panda/test/coldfix/coldfix-noerror/modify-class-2/
Dbase.js26 constructor(brand, mod) { argument
Dbase_mod.js29 constructor(brand, mod) { argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dswitch_lowerer.h26 SwitchLowerer(maple::MIRModule &mod, maple::SwitchNode &stmt, maple::MapleAllocator &allocator) in SwitchLowerer()
Dlower.h48 …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/
Dx64_cgfunc.h28 …X64CGFunc(MIRModule &mod, CG &c, MIRFunction &f, BECommon &b, MemPool &memPool, StackMemPool &stac… in X64CGFunc()
Dx64_cg.h35 X64CG(MIRModule &mod, const CGOptions &opts) : CG(mod, opts) {} in X64CG()
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dinstruction.rb80 def has_modifier?(mod) argument
282 def modifier_to_s(mod) argument
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dfunction_traits_test.cpp41 int mod; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dintrinsics.cpp77 void IntrinDesc::InitMIRModule(MIRModule *mod) in InitMIRModule()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dphase_impl.cpp22 FuncOptimizeImpl::FuncOptimizeImpl(MIRModule &mod, KlassHierarchy *kh, bool currTrace) in FuncOptimizeImpl()

123