/art/test/913-heaps/ |
D | expected.txt | 4 root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=8,location… 5 root@root --(stack-local[id=1,tag=3000,depth=5,method=run,vreg=2,location= 0])--> 3000@0 [size=124,… 48 root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=10,location= … 49 root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=5,location= 8… 50 root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestRoot,vreg=13,location= … 51 root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestRoot,vreg=4,location= 2… 52 root@root --(stack-local[id=1,tag=3000,depth=5,method=run,vreg=2,location= 0])--> 3000@0 [size=124,… 102 root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=8,location… 103 root@root --(stack-local[id=1,tag=3000,depth=5,method=run,vreg=2,location= 0])--> 3000@0 [size=124,… 114 root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=10,location= … [all …]
|
/art/test/1926-missed-frame-pop/ |
D | expected.txt | 2 renabling frame pop event with similar stack. 5 renabling frame pop event with similar stack. 8 renabling frame pop event with similar stack.
|
/art/test/1945-proxy-method-arguments/ |
D | info.txt | 2 thread stack roots when visiting Quick frames roots (b/73149739). 4 accessing one of these reference arguments in the proxy method stack 6 object may have been moved by the garbage collector, but the stack
|
/art/test/979-const-method-handle/src/ |
D | Main.java | 237 Stack stack = new Stack(); in main() local 238 stack.push(Integer.valueOf(3)); in main() 239 stack.push(Integer.valueOf(5)); in main() 240 stack.push(Integer.valueOf(7)); in main() 241 Object tos = stackPop().invokeExact(stack); in main() 243 System.out.println("Stack: capacity was " + stack.capacity()); in main() 244 stackTrim().invokeExact(stack); in main() 245 System.out.println("Stack: capacity is " + stack.capacity()); in main()
|
/art/test/1966-get-set-local-objects-no-table/jasmin/ |
D | TestCases1966.j | 21 .limit stack 1 29 .limit stack 2 43 .limit stack 2 60 .limit stack 2 77 .limit stack 2 91 .limit stack 2 105 .limit stack 2 119 .limit stack 2 135 .limit stack 2 151 .limit stack 2
|
/art/test/1965-get-set-local-primitive-no-tables/jasmin/ |
D | TestCases1965.j | 19 .limit stack 1 28 .limit stack 2 42 .limit stack 2 56 .limit stack 2 71 .limit stack 2 86 .limit stack 2 101 .limit stack 2 116 .limit stack 2 131 .limit stack 3 146 .limit stack 2 [all …]
|
/art/test/419-long-parameter/ |
D | info.txt | 1 Regression test for the long parameter passed both in stack and register 3 register index does not necessarily match the stack index anymore.
|
/art/tools/ahat/etc/ |
D | test-dump.pro | 10 # Produce useful obfuscated stack traces so we can test useful deobfuscation 11 # of stack traces.
|
D | hprofdump.py | 158 stack = readu4(hprof) variable 162 print "LOAD CLASS #%d %s @%x stack=@%x" % (serial, showstr(classname), classobj, stack) 189 stack = readu4(hprof) variable 198 stack = readu4(hprof) variable 248 stack = readu4(hprof) ; length -= 4 variable 287 stack = readu4(hprof) ; length -= 4 variable 288 print " stack: %s" % stack 296 stack = readu4(hprof) ; length -= 4 variable 297 print " stack: %s" % stack 304 stack = readu4(hprof) ; length -= 4 variable
|
/art/test/1922-owned-monitors-info/ |
D | expected.txt | 340 owner-monitors-stack-depth, This thread 344 …ck("Lock 2")" }, { depth: 2, monitor: "Target("Current thread test: owned-stack-depth")" }, { dept… 348 Owned monitors: [{ depth: -1, monitor: "Target("Current thread test: owned-stack-depth")" }, { dept… 352 Owned monitors: [{ depth: 2, monitor: "Target("Current thread test: owned-stack-depth")" }, { depth… 354 …ck("Lock 2")" }, { depth: 2, monitor: "Target("Current thread test: owned-stack-depth")" }, { dept… 356 …ck("Lock 2")" }, { depth: 4, monitor: "Target("Current thread test: owned-stack-depth")" }, { dept… 358 …ck("Lock 2")" }, { depth: 4, monitor: "Target("Current thread test: owned-stack-depth")" }, { dept… 360 …ck("Lock 2")" }, { depth: 4, monitor: "Target("Current thread test: owned-stack-depth")" }, { dept… 362 Owned monitors: [{ depth: 2, monitor: "Target("Current thread test: owned-stack-depth")" }, { depth… 366 …k("Lock 3")" }, { depth: -1, monitor: "Target("Current thread test: owned-stack-depth")" }, { dept… [all …]
|
/art/test/1964-add-to-dex-classloader-file/src-ex/foobar/ |
D | NewClass.java | 27 StackTrace.StackFrameData[] stack = StackTrace.GetStackTrace(Thread.currentThread()); in sayHi() local 30 for (StackTrace.StackFrameData sfd : stack) { in sayHi()
|
/art/runtime/verifier/ |
D | reg_type_test.cc | 38 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() local 39 ScopedArenaAllocator allocator(&stack); in TEST_F() 62 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() local 63 ScopedArenaAllocator allocator(&stack); in TEST_F() 88 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() local 89 ScopedArenaAllocator allocator(&stack); in TEST_F() 363 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() local 364 ScopedArenaAllocator allocator(&stack); in TEST_F() 380 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() local 381 ScopedArenaAllocator allocator(&stack); in TEST_F() [all …]
|
/art/test/162-method-resolution/jasmin/ |
D | Test1Derived.j | 19 .limit stack 1 27 .limit stack 2 37 .limit stack 2
|
/art/test/1959-redefine-object-instrument/ |
D | info.txt | 4 Redefining a class does not update the instrumentation stack of a thread. 6 stack is only used for some soundness checks, logging and method-exit events
|
/art/test/098-ddmc/ |
D | expected.txt | 2 empty=Allocations[message header len: 15 entry header len: 9 stack frame len: 8 number of entries: … 14 reset=Allocations[message header len: 15 entry header len: 9 stack frame len: 8 number of entries: … 23 goodbye=Allocations[message header len: 15 entry header len: 9 stack frame len: 8 number of entries…
|
/art/test/421-large-frame/ |
D | info.txt | 1 Tests for large stack frames.
|
/art/test/1917-get-stack-frame/ |
D | info.txt | 1 Tests stack frame functions of jvmti
|
/art/tools/ |
D | buildbot-symbolize-crashes.sh | 24 fi | sed 's,/data/local/tmp,,g' | development/scripts/stack
|
/art/test/487-checker-inline-calls/ |
D | info.txt | 1 Checker test for ensuring inlining preserves stack traces.
|
/art/test/122-npe/ |
D | info.txt | 1 Test that our NPE checks and stack traces work.
|
/art/runtime/interpreter/mterp/x86_64/ |
D | floating_point.S | 194 fldl VREG_ADDRESS(rINSTq) # vB to fp stack 196 fldl VREG_ADDRESS(%rcx) # vA to fp stack 211 flds VREG_ADDRESS(%rcx) # vBB to fp stack 212 flds VREG_ADDRESS(%rax) # vCC to fp stack 227 flds VREG_ADDRESS(rINSTq) # vB to fp stack 229 flds VREG_ADDRESS(%rcx) # vA to fp stack
|
/art/runtime/interpreter/mterp/x86/ |
D | floating_point.S | 194 fldl VREG_ADDRESS(rINST) # vB to fp stack 196 fldl VREG_ADDRESS(%ecx) # vA to fp stack 211 flds VREG_ADDRESS(%ecx) # vBB to fp stack 212 flds VREG_ADDRESS(%eax) # vCC to fp stack 227 flds VREG_ADDRESS(rINST) # vB to fp stack 229 flds VREG_ADDRESS(%ecx) # vA to fp stack
|
/art/test/605-new-string-from-bytes/ |
D | info.txt | 2 which used to wrongly setup the stack.
|
/art/test/2011-stack-walk-concurrent-instrument/ |
D | info.txt | 1 Tests concurrently instrumenting a thread while walking a stack doesn't crash/break.
|
/art/test/535-deopt-and-inlining/ |
D | info.txt | 2 stack visitor uses the right ArtMethod when deopting.
|