Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Druntime.cpp423 int32_t constpoolIndex = GetAndIncreaseSharedConstpoolCount(); in AddOrUpdateConstpool() local
454 int32_t constpoolIndex = in IteratorNativeDeleteInSharedGC() local
491 int32_t constpoolIndex = in ProcessNativeDeleteInSharedGC() local
516 …untime::EraseUnusedConstpool(const JSPandaFile *jsPandaFile, int32_t index, int32_t constpoolIndex) in EraseUnusedConstpool()
Decma_vm.cpp1652 int32_t constpoolIndex = shareCp->GetUnsharedConstpoolIndex(); in FindUnsharedConstpool() local
1666 int32_t constpoolIndex = shareCp->GetUnsharedConstpoolIndex(); in FindOrCreateUnsharedConstpool() local
1677 …EcmaVM::EraseUnusedConstpool(const JSPandaFile *jsPandaFile, int32_t index, int32_t constpoolIndex) in EraseUnusedConstpool()
1759 int32_t constpoolIndex = sharedConstpool->GetUnsharedConstpoolIndex(); in SetUnsharedConstpool() local
1763 void EcmaVM::SetUnsharedConstpool(int32_t constpoolIndex, JSTaggedValue unsharedConstpool) in SetUnsharedConstpool()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp187 uint32_t constpoolIndex = methodIndex.constpoolIndex; in GetPatchMethod() local
349 for (uint32_t constpoolIndex = 0; constpoolIndex < baseConstpoolSize; constpoolIndex++) { in FindAndReplaceSameMethod() local
389 for (uint32_t constpoolIndex = 0; constpoolIndex < len; constpoolIndex++) { in FindAndReplaceSameMethod() local
403 PatchInfo &patchInfo, uint32_t constpoolIndex, in FindAndReplaceClassLiteral()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp350 uint32_t constpoolIndex = jsPandaFile->GetConstpoolIndex(); in AllocateSharedConstPool() local
361 uint32_t constpoolIndex = jsPandaFile->GetConstpoolIndex(); in AllocateConstPool() local