Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h271 inline bool JSTaggedValue::IsConstantPool() const in IsConstantPool() function in panda::ecmascript::JSTaggedValue
273 return IsHeapObject() && GetTaggedObject()->GetClass()->IsConstantPool(); in IsConstantPool()
H A Djs_tagged_value.h489 bool IsConstantPool() const;
H A Djs_hclass.h708 inline bool IsConstantPool() const in IsConstantPool() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.h108 ASSERT(JSTaggedValue(object).IsConstantPool()); in Cast()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Ddump.cpp480 } else if (IsConstantPool()) { in DumpOpcode()
H A Dinst.h5930 bool IsConstantPool() const

Completed in 22 milliseconds