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

  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 319 void setActivationRegister(int activationRegister)
321 m_activationRegister = activationRegister;
323 int activationRegister()
CodeBlock.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp 135 if (callFrame->uncheckedR(codeBlock->activationRegister()).jsValue())
215 if (callFrame->uncheckedR(codeBlock->activationRegister()).jsValue())
557 if (!callFrame->uncheckedR(oldCodeBlock->activationRegister()).jsValue()) {
706 || callFrame->uncheckedR(codeBlock->activationRegister()).jsValue())
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes.cpp 478 activationNotCreated = branchTestPtr(Zero, addressFor(m_codeBlock->activationRegister()));
502 activationNotCreated = branchTestPtr(Zero, addressFor(m_codeBlock->activationRegister()));
    [all...]
JITStubs.cpp     [all...]
JITOpcodes32_64.cpp 685 activationNotCreated = branch32(Equal, tagFor(m_codeBlock->activationRegister()), TrustedImm32(JSValue::EmptyValueTag));
714 activationNotCreated = branch32(Equal, tagFor(m_codeBlock->activationRegister()), TrustedImm32(JSValue::EmptyValueTag));
    [all...]

Completed in 86 milliseconds