HomeSort by relevance Sort by last modified time
    Searched defs:methodCallLinkInfo (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 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
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp     [all...]

Completed in 3415 milliseconds