Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dconstpool_value.h53 inline uint32_t GetConstpoolIndex() const in GetConstpoolIndex() function in panda::ecmascript::ConstPoolValue
H A Dpanda_file_translator.cpp224 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), JSTaggedValue(string)); in ParseConstPool()
243 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), obj.GetTaggedValue()); in ParseConstPool()
252 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), arr.GetTaggedValue()); in ParseConstPool()
259 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), classLiteral.GetTaggedValue()); in ParseConstPool()
271 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), method.GetTaggedValue()); in ParseConstPool()
315 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), obj.GetTaggedValue()); in ParseFuncAndLiteralConstPool()
323 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), arr.GetTaggedValue()); in ParseFuncAndLiteralConstPool()
330 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), classLiteral.GetTaggedValue()); in ParseFuncAndLiteralConstPool()
342 constpool->SetObjectToCache(thread, value.GetConstpoolIndex(), method.GetTaggedValue()); in ParseFuncAndLiteralConstPool()
352 uint32_t constpoolIndex = jsPandaFile->GetConstpoolIndex(); in AllocateSharedConstPool()
[all...]
H A Djs_pandafile.h173 uint32_t GetConstpoolIndex() const in GetConstpoolIndex() function in panda::ecmascript::JSPandaFile
H A Djs_pandafile.cpp123 return value.GetConstpoolIndex(); in GetOrInsertConstantPool()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
H A Djs_pandafile_test.cpp184 uint32_t conPoolIndex = pf->GetConstpoolIndex(); in HWTEST_F_L0()
194 uint32_t gotIndex1 = constPoolValue1.GetConstpoolIndex(); in HWTEST_F_L0()
195 uint32_t gotIndex2 = constPoolValue2.GetConstpoolIndex(); in HWTEST_F_L0()
196 uint32_t gotIndex3 = constPoolValue3.GetConstpoolIndex(); in HWTEST_F_L0()

Completed in 6 milliseconds