Searched refs:jsFunctionVPtr (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITCall.cpp | 77 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()
|
D | JITCall32_64.cpp | 75 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/ |
D | JSGlobalData.cpp | 108 void* JSGlobalData::jsFunctionVPtr; member in JSC::JSGlobalData 143 JSGlobalData::jsFunctionVPtr = jsFunction->vptr(); in storeVPtrs()
|
D | JSGlobalData.h | 177 static JS_EXPORTDATA void* jsFunctionVPtr; variable
|
D | JSFunction.cpp | 99 ASSERT(vptr() == JSGlobalData::jsFunctionVPtr); in ~JSFunction()
|
D | JSObject.h | 45 if (value.isCell() && (value.asCell()->vptr() == globalData.jsFunctionVPtr)) in getJSFunction()
|