Searched refs:frame (Results 1 - 25 of 749) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2003-08-21-BinOp-Type-Mismatch.c7 unsigned int frame, focus; local
8 (struct bar *) focus == (focus ? ((struct bar *) frame) : 0);
/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-x86-darwin.c51 Produce a frame with layout entirely of our own choosing. */
57 in the frame and snarf it again later.
87 /* Create a signal frame for thread 'tid'. Make a 3-arg frame
103 struct hacky_sigframe* frame; local
119 frame = (struct hacky_sigframe *) esp;
122 VG_(memset)(&frame->lower_guardzone, 0, sizeof frame->lower_guardzone);
123 VG_(memset)(&frame->gst, 0, sizeof(VexGuestX86State));
124 VG_(memset)(&frame
180 struct hacky_sigframe* frame; local
[all...]
H A Dsigframe-amd64-darwin.c51 Produce a frame with layout entirely of our own choosing. */
57 in the frame and snarf it again later.
84 /* Create a signal frame for thread 'tid'. Make a 3-arg frame
100 struct hacky_sigframe* frame; local
116 frame = (struct hacky_sigframe *) rsp;
119 VG_(memset)(&frame->lower_guardzone, 0, sizeof frame->lower_guardzone);
120 VG_(memset)(&frame->gst, 0, sizeof(VexGuestAMD64State));
121 VG_(memset)(&frame
180 struct hacky_sigframe* frame; local
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DElemContext.java24 * This class is a stack frame that consists of
36 * A stack frame will be pushed for "A" at depth 1,
38 * Then "B1" stackframe is popped. When the stack frame for "B2" is
94 /** The next element "stack frame". This value will only be
99 * because very few stack frame objects are ever created, they are
103 * as they are re-used. Only the reference to the current stack frame, which
108 /** The previous element "stack frame". */
130 * Constructor to create the "stack frame" for a given element depth.
136 * @param previous The "stack frame" corresponding to the new
146 * Pop the current "stack frame"
[all...]
/external/google-breakpad/src/processor/
H A Dstackwalker_ppc64.cc58 BPLOG(ERROR) << "Can't get context frame without context";
62 StackFramePPC64* frame = new StackFramePPC64(); local
66 frame->context = *context_;
67 frame->context_validity = StackFramePPC64::CONTEXT_VALID_ALL;
68 frame->trust = StackFrame::FRAME_TRUST_CONTEXT;
69 frame->instruction = frame->context.srr0;
71 return frame;
78 BPLOG(ERROR) << "Can't get caller frame without memory or stack";
84 // its return address in the calling procedure's stack frame a
115 StackFramePPC64* frame = new StackFramePPC64(); local
[all...]
H A Dstackwalker_sparc.cc58 BPLOG(ERROR) << "Can't get context frame without context";
62 StackFrameSPARC* frame = new StackFrameSPARC(); local
66 frame->context = *context_;
67 frame->context_validity = StackFrameSPARC::CONTEXT_VALID_ALL;
68 frame->trust = StackFrame::FRAME_TRUST_CONTEXT;
69 frame->instruction = frame->context.pc;
71 return frame;
78 BPLOG(ERROR) << "Can't get caller frame without memory or stack";
94 // A caller frame mus
114 StackFrameSPARC* frame = new StackFrameSPARC(); local
[all...]
H A Dstackwalker_arm.cc63 BPLOG(ERROR) << "Can't get context frame without context";
67 StackFrameARM* frame = new StackFrameARM(); local
71 frame->context = *context_;
72 frame->context_validity = context_frame_validity_;
73 frame->trust = StackFrame::FRAME_TRUST_CONTEXT;
74 frame->instruction = frame->context.iregs[MD_CONTEXT_ARM_REG_PC];
76 return frame;
104 // Construct a new stack frame given the values the CFI recovered.
105 scoped_ptr<StackFrameARM> frame(ne
182 StackFrameARM* frame = new StackFrameARM(); local
224 StackFrameARM* frame = new StackFrameARM(); local
249 scoped_ptr<StackFrameARM> frame; local
[all...]
H A Dstackwalker_address_list.cc65 StackFrame* frame = new StackFrame();
66 frame->instruction = frames_[0];
67 frame->trust = StackFrame::FRAME_TRUST_PREWALKED;
68 return frame;
74 BPLOG(ERROR) << "Can't get caller frame without stack";
86 StackFrame* frame = new StackFrame();
87 frame->instruction = frames_[frame_index];
88 frame->trust = StackFrame::FRAME_TRUST_PREWALKED;
89 return frame;
H A Dstackwalker_arm64.cc62 BPLOG(ERROR) << "Can't get context frame without context";
66 StackFrameARM64* frame = new StackFrameARM64(); local
70 frame->context = *context_;
71 frame->context_validity = context_frame_validity_;
72 frame->trust = StackFrame::FRAME_TRUST_CONTEXT;
73 frame->instruction = frame->context.iregs[MD_CONTEXT_ARM64_REG_PC];
75 return frame;
104 // Construct a new stack frame given the values the CFI recovered.
105 scoped_ptr<StackFrameARM64> frame(ne
173 StackFrameARM64* frame = new StackFrameARM64(); local
210 StackFrameARM64* frame = new StackFrameARM64(); local
235 scoped_ptr<StackFrameARM64> frame; local
[all...]
H A Dstackwalker_ppc.cc67 BPLOG(ERROR) << "Can't get context frame without context";
71 StackFramePPC* frame = new StackFramePPC(); local
75 frame->context = *context_;
76 frame->context_validity = StackFramePPC::CONTEXT_VALID_ALL;
77 frame->trust = StackFrame::FRAME_TRUST_CONTEXT;
78 frame->instruction = frame->context.srr0;
80 return frame;
87 BPLOG(ERROR) << "Can't get caller frame without memory or stack";
93 // its return address in the calling procedure's stack frame a
124 StackFramePPC* frame = new StackFramePPC(); local
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetHelp.py28 frame = wx.Frame(None, -1, JetDefs.MAIN_HELPTITLE, size=(800,600)) variable
29 html1 = wx.html.HtmlWindow(frame, -1)
31 frame.Center()
32 frame.Show()
/external/strace/linux/i386/
H A Darch_sigreturn.c12 } frame; variable in typeref:struct:__anon14486
14 if (umove(tcp, *i386_esp_ptr, &frame) < 0) {
17 uint32_t mask[2] = { frame.oldmask, frame.extramask };
/external/javassist/src/main/javassist/bytecode/analysis/
H A DExecutor.java28 * Executor is responsible for modeling the effects of a JVM instruction on a frame.
55 * Execute the instruction, modeling the effects on the specified frame and subroutine.
62 * @param frame the frame to modify to represent the result of the instruction
66 public void execute(MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subroutine) throws BadBytecode { argument
76 frame.push(Type.UNINIT);
85 frame.push(Type.INTEGER);
89 frame.push(Type.LONG);
90 frame.push(Type.TOP);
95 frame
633 evalArrayLoad(Type expectedComponent, Frame frame) argument
661 evalArrayStore(Type expectedComponent, Frame frame) argument
694 evalBinaryMath(Type expected, Frame frame) argument
703 evalGetField(int opcode, int index, Frame frame) argument
715 evalInvokeIntfMethod(int opcode, int index, Frame frame) argument
732 evalInvokeMethod(int opcode, int index, Frame frame) argument
751 evalLDC(int index, Frame frame) argument
780 evalLoad(Type expected, int index, Frame frame, Subroutine subroutine) argument
789 evalNewArray(int pos, CodeIterator iter, Frame frame) argument
826 evalNewObjectArray(int pos, CodeIterator iter, Frame frame) argument
847 evalPutField(int opcode, int index, Frame frame) argument
859 evalShift(Type expected, Frame frame) argument
868 evalStore(Type expected, int index, Frame frame, Subroutine subroutine) argument
878 evalWide(int pos, CodeIterator iter, Frame frame, Subroutine subroutine) argument
964 simplePeek(Frame frame) argument
969 simplePop(Frame frame) argument
974 simplePush(Type type, Frame frame) argument
988 simpleSetLocal(int index, Type type, Frame frame) argument
[all...]
/external/strace/linux/sparc/
H A Darch_sigreturn.c8 } frame; variable in typeref:struct:__anon14490
10 if (umove(tcp, fp, &frame) < 0) {
15 mask[0] = frame.si_mask;
16 memcpy(mask + 1, frame.extramask, sizeof(frame.extramask));
/external/v8/test/mjsunit/
H A Ddebug-evaluate-locals.js44 function checkFrame0(frame) {
46 var count = frame.localCount();
49 var name = frame.localName(i);
50 var value = frame.localValue(i).value();
67 function checkFrame1(frame) {
69 var count = frame.localCount();
72 var name = frame.localName(i);
73 var value = frame.localValue(i).value();
91 function checkFrame2(frame) {
93 var count = frame
[all...]
H A Ddebug-break-inline.js52 var frame = exec_state.frame(i);
54 // expect an optimized frame for f and g.
57 assertTrue(frame.isOptimizedFrame());
58 assertTrue(frame.isInlinedFrame());
59 assertEquals(4 - i, frame.inlinedFrameIndex());
61 assertTrue(frame.isOptimizedFrame());
62 assertFalse(frame.isInlinedFrame());
64 assertFalse(frame.isOptimizedFrame());
65 assertFalse(frame
[all...]
H A Ddebug-evaluate-closure.js37 assertEquals("goo", exec_state.frame(0).evaluate("goo").value());
38 exec_state.frame(0).evaluate("goo = 'goo foo'");
39 assertEquals("bar return", exec_state.frame(0).evaluate("bar()").value());
40 assertEquals("inner bar", exec_state.frame(0).evaluate("inner").value());
41 assertEquals("outer bar", exec_state.frame(0).evaluate("outer").value());
42 assertEquals("baz inner", exec_state.frame(0).evaluate("baz").value());
43 assertEquals("baz outer", exec_state.frame(1).evaluate("baz").value());
44 exec_state.frame(0).evaluate("w = 'w foo'");
45 exec_state.frame(0).evaluate("inner = 'inner foo'");
46 exec_state.frame(
[all...]
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
H A DProgressListenerImpl.java40 final MigratorFrame frame; field in class:ProgressListenerImpl
46 public ProgressListenerImpl(File projectFolder, MigratorFrame frame) { argument
47 this.frame = frame;
52 frame.disableInput();
70 frame.otherLabel.setText("<html><p>Searching folder [" + abbreviatedName + "]<p>Found " + addFileCount + " java files to scan.</html>");
74 frame.progressBar.setVisible(false);
75 frame.otherLabel.setText("<html><font color='BLUE'>Scanned " + addFileCount + " java files, " + inplaceConversionCount
78 frame.migrateButton.setActionCommand(MigratorFrame.EXIT_COMMAND);
79 frame
[all...]
/external/compiler-rt/test/asan/TestCases/
H A Dstack-oob-frames.cc12 NOINLINE static void Frame0(int frame, char *a, char *b, char *c) { argument
16 switch (frame) {
23 NOINLINE static void Frame1(int frame, char *a, char *b) { argument
24 char c[4] = {0}; Frame0(frame, a, b, c);
27 NOINLINE static void Frame2(int frame, char *a) { argument
28 char b[4] = {0}; Frame1(frame, a, b);
31 NOINLINE static void Frame3(int frame) { argument
32 char a[4] = {0}; Frame2(frame, a);
/external/lldb/examples/python/
H A Dgdb_disassemble.py4 if lldb.frame.function:
5 instructions = lldb.frame.function.instructions
6 start_addr = lldb.frame.function.addr.load_addr
7 name = lldb.frame.function.name
8 elif lldb.frame.symbol:
9 instructions = lldb.frame.symbol.instructions
10 start_addr = lldb.frame.symbol.addr.load_addr
11 name = lldb.frame.symbol.name
H A Dpytracer.py25 def __init__(self,frame):
26 self.etraceback = frame.f_exc_traceback
27 self.etype = frame.exc_type
28 self.evalue = frame.f_exc_value
67 def __init__(self,frame,arginfo):
68 self.f = frame
120 def __init__(self,frame):
121 self.f = frame
148 def callEvent(self,frame):
151 def lineEvent(self,frame)
[all...]
/external/lldb/test/functionalities/breakpoint/breakpoint_command/
H A Dbktptcmd.py1 def function(frame, bp_loc, dict):
/external/opencv/cvaux/src/
H A Dcvvideo.cpp51 CvMat frame_stub, *frame = (CvMat*)framearr; local
57 CV_CALL( frame = cvGetMat( frame, &frame_stub ));
61 if( !CV_ARE_TYPES_EQ( frame, even ) || !CV_ARE_TYPES_EQ( frame, odd ))
64 if( frame->cols != even->cols || frame->cols != odd->cols ||
65 frame->rows != even->rows*2 || odd->rows != even->rows )
74 frame->data.ptr + frame
[all...]
/external/valgrind/none/tests/
H A Dstackgrowth.c9 volatile char frame[FRAME]; local
11 memset((char *)frame, 0xff, sizeof(frame));
/external/valgrind/tests/
H A Dfilter_xml_frames3 # Remove certain <frame>.....</frame> records that are suspected to point
15 my $frame = "";
17 # Info about the current frame
25 if ($line =~ /<frame>/) {
26 $frame = $line;
35 # We're in a frame
36 $frame .= $line;
37 if ($line =~ /<\/frame>/) {
38 # Is this a frame w
[all...]

Completed in 569 milliseconds

1234567891011>>