/art/test/913-heaps/ |
D | expected.txt | 4 root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=13,locatio… 5 root@root --(stack-local[id=1,tag=3000,depth=3,method=doFollowReferencesTest,vreg=1,location= 28])-… 6 root@root --(stack-local[id=1,tag=3000,depth=5,method=run,vreg=2,location= 0])--> 3000@0 [size=136,… 49 root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=13,location= … 50 root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=5,location= 1… 51 root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestRoot,vreg=4,location= 1… 52 root@root --(stack-local[id=1,tag=3000,depth=5,method=run,vreg=2,location= 0])--> 3000@0 [size=136,… 102 root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=13,locatio… 103 root@root --(stack-local[id=1,tag=3000,depth=3,method=doFollowReferencesTest,vreg=1,location= 28])-… 104 root@root --(stack-local[id=1,tag=3000,depth=5,method=run,vreg=2,location= 0])--> 3000@0 [size=136,… [all …]
|
/art/test/ |
D | Android.run-test-jvmti-java-library.mk | 39 911-get-stack-trace/src/art/Test911.java \ 40 911-get-stack-trace/src/art/AllTraces.java \ 41 911-get-stack-trace/src/art/ControlData.java \ 42 911-get-stack-trace/src/art/Frames.java \ 43 911-get-stack-trace/src/art/OtherThread.java \ 44 911-get-stack-trace/src/art/PrintThread.java \ 45 911-get-stack-trace/src/art/Recurse.java \ 46 911-get-stack-trace/src/art/SameThread.java \ 47 911-get-stack-trace/src/art/ThreadListTraces.java \
|
/art/runtime/verifier/ |
D | reg_type_test.cc | 37 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() local 38 ScopedArenaAllocator allocator(&stack); in TEST_F() 61 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() local 62 ScopedArenaAllocator allocator(&stack); in TEST_F() 87 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() local 88 ScopedArenaAllocator allocator(&stack); in TEST_F() 362 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() local 363 ScopedArenaAllocator allocator(&stack); in TEST_F() 379 ArenaStack stack(Runtime::Current()->GetArenaPool()); in TEST_F() local 380 ScopedArenaAllocator allocator(&stack); in TEST_F() [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/runtime/interpreter/mterp/x86/ |
D | op_rem_float.S | 4 flds VREG_ADDRESS(%ecx) # vBB to fp stack 5 flds VREG_ADDRESS(%eax) # vCC to fp stack
|
D | op_rem_double_2addr.S | 4 fldl VREG_ADDRESS(rINST) # vB to fp stack 6 fldl VREG_ADDRESS(%ecx) # vA to fp stack
|
D | op_rem_float_2addr.S | 4 flds VREG_ADDRESS(rINST) # vB to fp stack 6 flds VREG_ADDRESS(%ecx) # vA to fp stack
|
/art/runtime/interpreter/mterp/x86_64/ |
D | op_rem_float.S | 4 flds VREG_ADDRESS(%rcx) # vBB to fp stack 5 flds VREG_ADDRESS(%rax) # vCC to fp stack
|
D | op_rem_double_2addr.S | 4 fldl VREG_ADDRESS(rINSTq) # vB to fp stack 6 fldl VREG_ADDRESS(%rcx) # vA to fp stack
|
D | op_rem_float_2addr.S | 4 flds VREG_ADDRESS(rINSTq) # vB to fp stack 6 flds VREG_ADDRESS(%rcx) # vA to fp stack
|
/art/runtime/arch/arm/ |
D | jni_entrypoints_arm.S | 31 sub sp, #12 @ pad stack pointer to align frame 35 add sp, #12 @ restore stack pointer
|
/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/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 83 sw $t0, 0($sp) # Place Method* at bottom of stack. 85 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack 130 sw $t0, 0($sp) # Place Method* at bottom of stack. 132 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack 137 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack 233 sw $t0, 0($sp) # Place Method* at bottom of stack. 235 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack 251 sw $a0, 0($sp) # Place Method* at bottom of stack. 253 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack 258 addiu $sp, $sp, ARG_SLOT_SIZE # remove argument slots on the stack [all …]
|
D | jni_entrypoints_mips.S | 44 lw $a0, 0($sp) # restore registers from stack 52 addiu $sp, $sp, 48 # restore the stack
|
/art/test/421-large-frame/ |
D | info.txt | 1 Tests for large stack frames.
|
/art/tools/ |
D | symbolize-buildbot-crashes.sh | 20 adb logcat -d | sed 's,/data/local/tmp,,g' | development/scripts/stack
|
D | cpplint.py | 1538 self.stack = [] 1550 return (not self.stack) or self.stack[-1].seen_open_brace 1558 return self.stack and isinstance(self.stack[-1], _NamespaceInfo) 1585 self.pp_stack.append(_PreprocessorInfo(copy.deepcopy(self.stack))) 1594 self.pp_stack[-1].stack_before_else = copy.deepcopy(self.stack) 1597 self.stack = copy.deepcopy(self.pp_stack[-1].stack_before_if) 1610 self.stack = self.pp_stack[-1].stack_before_else 1633 if self.stack: 1634 inner_block = self.stack[-1] 1667 self.stack.append(new_namespace) [all …]
|
/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/test/605-new-string-from-bytes/ |
D | info.txt | 2 which used to wrongly setup the stack.
|
/art/runtime/arch/mips64/ |
D | jni_entrypoints_mips64.S | 52 ld $a0, 0($sp) # restore registers from stack 71 daddiu $sp, $sp, 80 # restore the stack
|
/art/test/911-get-stack-trace/src/art/ |
D | PrintThread.java | 26 public static void print(String[][] stack) { in print() argument 28 for (String[] stackElement : stack) { in print()
|
/art/test/535-deopt-and-inlining/ |
D | info.txt | 2 stack visitor uses the right ArtMethod when deopting.
|
/art/test/626-checker-arm64-scratch-register/ |
D | info.txt | 2 exhausted during moves between stack slots (b/32545705).
|
/art/tools/cpp-define-generator/ |
D | constant_reference.def | 19 #include "stack.h" // StackReference 24 // Size of references to the heap on the stack.
|