Searched refs:GetConstpoolIndex (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | constpool_value.h | 53 inline uint32_t GetConstpoolIndex() const in GetConstpoolIndex() function in panda::ecmascript::ConstPoolValue
|
H A D | panda_file_translator.cpp | 224 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 D | js_pandafile.h | 173 uint32_t GetConstpoolIndex() const in GetConstpoolIndex() function in panda::ecmascript::JSPandaFile
|
H A D | js_pandafile.cpp | 123 return value.GetConstpoolIndex(); in GetOrInsertConstantPool()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
H A D | js_pandafile_test.cpp | 184 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