Home
last modified time | relevance | path

Searched refs:GetConstpoolIndex (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dconstpool_value.h53 inline uint32_t GetConstpoolIndex() const in GetConstpoolIndex() function
Dpanda_file_translator.cpp170 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), JSTaggedValue(string)); in ParseConstPool()
189 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), obj.GetTaggedValue()); in ParseConstPool()
198 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), arr.GetTaggedValue()); in ParseConstPool()
205 … constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), classLiteral.GetTaggedValue()); in ParseConstPool()
216 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), method.GetTaggedValue()); in ParseConstPool()
259 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), obj.GetTaggedValue()); in ParseFuncAndLiteralConstPool()
267 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), arr.GetTaggedValue()); in ParseFuncAndLiteralConstPool()
274 … constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), classLiteral.GetTaggedValue()); in ParseFuncAndLiteralConstPool()
285 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), method.GetTaggedValue()); in ParseFuncAndLiteralConstPool()
295 uint32_t constpoolIndex = jsPandaFile->GetConstpoolIndex(); in AllocateConstPool()
Djs_pandafile.h135 uint32_t GetConstpoolIndex() const in GetConstpoolIndex() function
Djs_pandafile.cpp119 return value.GetConstpoolIndex(); in GetOrInsertConstantPool()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp183 uint32_t conPoolIndex = pf->GetConstpoolIndex(); in HWTEST_F_L0()
193 uint32_t gotIndex1 = constPoolValue1.GetConstpoolIndex(); in HWTEST_F_L0()
194 uint32_t gotIndex2 = constPoolValue2.GetConstpoolIndex(); in HWTEST_F_L0()
195 uint32_t gotIndex3 = constPoolValue3.GetConstpoolIndex(); in HWTEST_F_L0()