Home
last modified time | relevance | path

Searched refs:copyRegisterArray (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSVariableObject.h88 Register* copyRegisterArray(Register* src, size_t count);
147 inline Register* JSVariableObject::copyRegisterArray(Register* src, size_t count) in copyRegisterArray() function
DArguments.h219 … Register* registerArray = copyRegisterArray(d()->registers - registerOffset, registerArraySize); in copyRegisters()
DJSGlobalObject.cpp432 Register* registerArray = copyRegisterArray(registerFile.lastGlobal(), numGlobals); in copyGlobalsFrom()
/external/webkit/JavaScriptCore/
DChangeLog20814 * kjs/JSVariableObject.cpp: Moved copyRegisterArray and setRegisters to the
20818 (JSC::JSVariableObject::copyRegisterArray): Moved here ot make it inline.
21140 (JSC::JSVariableObject::copyRegisterArray):
DChangeLog-2008-08-102789 (KJS::JSVariableObject::copyRegisterArray): Allocate registerArray with new[].