Searched refs:IsConstantPool (Results 1 – 6 of 6) sorted by relevance
72 ASSERT(JSTaggedValue(object).IsConstantPool()); in Cast()
504 inline bool JSTaggedValue::IsConstantPool() const in IsConstantPool() function506 return IsHeapObject() && GetTaggedObject()->GetClass()->IsConstantPool(); in IsConstantPool()
523 bool IsConstantPool() const;
426 ASSERT(constpool.IsConstantPool()); in AddConstpool()
570 inline bool IsConstantPool() const in IsConstantPool() function
1819 EXPECT_TRUE(constPool.GetTaggedValue().IsConstantPool()); in HWTEST_F_L0()