Home
last modified time | relevance | path

Searched defs:constpoolMap (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Druntime.cpp293 auto &constpoolMap = globalSharedConstpools_[jsPandaFile]; in AddOrUpdateConstpool() local
H A Decma_context.cpp610 auto &constpoolMap = cachedSharedConstpools_[jsPandaFile]; in AddContextConstpoolCache() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Djs_pandafile_test.cpp187 CUnorderedMap<uint32_t, uint64_t> constpoolMap = pf->GetConstpoolMap(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile.cpp111 GetOrInsertConstantPool(ConstPoolType type, uint32_t offset, const CUnorderedMap<uint32_t, uint64_t> *constpoolMap) GetOrInsertConstantPool() argument
H A Dpanda_file_translator.cpp215 const CUnorderedMap<uint32_t, uint64_t> &constpoolMap = jsPandaFile->GetConstpoolMap(); in ParseConstPool() local
293 CUnorderedMap<uint32_t, uint64_t> constpoolMap = *jsPandaFile->GetConstpoolMapByReocrd(entryPoint); in ParseFuncAndLiteralConstPool() local
H A Djs_pandafile.h44 CUnorderedMap<uint32_t, uint64_t> constpoolMap; member

Completed in 9 milliseconds