Home
last modified time | relevance | path

Searched refs:methodNameInfo (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp349 CMap<CString, MethodLiteral*> methodNameInfo = {{methodName, methodLiteral}}; in GeneratePatchInfo() local
350 methodLiterals.emplace(recordName, std::move(methodNameInfo)); in GeneratePatchInfo()