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

  /external/webkit/Source/JavaScriptCore/heap/
MarkStack.h 48 MarkStack(void* jsArrayVPtr)
49 : m_jsArrayVPtr(jsArrayVPtr)
Heap.cpp 50 , m_markStack(globalData->jsArrayVPtr)
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.cpp 105 void* JSGlobalData::jsArrayVPtr;
128 JSGlobalData::jsArrayVPtr = jsArray->vptr();
JSArray.h 185 inline bool isJSArray(JSGlobalData* globalData, JSCell* cell) { return cell->vptr() == globalData->jsArrayVPtr; }
JSGlobalData.h 174 static JS_EXPORTDATA void* jsArrayVPtr;
JSArray.cpp 236 ASSERT(vptr() == JSGlobalData::jsArrayVPtr);
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp 102 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsArrayVPtr)));
200 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsArrayVPtr)));
689 Jump failureCases1 = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsArrayVPtr));
    [all...]
JITPropertyAccess32_64.cpp 312 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsArrayVPtr)));
364 addSlowCase(branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsArrayVPtr)));
715 Jump failureCases1 = branchPtr(NotEqual, Address(regT0), TrustedImmPtr(m_globalData->jsArrayVPtr));
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGSpeculativeJIT.cpp 567 speculationCheck(m_jit.branchPtr(MacroAssembler::NotEqual, MacroAssembler::Address(baseReg), MacroAssembler::TrustedImmPtr(m_jit.globalData()->jsArrayVPtr)));
594 speculationCheck(m_jit.branchPtr(MacroAssembler::NotEqual, MacroAssembler::Address(baseReg), MacroAssembler::TrustedImmPtr(m_jit.globalData()->jsArrayVPtr)));

Completed in 198 milliseconds