Home
last modified time | relevance | path

Searched refs:GetOrInsertConstantPool (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp176 uint32_t index1 = pf->GetOrInsertConstantPool(ConstPoolType::METHOD, methodId[0].GetOffset()); in HWTEST_F_L0()
177 uint32_t index2 = pf->GetOrInsertConstantPool(ConstPoolType::METHOD, methodId[1].GetOffset()); in HWTEST_F_L0()
178 uint32_t index3 = pf->GetOrInsertConstantPool(ConstPoolType::METHOD, methodId[2].GetOffset()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp1513 auto index = jsPandaFile->GetOrInsertConstantPool(ConstPoolType::STRING, bcIns.GetId()); in TranslateBytecode()
1522 …index = jsPandaFile->GetOrInsertConstantPool(ConstPoolType::BASE_FUNCTION, methodId, ConstpoolMap); in TranslateBytecode()
1527 … index = jsPandaFile->GetOrInsertConstantPool(ConstPoolType::NC_FUNCTION, methodId, ConstpoolMap); in TranslateBytecode()
1532 … index = jsPandaFile->GetOrInsertConstantPool(ConstPoolType::GENERATOR_FUNCTION, methodId, in TranslateBytecode()
1538 … index = jsPandaFile->GetOrInsertConstantPool(ConstPoolType::ASYNC_GENERATOR_FUNCTION, methodId, in TranslateBytecode()
1544 …index = jsPandaFile->GetOrInsertConstantPool(ConstPoolType::ASYNC_FUNCTION, methodId, ConstpoolMap… in TranslateBytecode()
1549 … index = jsPandaFile->GetOrInsertConstantPool(ConstPoolType::METHOD, methodId, ConstpoolMap); in TranslateBytecode()
1556 index = jsPandaFile->GetOrInsertConstantPool(ConstPoolType::OBJECT_LITERAL, in TranslateBytecode()
1563 index = jsPandaFile->GetOrInsertConstantPool(ConstPoolType::ARRAY_LITERAL, in TranslateBytecode()
1570 …index = jsPandaFile->GetOrInsertConstantPool(ConstPoolType::CLASS_FUNCTION, methodId, ConstpoolMap… in TranslateBytecode()
[all …]
Djs_pandafile.h168 uint32_t PUBLIC_API GetOrInsertConstantPool(ConstPoolType type, uint32_t offset,
Djs_pandafile.cpp107 uint32_t JSPandaFile::GetOrInsertConstantPool(ConstPoolType type, uint32_t offset, in GetOrInsertConstantPool() function in panda::ecmascript::JSPandaFile