Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Druntime.cpp294 int32_t constpoolIndex = GetAndIncreaseSharedConstpoolCount(); in AddOrUpdateConstpool() local
327 int32_t constpoolIndex = in ProcessNativeDeleteInSharedGC() local
354 …untime::EraseUnusedConstpool(const JSPandaFile *jsPandaFile, int32_t index, int32_t constpoolIndex) in EraseUnusedConstpool()
Decma_context.cpp504 int32_t constpoolIndex = shareCp->GetUnsharedConstpoolIndex(); in FindUnsharedConstpool() local
516 int32_t constpoolIndex = shareCp->GetUnsharedConstpoolIndex(); in FindOrCreateUnsharedConstpool() local
529 …ontext::EraseUnusedConstpool(const JSPandaFile *jsPandaFile, int32_t index, int32_t constpoolIndex) in EraseUnusedConstpool()
617 int32_t constpoolIndex = sharedConstpool->GetUnsharedConstpoolIndex(); in SetUnsharedConstpool() local
621 void EcmaContext::SetUnsharedConstpool(int32_t constpoolIndex, JSTaggedValue unsharedConstpool) in SetUnsharedConstpool()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp181 uint32_t constpoolIndex = methodIndex.constpoolIndex; in GetPatchMethod() local
320 for (uint32_t constpoolIndex = 0; constpoolIndex < baseConstpoolSize; constpoolIndex++) { in FindAndReplaceSameMethod() local
356 for (uint32_t constpoolIndex = 0; constpoolIndex < len; constpoolIndex++) { in FindAndReplaceSameMethod() local
370 PatchInfo &patchInfo, uint32_t constpoolIndex, in FindAndReplaceClassLiteral()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp352 uint32_t constpoolIndex = jsPandaFile->GetConstpoolIndex(); in AllocateSharedConstPool() local
363 uint32_t constpoolIndex = jsPandaFile->GetConstpoolIndex(); in AllocateConstPool() local