Home | History | Annotate | Download | only in bytecode

Lines Matching refs:methodCallLinkInfo

131     struct MethodCallLinkInfo {
132 MethodCallLinkInfo()
204 inline void* getMethodCallLinkInfoReturnLocation(MethodCallLinkInfo* methodCallLinkInfo)
206 return methodCallLinkInfo->callReturnLocation.executableAddress();
334 MethodCallLinkInfo& getMethodCallLinkInfo(ReturnAddressPtr returnAddress)
336 return *(binaryChop<MethodCallLinkInfo, void*, getMethodCallLinkInfoReturnLocation>(m_methodCallLinkInfos.begin(), m_methodCallLinkInfos.size(), returnAddress.value()));
406 MethodCallLinkInfo& methodCallLinkInfo(int index) { return m_methodCallLinkInfos[index]; }
529 Vector<MethodCallLinkInfo> m_methodCallLinkInfos;