Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/jit/
DJITCall.cpp77 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr))); in compileOpCallVarargs()
130 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr))); in compileOpCall()
230 …ilNotJSFunction = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr)); in compileOpCallSlowCase()
DJITCall32_64.cpp75 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr))); in compileOpCallVarargs()
209 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr))); in compileOpCall()
313 …ilNotJSFunction = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsFunctionVPtr)); in compileOpCallSlowCase()
/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalData.cpp108 void* JSGlobalData::jsFunctionVPtr; member in JSC::JSGlobalData
143 JSGlobalData::jsFunctionVPtr = jsFunction->vptr(); in storeVPtrs()
DJSGlobalData.h177 static JS_EXPORTDATA void* jsFunctionVPtr; variable
DJSFunction.cpp99 ASSERT(vptr() == JSGlobalData::jsFunctionVPtr); in ~JSFunction()
DJSObject.h45 if (value.isCell() && (value.asCell()->vptr() == globalData.jsFunctionVPtr)) in getJSFunction()