Home
last modified time | relevance | path

Searched refs:GPTR_IMPL_INIT (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A Dgcheaputilities.cpp16 GPTR_IMPL_INIT(uint32_t, g_card_table, nullptr);
17 GPTR_IMPL_INIT(uint8_t, g_lowest_address, nullptr);
18 GPTR_IMPL_INIT(uint8_t, g_highest_address, nullptr);
H A DDebugFuncEval.cpp12 GPTR_IMPL_INIT(PTR_VOID, g_HighLevelDebugFuncEvalAbortHelperAddr, 0);
104 GPTR_IMPL_INIT(PTR_VOID, g_RhpDebugFuncEvalHelperAddr, &RhpDebugFuncEvalHelper);
106 GPTR_IMPL_INIT(PTR_VOID, g_RhpInitiateFuncEvalAbortAddr, (void**)&RhpInitiateFuncEvalAbort);
H A DGcStressControl.cpp174 GPTR_IMPL_INIT(CallsiteCountSHash, g_pCallsites, &GcStressControl::s_callsites);
H A DRuntimeInstance.cpp200 GPTR_IMPL_INIT(RuntimeInstance, g_pTheRuntimeInstance, NULL);
H A DStackFrameIterator.cpp41 GPTR_IMPL_INIT(PTR_VOID, g_RhpUniversalTransitionAddr, (void**)&RhpUniversalTransition);
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/env/
H A Dgcenv.base.h264 #define GPTR_IMPL_INIT(type, var, init) \ macro
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/inc/
H A Ddaccess.h2313 #define GPTR_IMPL_INIT(type, var, init) _GPTR_IMPL_INIT(type*, PTR_##type, var, init)