Home
last modified time | relevance | path

Searched refs:GetConstpoolMap (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h163 const CUnorderedMap<uint32_t, uint64_t> &GetConstpoolMap() const in GetConstpoolMap() function
Dpanda_file_translator.cpp161 const CUnorderedMap<uint32_t, uint64_t> &constpoolMap = jsPandaFile->GetConstpoolMap(); in ParseConstPool()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp186 CUnorderedMap<uint32_t, uint64_t> constpoolMap = pf->GetConstpoolMap(); in HWTEST_F_L0()