Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/tests/scenarios/replace_callsite/
Dreplace_callsite_static.cpp32 struct ReplaceContext { struct
33 AbckitGraph *ctx;
34 AbckitCoreFunction *oldMethod;
35 AbckitCoreFunction *newMethod;
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers.cpp297 struct ReplaceContext { in ReplaceInst() struct
298 AbckitInst *inst = nullptr; in ReplaceInst()
299 AbckitInst *oldInput = nullptr; in ReplaceInst()
300 AbckitInst *newInput = nullptr; in ReplaceInst()
301 std::vector<AbckitInst *> *users = nullptr; in ReplaceInst()