Searched refs:PatchMethodIndex (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/patch/ |
D | patch_loader.h | 52 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;
|
D | patch_loader.cpp | 328 …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()
|