Home
last modified time | relevance | path

Searched refs:IsObjectInFixedHeap (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcimpl.h119 BOOL IsObjectInFixedHeap(Object *pObj);
H A Dgcinterface.h492 virtual BOOL IsObjectInFixedHeap(Object* pObj) = 0;
H A Dgc.cpp33906 /*static*/ BOOL GCHeap::IsObjectInFixedHeap(Object *pObj) function in GCHeap