Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/jitinterface/
H A DJITCodeManager.cpp225 m_pRuntimeFunctionTable(NULL), m_nRuntimeFunctionTable(0) in JITCodeManager()
314 m_nRuntimeFunctionTable = nEntryCount; in UpdateRuntimeFunctionTable()
387 0, m_nRuntimeFunctionTable - 1); in FindMethodInfo()
403 0, m_nRuntimeFunctionTable - 1); in FindMethodInfo()
H A DJITCodeManager.h174 UInt32 m_nRuntimeFunctionTable; variable
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/windows/
H A DCoffNativeCodeManager.h44 UInt32 m_nRuntimeFunctionTable; variable
H A DCoffNativeCodeManager.cpp178 … m_pRuntimeFunctionTable(pRuntimeFunctionTable), m_nRuntimeFunctionTable(nRuntimeFunctionTable), in CoffNativeCodeManager()
253 0, m_nRuntimeFunctionTable - 1); in FindMethodInfo()
710 …upUnwindInfoForMethod((UInt32)relativePC, m_pRuntimeFunctionTable, 0, m_nRuntimeFunctionTable - 1); in GetAssociatedData()