Searched refs:BaseMethodIndex (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/patch/ |
D | patch_loader.h | 33 struct BaseMethodIndex { struct 38 std::size_t operator()(const BaseMethodIndex &baseMethodIndex) const in operator() argument 45 bool operator==(const BaseMethodIndex &baseMethodIndex) const 77 CUnorderedMap<BaseMethodIndex, MethodLiteral *, BaseMethodIndex::Hash> baseMethodInfo; 119 EntityId baseMethodId, const BaseMethodIndex &indexs); 129 const BaseMethodIndex &methodIndex, const ConstantPool *baseConstpool);
|
D | patch_loader.cpp | 203 const BaseMethodIndex &methodIndex, const ConstantPool *baseConstpool) in GetPatchMethod() 290 BaseMethodIndex indexs = {constpoolNum, constpoolIndex}; in FindAndReplaceSameMethod() 317 BaseMethodIndex indexs = {constpoolNum, constpoolIndex, literalIndex}; in FindAndReplaceSameMethod() 349 EntityId baseMethodId, const BaseMethodIndex &indexs) in SaveBaseMethodInfo() 351 …CUnorderedMap<BaseMethodIndex, MethodLiteral *, BaseMethodIndex::Hash> &baseMethodInfo = patchInfo… in SaveBaseMethodInfo()
|