Home
last modified time | relevance | path

Searched defs:frame (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java66 …public void execute(MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subrout… in execute()
633 private void evalArrayLoad(Type expectedComponent, Frame frame) throws BadBytecode { in evalArrayLoad()
661 private void evalArrayStore(Type expectedComponent, Frame frame) throws BadBytecode { in evalArrayStore()
694 private void evalBinaryMath(Type expected, Frame frame) throws BadBytecode { in evalBinaryMath()
703 private void evalGetField(int opcode, int index, Frame frame) throws BadBytecode { in evalGetField()
715 private void evalInvokeIntfMethod(int opcode, int index, Frame frame) throws BadBytecode { in evalInvokeIntfMethod()
729 simplePush(zeroExtend(returnType), frame); in evalInvokeIntfMethod() local
732 private void evalInvokeMethod(int opcode, int index, Frame frame) throws BadBytecode { in evalInvokeMethod()
747 simplePush(zeroExtend(returnType), frame); in evalInvokeMethod() local
751 private void evalLDC(int index, Frame frame) throws BadBytecode { in evalLDC()
[all …]
DFrame.java151 Frame frame = new Frame(locals.length, stack.length); in copy() local
165 Frame frame = new Frame(locals.length, stack.length); in copyStack() local
178 public boolean mergeStack(Frame frame) { in mergeStack()
208 public boolean merge(Frame frame) { in merge()
DFramePrinter.java106 Frame frame = frames[pos]; in print() local
119 private void printStack(Frame frame) { in printStack()
131 private void printLocals(Frame frame) { in printLocals()
DAnalyzer.java173 Frame frame = frames[pos].copy(); in analyzeNextEntry() local
276 private void merge(IntQueue queue, Frame frame, int target) { in merge()
292 private void mergeExceptionHandlers(IntQueue queue, MethodInfo method, int pos, Frame frame) { in mergeExceptionHandlers()
306 …private void mergeJsr(IntQueue queue, Frame frame, Subroutine sub, int pos, int next) throws BadBy… in mergeJsr()
347 …private void mergeLookupSwitch(IntQueue queue, int pos, CodeIterator iter, Frame frame) throws Bad… in mergeLookupSwitch()
361 …private void mergeRet(IntQueue queue, CodeIterator iter, int pos, Frame frame, Subroutine subrouti… in mergeRet()
400 …private void mergeTableSwitch(IntQueue queue, int pos, CodeIterator iter, Frame frame) throws BadB… in mergeTableSwitch()
/external/lldb/examples/python/
Dpytracer.py25 def __init__(self,frame): argument
67 def __init__(self,frame,arginfo): argument
120 def __init__(self,frame): argument
148 def callEvent(self,frame): argument
151 def lineEvent(self,frame): argument
154 def returnEvent(self,frame,retval): argument
157 def exceptionEvent(self,frame,exception,value,traceback): argument
160 def cCallEvent(self,frame,cfunct): argument
163 def cReturnEvent(self,frame,cfunct): argument
166 def cExceptionEvent(self,frame,cfunct): argument
[all …]
/external/lldb/source/API/
DSBFrame.cpp117 StackFrame *frame = NULL; in GetSymbolContext() local
159 StackFrame *frame = NULL; in GetModule() local
201 StackFrame *frame = NULL; in GetCompileUnit() local
241 StackFrame *frame = NULL; in GetFunction() local
281 StackFrame *frame = NULL; in GetSymbol() local
320 StackFrame *frame = NULL; in GetBlock() local
358 StackFrame *frame = NULL; in GetFrameBlock() local
398 StackFrame *frame = NULL; in GetLineEntry() local
435 StackFrame *frame = exe_ctx.GetFramePtr(); in GetFrameID() local
454 StackFrame *frame = NULL; in GetPC() local
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DFramesTest.java88 FrameStruct frame = (FrameStruct )e.nextElement(); in testFrames005() local
142 FrameStruct frame = (FrameStruct )e.nextElement(); in testFrames004() local
197 FrameStruct frame = (FrameStruct )e.nextElement(); in testFrames003() local
258 FrameStruct frame = (FrameStruct )e.nextElement(); in testFrames002() local
284 FrameStruct frame = (FrameStruct )e.nextElement(); in testFrames002() local
353 FrameStruct frame = (FrameStruct )e.nextElement(); in testFrames001() local
381 FrameStruct frame = (FrameStruct )e.nextElement(); in testFrames001() local
/external/compiler-rt/test/asan/TestCases/
Dstack-oob-frames.cc12 NOINLINE static void Frame0(int frame, char *a, char *b, char *c) { in Frame0()
23 NOINLINE static void Frame1(int frame, char *a, char *b) { in Frame1()
27 NOINLINE static void Frame2(int frame, char *a) { in Frame2()
31 NOINLINE static void Frame3(int frame) { in Frame3()
/external/google-breakpad/src/processor/
Dstackwalker_arm64.cc66 StackFrameARM64* frame = new StackFrameARM64(); in GetContextFrame() local
105 scoped_ptr<StackFrameARM64> frame(new StackFrameARM64()); in GetCallerByCFIFrameInfo() local
173 StackFrameARM64* frame = new StackFrameARM64(); in GetCallerByStackScan() local
210 StackFrameARM64* frame = new StackFrameARM64(); in GetCallerByFramePointer() local
235 scoped_ptr<StackFrameARM64> frame; in GetCallerFrame() local
Dstackwalker_arm.cc67 StackFrameARM* frame = new StackFrameARM(); in GetContextFrame() local
105 scoped_ptr<StackFrameARM> frame(new StackFrameARM()); in GetCallerByCFIFrameInfo() local
182 StackFrameARM* frame = new StackFrameARM(); in GetCallerByStackScan() local
224 StackFrameARM* frame = new StackFrameARM(); in GetCallerByFramePointer() local
249 scoped_ptr<StackFrameARM> frame; in GetCallerFrame() local
Dstack_frame_symbolizer.cc59 StackFrame* frame) { in FillSourceLineInfo()
129 const StackFrame* frame) { in FindWindowsFrameInfo()
134 const StackFrame* frame) { in FindCFIFrameInfo()
Dstackwalker_amd64.cc116 StackFrameAMD64* frame = new StackFrameAMD64(); in GetContextFrame() local
133 scoped_ptr<StackFrameAMD64> frame(new StackFrameAMD64()); in GetCallerByCFIFrameInfo() local
181 StackFrameAMD64* frame = new StackFrameAMD64(); in GetCallerByFramePointerRecovery() local
210 StackFrameAMD64* frame = new StackFrameAMD64(); in GetCallerByStackScan() local
Dstackwalker_address_list.cc65 StackFrame* frame = new StackFrame(); in GetContextFrame() local
86 StackFrame* frame = new StackFrame(); in GetCallerFrame() local
Dstackwalker_ppc.cc71 StackFramePPC* frame = new StackFramePPC(); in GetContextFrame() local
124 StackFramePPC* frame = new StackFramePPC(); in GetCallerFrame() local
Dstackwalker_ppc64.cc62 StackFramePPC64* frame = new StackFramePPC64(); in GetContextFrame() local
115 StackFramePPC64* frame = new StackFramePPC64(); in GetCallerFrame() local
Dstackwalker_sparc.cc62 StackFrameSPARC* frame = new StackFrameSPARC(); in GetContextFrame() local
114 StackFrameSPARC* frame = new StackFrameSPARC(); in GetCallerFrame() local
/external/v8/test/mjsunit/
Ddebug-evaluate-locals.js44 function checkFrame0(frame) { argument
67 function checkFrame1(frame) { argument
91 function checkFrame2(frame) { argument
/external/clang/test/CodeGenObjCXX/
Dproperty-objects.mm21 @property CGRect frame; property
23 - (CGRect)frame; method
44 - (CGRect)frame {return bounds;} method
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
DWebSocket.java81 protected void handleWebsocketFrame(WebSocketFrame frame) throws IOException { in handleWebsocketFrame()
99 protected void handleCloseFrame(WebSocketFrame frame) throws IOException { in handleCloseFrame()
120 protected void handleFrameFragment(WebSocketFrame frame) throws IOException { in handleFrameFragment()
146 public synchronized void sendFrame(WebSocketFrame frame) throws IOException { in sendFrame()
/external/valgrind/coregrind/m_sigframe/
Dsigframe-s390x-linux.c264 static void build_vg_sigframe(struct vg_sigframe *frame, in build_vg_sigframe()
290 struct sigframe *frame; in build_sigframe() local
349 struct rt_sigframe *frame; in build_rt_sigframe() local
447 struct vg_sigframe *frame, Int *sigNo ) in restore_vg_sigframe()
472 struct sigframe *frame, Int *sigNo ) in restore_sigframe()
482 struct rt_sigframe *frame, Int *sigNo ) in restore_rt_sigframe()
Dsigframe-mips32-linux.c157 struct rt_sigframe *frame = (struct rt_sigframe *) sp; in VG_() local
219 struct sigframe *frame = (struct sigframe *) sp; in VG_() local
280 struct rt_sigframe *frame = (struct rt_sigframe *)sp; in VG_() local
290 struct sigframe *frame = (struct sigframe *)sp; in VG_() local
Dsigframe-amd64-linux.c377 static void build_vg_sigframe(struct vg_sigframe *frame, in build_vg_sigframe()
404 struct rt_sigframe *frame; in build_rt_sigframe() local
463 struct rt_sigframe *frame; in VG_() local
508 struct vg_sigframe *frame, Int *sigNo ) in restore_vg_sigframe()
565 struct rt_sigframe *frame, Int *sigNo ) in restore_rt_sigframe()
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
DConversionTask.java34 final MigratorFrame frame; field in ConversionTask
37 ConversionTask(File folder, MigratorFrame frame, int conversionType) { in ConversionTask()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
DIpoHelper.java57 int frame = 0; in fromIpoStructure() local
89 int frame = 0; in fromAction() local
180 public float calculateValue(int frame) { in calculateValue()
185 public float calculateValue(int frame, int curveIndex) { in calculateValue()
/external/lldb/tools/lldb-perf/common/clang/
Dlldb_perf_clang.cpp50 m_expr_frame_zero ([this] (SBFrame frame) -> void
54 m_expr_frame_non_zero ([this] (SBFrame frame) -> void
55 { in __anona65641700502()
152 SBFrame frame (m_thread.GetFrameAtIndex(0)); in TestStep() local
168 SBFrame frame (m_thread.GetFrameAtIndex(21)); in TestStep() local

12345678910>>...15