Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp248 uint32_t baseConstpoolSize = baseConstpool->GetCacheLength(); in FindAndReplaceSameMethod() local
249 for (uint32_t constpoolIndex = 0; constpoolIndex < baseConstpoolSize; constpoolIndex++) { in FindAndReplaceSameMethod()