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

  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp 753 #define CTI_SAMPLER stackFrame.globalData->interpreter->sampler()
942 ALWAYS_INLINE StackHack(JITStackFrame& stackFrame)
943 : stackFrame(stackFrame)
944 , savedReturnAddress(*stackFrame.returnAddressSlot())
946 *stackFrame.returnAddressSlot() = ReturnAddressPtr(FunctionPtr(jscGeneratedNativeCode));
951 *stackFrame.returnAddressSlot() = savedReturnAddress;
954 JITStackFrame& stackFrame;
958 #define STUB_INIT_STACK_FRAME(stackFrame) SETUP_VA_LISTL_ARGS; JITStackFrame& stackFrame = *reinterpret_cast<JITStackFrame*>(STUB_ARGS); StackHack stackHack(stackFrame
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/axes/
FilterExprIteratorSimple.java 90 int stackFrame,
114 vars.setStackFrame(stackFrame);
  /external/webkit/WebKit/chromium/src/js/
DebuggerAgent.js 1031 * @param {Object} stackFrame Frame json object from "backtrace" response
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/
VariableStack.java 114 * Get the element at the given index, regardless of stackframe.
196 * Allocates memory (called a stackframe) on the stack; used to store
281 * NEEDSDOC @param stackFrame
285 public void setLocalVariable(int index, XObject val, int stackFrame)
287 _stackFrames[index + stackFrame] = val;
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 603 milliseconds