Searched refs:indexs (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/patch/ |
D | patch_loader.cpp | 268 BaseMethodIndex indexs = {constpoolNum, constpoolIndex}; in FindAndReplaceSameMethod() local 269 SaveBaseMethodInfo(patchInfo, baseFile, baseMethodId, indexs); in FindAndReplaceSameMethod() 294 BaseMethodIndex indexs = {constpoolNum, constpoolIndex, literalIndex}; in FindAndReplaceSameMethod() local 295 SaveBaseMethodInfo(patchInfo, baseFile, baseMethodId, indexs); in FindAndReplaceSameMethod() 322 EntityId baseMethodId, const BaseMethodIndex &indexs) in SaveBaseMethodInfo() argument 327 baseMethodInfo.emplace(indexs, baseMethodLiteral); in SaveBaseMethodInfo()
|
D | patch_loader.h | 79 EntityId baseMethodId, const BaseMethodIndex &indexs);
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | program_object.h | 110 Span<const panda_file::File::EntityId> indexs = jsPandaFile->GetMethodIndex(indexHeader); in GetEntityId() local 111 return indexs[index]; in GetEntityId() 118 Span<const panda_file::File::EntityId> indexs = jsPandaFile->GetMethodIndex(indexHeader); in GetMethodIndexByEntityId() local 119 int size = static_cast<int>(indexs.size()); in GetMethodIndexByEntityId() 121 if (indexs[i] == entityId) { in GetMethodIndexByEntityId()
|