Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.h29 struct BaseMethodIndex { struct
33 bool operator < (const BaseMethodIndex &methodIndex) const
54 CMap<BaseMethodIndex, MethodLiteral *> baseMethodInfo;
79 EntityId baseMethodId, const BaseMethodIndex &indexs);
Dpatch_loader.cpp268 BaseMethodIndex indexs = {constpoolNum, constpoolIndex}; in FindAndReplaceSameMethod()
294 BaseMethodIndex indexs = {constpoolNum, constpoolIndex, literalIndex}; in FindAndReplaceSameMethod()
322 EntityId baseMethodId, const BaseMethodIndex &indexs) in SaveBaseMethodInfo()
324 CMap<BaseMethodIndex, MethodLiteral *> &baseMethodInfo = patchInfo.baseMethodInfo; in SaveBaseMethodInfo()