Home
last modified time | relevance | path

Searched refs:DEFAULT_BOUNDARIES (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/JitInterface/src/ThunkGenerator/
H A Dcordebuginfo.h30 DEFAULT_BOUNDARIES = STACK_EMPTY_BOUNDARIES | NOP_BOUNDARIES | CALL_SITE_BOUNDARIES enumerator
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/ObjWriter/
H A Dcordebuginfo.h34 DEFAULT_BOUNDARIES = STACK_EMPTY_BOUNDARIES | NOP_BOUNDARIES | CALL_SITE_BOUNDARIES enumerator
/dports/lang/mono/mono-5.10.1.57/external/corert/src/JitInterface/src/
H A DCorInfoTypes.cs1202 DEFAULT_BOUNDARIES = STACK_EMPTY_BOUNDARIES | NOP_BOUNDARIES | CALL_SITE_BOUNDARIES enumerator
H A DCorInfoImpl.cs2250 *implicitBoundaries = BoundaryTypes.DEFAULT_BOUNDARIES; in getBoundaries()