Searched defs:constpoolIndex (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | runtime.cpp | 296 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 D | ecma_context.cpp | 504 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 D | panda_file_translator.cpp | 352 uint32_t constpoolIndex = jsPandaFile->GetConstpoolIndex(); in AllocateSharedConstPool() local 363 uint32_t constpoolIndex = jsPandaFile->GetConstpoolIndex(); in AllocateConstPool() local
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| H A D | patch_loader.cpp | 184 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