Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder_base-inl.h41 …o::CopiedMethodEntry &VTableInfo::UpdateCopiedEntry(const MethodInfo *orig, const MethodInfo *repl) in UpdateCopiedEntry()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsTypeParameter.cpp150 if (auto repl = substitution->find(type->AsETSTypeParameter()); repl != substitution->end()) { in Substitute() local