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

  /external/webkit/Source/JavaScriptCore/debugger/
DebuggerActivation.cpp 33 DebuggerActivation::DebuggerActivation(JSGlobalData& globalData, JSObject* activation)
36 ASSERT(activation);
37 ASSERT(activation->isActivationObject());
38 m_activation.set(globalData, this, static_cast<JSActivation*>(activation));
  /external/webkit/Source/JavaScriptCore/runtime/
JSActivation.h 98 ALWAYS_INLINE JSActivation* Register::activation() const function in class:JSC::Register
Arguments.h 39 WriteBarrier<JSActivation> activation; member in struct:JSC::ArgumentsData
88 void setActivation(JSGlobalData& globalData, JSActivation* activation)
91 d->activation.set(globalData, this, activation);
92 d->registers = &activation->registerAt(0);
Arguments.cpp 60 if (d->activation)
61 markStack.append(&d->activation);
260 d->registers[d->firstParameterIndex + i].set(exec->globalData(), d->activation ? static_cast<JSCell*>(d->activation.get()) : static_cast<JSCell*>(this), value);
276 d->registers[d->firstParameterIndex + i].set(exec->globalData(), d->activation ? static_cast<JSCell*>(d->activation.get()) : static_cast<JSCell*>(this), value);
JSActivation.cpp 151 // activation object getter properties or a prototype.
166 // expose in the activation object.
181 // expose in the activation object.
213 JSActivation* activation = asActivation(slotBase); local
214 CallFrame* callFrame = CallFrame::create(reinterpret_cast<Register*>(activation->m_registers));
215 int argumentsRegister = activation->m_argumentsRegister;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-javamail.jar 
  /external/v8/test/mjsunit/bugs/
bug-941049.js 96 // activation of q is popped from the stack.
99 // activation of q is popped from the stack.
  /external/webkit/Source/JavaScriptCore/interpreter/
Register.h 65 JSActivation* activation() const;
Interpreter.cpp 555 // If this call frame created an activation or an 'arguments' object, tear it off.
565 JSActivation* activation = asActivation(scopeChain->object.get()); local
566 activation->copyRegisters(*scopeChain->globalData);
569 asArguments(arguments)->setActivation(callFrame->globalData(), activation);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
Mailer.java 18 import javax.activation.DataHandler;
19 import javax.activation.FileDataSource;
  /external/v8/test/mjsunit/regress/
regress-deopt-gc.js 31 // has been deoptimized, even when we have an activation of this function on
  /external/v8/test/mjsunit/
debug-step-3.js 70 // Make f set a breakpoint with an activation on the stack.
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes32_64.cpp 730 unsigned activation = currentInstruction[1].u.operand; local
732 Jump activationCreated = branch32(NotEqual, tagFor(activation), TrustedImm32(JSValue::EmptyValueTag));
1545 unsigned activation = currentInstruction[1].u.operand; local
    [all...]
JITStubs.cpp 2160 JSActivation* activation = new (stackFrame.globalData) JSActivation(stackFrame.callFrame, static_cast<FunctionExecutable*>(stackFrame.callFrame->codeBlock()->ownerExecutable())); local
2233 JSActivation* activation = asActivation(stackFrame.args[0].jsValue()); local
    [all...]
JITOpcodes.cpp 516 unsigned activation = currentInstruction[1].u.operand; local
518 Jump activationCreated = branchTestPtr(NonZero, addressFor(activation));
522 stubCall.addArgument(activation, regT2);
    [all...]
  /external/chromium/chrome/browser/resources/
menu.js 21 * @param {string} mode The activation mode, one of 'close_and_activate', or
448 * Handle keyboard navigation and activation.
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 491 milliseconds