Home
last modified time | relevance | path

Searched refs:get_stack (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm/test/CodeGen/AArch64/
Darm64-stackpointer.ll3 define i64 @get_stack() nounwind {
5 ; CHECK-LABEL: get_stack:
Darm64-named-reg-notareg.ll4 define i32 @get_stack() nounwind {
Darm64-named-reg-alloc.ll4 define i32 @get_stack() nounwind {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-stackpointer.ll3 define i64 @get_stack() nounwind {
5 ; CHECK-LABEL: get_stack:
Darm64-named-reg-notareg.ll4 define i32 @get_stack() nounwind {
Darm64-named-reg-alloc.ll4 define i32 @get_stack() nounwind {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dstackpointer.ll4 define i32 @get_stack() nounwind {
6 ; CHECK-LABEL: get_stack:
Dnamed-reg-notareg.ll4 define i32 @get_stack() nounwind {
Dnamed-reg-alloc.ll4 define i32 @get_stack() nounwind {
/external/llvm/test/CodeGen/ARM/
Dstackpointer.ll4 define i32 @get_stack() nounwind {
6 ; CHECK-LABEL: get_stack:
Dnamed-reg-notareg.ll4 define i32 @get_stack() nounwind {
Dnamed-reg-alloc.ll4 define i32 @get_stack() nounwind {
/external/llvm/test/CodeGen/X86/
Dstackpointer.ll5 define i64 @get_stack() nounwind {
7 ; CHECK-LABEL: get_stack:
Dnamed-reg-notareg.ll4 define i32 @get_stack() nounwind {
Dnamed-reg-alloc.ll4 define i32 @get_stack() nounwind {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dstackpointer.ll5 define i64 @get_stack() nounwind {
7 ; CHECK-LABEL: get_stack:
Dnamed-reg-notareg.ll4 define i32 @get_stack() nounwind {
Dnamed-reg-alloc.ll4 define i32 @get_stack() nounwind {
/external/python/cpython2/Lib/idlelib/
DRemoteDebugger.py94 def get_stack(self, fid, tbid): member in IdbAdapter
101 stack, i = self.idb.get_stack(frame, tb)
304 def get_stack(self, frame, tbid): member in IdbProxy
DStackViewer.py24 self.stack = self.get_stack(tb)
27 def get_stack(self, tb): member in StackTreeItem
/external/python/cpython3/Lib/idlelib/
Dstackviewer.py25 self.stack = self.get_stack(tb)
28 def get_stack(self, tb): member in StackTreeItem
Ddebugger_r.py94 def get_stack(self, fid, tbid): member in IdbAdapter
100 stack, i = self.idb.get_stack(frame, tb)
313 def get_stack(self, frame, tbid): member in IdbProxy
/external/python/cpython3/Misc/NEWS.d/
D3.5.0rc2.rst56 Fix Task.get_stack() for 'async def' coroutines
/external/python/cpython3/Lib/asyncio/
Dbase_tasks.py54 for f in task.get_stack(limit=limit):
/external/python/cpython3/Lib/test/
Dtest_bdb.py126 def get_stack(self, f, t): member in Bdb
127 self.stack, self.index = super().get_stack(f, t)
256 self.get_stack(frame, tb)

12