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

  /external/webkit/Source/JavaScriptCore/heap/
HandleStack.h 69 inline void HandleStack::enterScope(Frame& lastFrame)
75 lastFrame = m_frame;
80 inline void HandleStack::zapTo(Frame& lastFrame)
83 UNUSED_PARAM(lastFrame);
87 if (lastFrame.m_end != m_frame.m_end) { // Zapping to a frame in a different block.
89 for ( ; blocks[i] + m_blockStack.blockLength != lastFrame.m_end; --i) {
94 for (HandleSlot it = blocks[i] + m_blockStack.blockLength - 1; it != lastFrame.m_next - 1; --it)
100 for (HandleSlot it = m_frame.m_next - 1; it != lastFrame.m_next - 1; --it)
105 inline void HandleStack::leaveScope(Frame& lastFrame)
111 zapTo(lastFrame);
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
Context.java 130 private Frame lastFrame;
177 assert lastFrame == null;
195 if (lastFrame == null) {
199 lastFrame = new Frame(currentContext, file.getFilePointer());
206 frames.add(lastFrame);
209 loadedFrame = lastFrame;
222 saveMessage(msg, file, lastFrame);
223 if (loadedFrame == lastFrame) {
226 lastFrame.add(msgData);
232 if (loadedFrame != lastFrame)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
Context.java 130 private Frame lastFrame;
177 assert lastFrame == null;
195 if (lastFrame == null) {
199 lastFrame = new Frame(currentContext, file.getFilePointer());
206 frames.add(lastFrame);
209 loadedFrame = lastFrame;
222 saveMessage(msg, file, lastFrame);
223 if (loadedFrame == lastFrame) {
226 lastFrame.add(msgData);
232 if (loadedFrame != lastFrame)
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 465 nsecs_t lastFrame = systemTime();
510 nsecs_t delay = frameDuration - (now - lastFrame);
511 lastFrame = now;
  /prebuilt/common/ecj/
ecj.jar 

Completed in 113 milliseconds