Home
last modified time | relevance | path

Searched refs:indexs (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp268 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()
Dpatch_loader.h79 EntityId baseMethodId, const BaseMethodIndex &indexs);
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h110 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()