Home | History | Annotate | Download | only in bytecode

Lines Matching refs:methodCallLinkInfo

123     struct MethodCallLinkInfo {
124 MethodCallLinkInfo()
191 inline void* getMethodCallLinkInfoReturnLocation(MethodCallLinkInfo* methodCallLinkInfo)
193 return methodCallLinkInfo->callReturnLocation.executableAddress();
258 MethodCallLinkInfo& getMethodCallLinkInfo(ReturnAddressPtr returnAddress)
260 return *(binarySearch<MethodCallLinkInfo, void*, getMethodCallLinkInfoReturnLocation>(m_methodCallLinkInfos.begin(), m_methodCallLinkInfos.size(), returnAddress.value()));
361 MethodCallLinkInfo& methodCallLinkInfo(int index) { return m_methodCallLinkInfos[index]; }
522 Vector<MethodCallLinkInfo> m_methodCallLinkInfos;