Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DJSGlobalData.cpp80 void* jsFunctionVPtr; member
101 jsFunctionVPtr = jsFunction->vptr(); in VPtrSet()
133 , jsFunctionVPtr(vptrSet.jsFunctionVPtr) in JSGlobalData()
DJSGlobalData.h112 void* jsFunctionVPtr; variable
DJSObject.h42 if (value.isCell() && (value.asCell()->vptr() == globalData.jsFunctionVPtr)) in getJSFunction()
/external/webkit/JavaScriptCore/jit/
DJITCall.cpp110 addSlowCase(branchPtr(NotEqual, Address(regT0), ImmPtr(m_globalData->jsFunctionVPtr))); in compileOpCallVarargs()
262 addSlowCase(branchPtr(NotEqual, Address(regT2), ImmPtr(m_globalData->jsFunctionVPtr))); in compileOpCall()
395 …lLinkFailNotJSFunction = branchPtr(NotEqual, Address(regT0), ImmPtr(m_globalData->jsFunctionVPtr)); in compileOpCallSlowCase()
498 addSlowCase(branchPtr(NotEqual, Address(regT2), ImmPtr(m_globalData->jsFunctionVPtr)));
558 addSlowCase(branchPtr(NotEqual, Address(regT2), ImmPtr(m_globalData->jsFunctionVPtr)));
678 …lLinkFailNotJSFunction = branchPtr(NotEqual, Address(regT2), ImmPtr(m_globalData->jsFunctionVPtr));