Searched refs:GetConstpoolIndex (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | constpool_value.h | 53 inline uint32_t GetConstpoolIndex() const in GetConstpoolIndex() function
|
D | panda_file_translator.cpp | 170 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()
|
D | js_pandafile.h | 135 uint32_t GetConstpoolIndex() const in GetConstpoolIndex() function
|
D | js_pandafile.cpp | 119 return value.GetConstpoolIndex(); in GetOrInsertConstantPool()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
D | js_pandafile_test.cpp | 183 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()
|