Searched refs:dm (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
D | ssa.h | 95 SSA(SSATab &stab, MapleVector<BB *> &bbvec, Dominance *dm, SSALevel level = kSSAInvalid) 96 : ssaTab(&stab), bbVec(bbvec), dom(dm), targetLevel(level) 105 void UpdateDom(Dominance *dm) in UpdateDom() argument 107 dom = dm; in UpdateDom()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
D | cg_ssa_pre.h | 146 …SSAPre(CGFunc *cgfunc, DomAnalysis *dm, MemPool *memPool, SsaPreWorkCand *wkcand, bool aeap, bool … in SSAPre() argument 148 dom(dm), in SSAPre()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi_expo.cpp | 2188 ecmascript::tooling::JsDebuggerManager *dm = vm->GetJsDebuggerManager(); in CallForNapi() local 2189 if (dm->IsDebugApp()) { in CallForNapi() 2190 dm->ClearSingleStepper(); in CallForNapi() 2223 if (dm->IsMixedDebugEnabled()) { in CallForNapi() 2224 dm->NotifyReturnNative(); in CallForNapi()
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …dm(t){return!!e.findAncestor(t,(function(t){return t.parent&&e.isExportAssignment(t.parent)&&t.par… function
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 26867 const dm = (() => { 27374 nr.getPhaseID = dm;
|