HomeSort by relevance Sort by last modified time
    Searched refs:jsFunctionVPtr (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/JavaScriptCore/jit/
JITCall.cpp 77 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr)));
130 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr)));
230 Jump callLinkFailNotJSFunction = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr));
JITCall32_64.cpp 75 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr)));
209 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr)));
313 Jump callLinkFailNotJSFunction = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr));
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.cpp 108 void* JSGlobalData::jsFunctionVPtr;
143 JSGlobalData::jsFunctionVPtr = jsFunction->vptr();
JSGlobalData.h 177 static JS_EXPORTDATA void* jsFunctionVPtr;
JSFunction.cpp 99 ASSERT(vptr() == JSGlobalData::jsFunctionVPtr);
JSObject.h 45 if (value.isCell() && (value.asCell()->vptr() == globalData.jsFunctionVPtr))
    [all...]

Completed in 392 milliseconds