Home
last modified time | relevance | path

Searched refs:IsConstantPool (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h72 ASSERT(JSTaggedValue(object).IsConstantPool()); in Cast()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h504 inline bool JSTaggedValue::IsConstantPool() const in IsConstantPool() function
506 return IsHeapObject() && GetTaggedObject()->GetClass()->IsConstantPool(); in IsConstantPool()
Djs_tagged_value.h523 bool IsConstantPool() const;
Decma_context.cpp426 ASSERT(constpool.IsConstantPool()); in AddConstpool()
Djs_hclass.h570 inline bool IsConstantPool() const in IsConstantPool() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp1819 EXPECT_TRUE(constPool.GetTaggedValue().IsConstantPool()); in HWTEST_F_L0()