Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.h30 uint32_t constpoolNum {UINT32_MAX};
35 if (constpoolNum < methodIndex.constpoolNum) {
38 … if (constpoolNum == methodIndex.constpoolNum && constpoolIndex < methodIndex.constpoolIndex) {
41 … if (constpoolNum == methodIndex.constpoolNum && constpoolIndex == methodIndex.constpoolIndex) {
Dpatch_loader.cpp163 (baseConstpoolValues.value().get()[methodIndex.constpoolNum]).GetTaggedObject()); in UnloadPatchInternal()
247 uint32_t constpoolNum = item.first; in FindAndReplaceSameMethod() local
268 BaseMethodIndex indexs = {constpoolNum, constpoolIndex}; in FindAndReplaceSameMethod()
294 BaseMethodIndex indexs = {constpoolNum, constpoolIndex, literalIndex}; in FindAndReplaceSameMethod()