Home
last modified time | relevance | path

Searched refs:IsFreeObjectWithTwoField (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dfree_object.h78 } else if (GetClass()->IsFreeObjectWithTwoField()) { in AsanUnPoisonFreeObject()
92 } else if (GetClass()->IsFreeObjectWithTwoField()) { in AsanPoisonFreeObject()
Djs_hclass.h1463 inline bool IsFreeObjectWithTwoField() const in IsFreeObjectWithTwoField() function