Home
last modified time | relevance | path

Searched defs:constpoolIndex (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dquick_fix_loader.cpp400 uint32_t constpoolIndex = item.first; in UnloadPatch() local
412 uint32_t constpoolIndex = item.first; in UnloadPatch() local
477 bool QuickFixLoader::HasClassMethodReplaced(uint32_t constpoolIndex, uint32_t literalIndex) const in HasClassMethodReplaced()
489 void QuickFixLoader::InsertBaseClassMethodInfo(uint32_t constpoolIndex, uint32_t literalIndex, Meth… in InsertBaseClassMethodInfo()
Dpanda_file_translator.cpp300 uint32_t constpoolIndex = jsPandaFile->GetConstpoolIndex(); in AllocateConstPool() local