Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/jit/
DJIT.cpp559 void JIT::emitGetVariableObjectRegister(RegisterID variableObject, int index, RegisterID dst) in emitGetVariableObjectRegister() argument
561 loadPtr(Address(variableObject, OBJECT_OFFSETOF(JSVariableObject, d)), dst); in emitGetVariableObjectRegister()
566 void JIT::emitPutVariableObjectRegister(RegisterID src, RegisterID variableObject, int index) in emitPutVariableObjectRegister() argument
568 loadPtr(Address(variableObject, OBJECT_OFFSETOF(JSVariableObject, d)), variableObject); in emitPutVariableObjectRegister()
569 …loadPtr(Address(variableObject, OBJECT_OFFSETOF(JSVariableObject::JSVariableObjectData, registers)… in emitPutVariableObjectRegister()
570 storePtr(src, Address(variableObject, index * sizeof(Register))); in emitPutVariableObjectRegister()
DJIT.h474 void emitGetVariableObjectRegister(RegisterID variableObject, int index, RegisterID dst);
475 void emitPutVariableObjectRegister(RegisterID src, RegisterID variableObject, int index);
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp827 JSVariableObject* variableObject; in execute() local
831 variableObject = static_cast<JSVariableObject*>(node->object); in execute()
838 BatchedTransitionOptimizer optimizer(variableObject); in execute()
844 if (!variableObject->hasProperty(callFrame, ident)) { in execute()
846 variableObject->put(callFrame, ident, jsUndefined(), slot); in execute()
854variableObject->put(callFrame, (*it)->m_ident, (*it)->makeFunction(callFrame, scopeChain), slot); in execute()
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-1410710 (KJS::Context::variableObject):
18862 (KJS::ContextImp::variableObject):
18982 (Context::variableObject):
DChangeLog-2008-08-1014545 The variableObject() and activationObject() accessors are obsolete
/external/webkit/WebCore/
DChangeLog-2002-12-0314683 (Context::variableObject), (Context::thisValue), (Context::callingContext),