Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dfree_object.h76 if (GetClass()->IsFreeObjectWithOneField()) { in AsanUnPoisonFreeObject()
90 } else if (GetClass()->IsFreeObjectWithOneField()) { in AsanPoisonFreeObject()
Djs_hclass.h1338 inline bool IsFreeObjectWithOneField() const in IsFreeObjectWithOneField() function