Home
last modified time | relevance | path

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

/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.cpp1412 …eDataflow(Graph *graphInl, Inst *callInst, std::variant<BasicBlock *, PhiInst *> use, Inst *newDef) in UpdateDataflow()