Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Druntime.cpp300 int32_t constpoolIndex = GetAndIncreaseSharedConstpoolCount(); in AddOrUpdateConstpool() local
333 int32_t constpoolIndex = in ProcessNativeDeleteInSharedGC() local
358 …untime::EraseUnusedConstpool(const JSPandaFile *jsPandaFile, int32_t index, int32_t constpoolIndex) in EraseUnusedConstpool()
Decma_context.cpp449 int32_t constpoolIndex = shareCp->GetUnsharedConstpoolIndex(); in FindUnsharedConstpool() local
463 int32_t constpoolIndex = shareCp->GetUnsharedConstpoolIndex(); in FindOrCreateUnsharedConstpool() local
474 …ontext::EraseUnusedConstpool(const JSPandaFile *jsPandaFile, int32_t index, int32_t constpoolIndex) in EraseUnusedConstpool()
562 int32_t constpoolIndex = sharedConstpool->GetUnsharedConstpoolIndex(); in SetUnsharedConstpool() local
566 void EcmaContext::SetUnsharedConstpool(int32_t constpoolIndex, JSTaggedValue unsharedConstpool) in SetUnsharedConstpool()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp185 uint32_t constpoolIndex = methodIndex.constpoolIndex; in GetPatchMethod() local
336 for (uint32_t constpoolIndex = 0; constpoolIndex < baseConstpoolSize; constpoolIndex++) { in FindAndReplaceSameMethod() local
376 for (uint32_t constpoolIndex = 0; constpoolIndex < len; constpoolIndex++) { in FindAndReplaceSameMethod() local
390 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