Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Druntime.cpp296 int32_t constpoolIndex = GetAndIncreaseSharedConstpoolCount(); in AddOrUpdateConstpool() local
329 int32_t constpoolIndex = in ProcessNativeDeleteInSharedGC() local
356 void Runtime::EraseUnusedConstpool(const JSPandaFile *jsPandaFile, int32_t index, int32_t constpoolIndex) in EraseUnusedConstpool() argument
[all...]
H A Decma_context.cpp504 int32_t constpoolIndex = shareCp->GetUnsharedConstpoolIndex(); in FindUnsharedConstpool() local
516 int32_t constpoolIndex = shareCp->GetUnsharedConstpoolIndex(); in FindOrCreateUnsharedConstpool() local
529 EraseUnusedConstpool(const JSPandaFile *jsPandaFile, int32_t index, int32_t constpoolIndex) EraseUnusedConstpool() argument
617 int32_t constpoolIndex = sharedConstpool->GetUnsharedConstpoolIndex(); SetUnsharedConstpool() local
621 SetUnsharedConstpool(int32_t constpoolIndex, JSTaggedValue unsharedConstpool) SetUnsharedConstpool() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dpanda_file_translator.cpp352 uint32_t constpoolIndex = jsPandaFile->GetConstpoolIndex(); in AllocateSharedConstPool() local
363 uint32_t constpoolIndex = jsPandaFile->GetConstpoolIndex(); in AllocateConstPool() local
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.cpp184 uint32_t constpoolIndex = methodIndex.constpoolIndex; in GetPatchMethod() local
387 FindAndReplaceClassLiteral(JSThread *thread, const JSPandaFile *baseFile, const JSPandaFile *patchFile, JSTaggedValue constpoolValue, PatchInfo &patchInfo, uint32_t constpoolIndex, uint32_t constpoolNum, const CMap<uint32_t, CString> &baseClassInfo) FindAndReplaceClassLiteral() argument
[all...]

Completed in 6 milliseconds