Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.h52 struct PatchMethodIndex { struct
57 std::size_t operator()(const PatchMethodIndex &patchMethodIndex) const in operator() argument
64 bool operator==(const PatchMethodIndex &patchMethodIndex) const
75 CUnorderedMap<PatchMethodIndex, MethodLiteral*, PatchMethodIndex::Hash> patchMethodLiterals;
Dpatch_loader.cpp328 …const CUnorderedMap<PatchMethodIndex, MethodLiteral*, PatchMethodIndex::Hash> &patchMethodLiterals… in FindSameMethod()
337 PatchMethodIndex patchMethodIndex = {baseRecordName, baseClassName, baseMethodName}; in FindSameMethod()
362 CUnorderedMap<PatchMethodIndex, MethodLiteral*, PatchMethodIndex::Hash> patchMethodLiterals; in GeneratePatchInfo()
384 PatchMethodIndex patchMethodIndex = {recordName, className, methodName}; in GeneratePatchInfo()