Searched refs:indexs (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/patch/ |
H A D | patch_loader.cpp | 363 BaseMethodIndex indexs = {constpoolNum, constpoolIndex}; in FindAndReplaceSameMethod() local 364 SaveBaseMethodInfo(patchInfo, baseFile, baseMethodId, indexs); in FindAndReplaceSameMethod() 424 BaseMethodIndex indexs = {constpoolNum, constpoolIndex, literalIndex}; in FindAndReplaceClassLiteral() local 425 SaveBaseMethodInfo(patchInfo, baseFile, baseMethodId, indexs); in FindAndReplaceClassLiteral() 456 EntityId baseMethodId, const BaseMethodIndex &indexs) in SaveBaseMethodInfo() 462 baseMethodInfo.emplace(indexs, baseMethodLiteral); in SaveBaseMethodInfo() 455 SaveBaseMethodInfo(PatchInfo &patchInfo, const JSPandaFile *baseFile, EntityId baseMethodId, const BaseMethodIndex &indexs) SaveBaseMethodInfo() argument
|
H A D | patch_loader.h | 147 EntityId baseMethodId, const BaseMethodIndex &indexs);
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | program_object.h | 287 Span<const panda_file::File::EntityId> indexs = jsPandaFile->GetMethodIndex(indexHeader); in GetEntityId() local 288 return indexs[index]; in GetEntityId() 295 Span<const panda_file::File::EntityId> indexs = jsPandaFile->GetMethodIndex(indexHeader); in GetMethodIndexByEntityId() local 296 int size = static_cast<int>(indexs.size()); in GetMethodIndexByEntityId() 298 if (indexs[i] == entityId) { in GetMethodIndexByEntityId()
|
Completed in 4 milliseconds