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

  /external/webkit/Source/JavaScriptCore/interpreter/
RegisterFile.h 133 Register* lastGlobal() const { return m_start - m_numGlobals; }
Interpreter.cpp 454 it = registerFile->lastGlobal();
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.cpp 388 OwnArrayPtr<WriteBarrier<Unknown> > registerArray = copyRegisterArray(globalData(), reinterpret_cast<WriteBarrier<Unknown>*>(registerFile.lastGlobal()), numGlobals, numGlobals);

Completed in 1053 milliseconds