Home
last modified time | relevance | path

Searched defs:newDef (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DStmtDefReplacer.ts25 private newDef: Value; property in StmtDefReplacer
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/define/
Ddefinemethod_dynamic.cpp93 auto *newDef = g_dynG->iCreateDefinemethod(graph, klass, coreFunc, 0x0); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp1483 …eDataflow(Graph *graphInl, Inst *callInst, std::variant<BasicBlock *, PhiInst *> use, Inst *newDef) in UpdateDataflow()