Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 25 of 59) sorted by relevance

123

/art/test/913-heaps/
Dexpected.txt4 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/
DAndroid.run-test-jvmti-java-library.mk39 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/
Dreg_type_test.cc37 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/
Dinfo.txt1 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/
Dop_rem_float.S4 flds VREG_ADDRESS(%ecx) # vBB to fp stack
5 flds VREG_ADDRESS(%eax) # vCC to fp stack
Dop_rem_double_2addr.S4 fldl VREG_ADDRESS(rINST) # vB to fp stack
6 fldl VREG_ADDRESS(%ecx) # vA to fp stack
Dop_rem_float_2addr.S4 flds VREG_ADDRESS(rINST) # vB to fp stack
6 flds VREG_ADDRESS(%ecx) # vA to fp stack
/art/runtime/interpreter/mterp/x86_64/
Dop_rem_float.S4 flds VREG_ADDRESS(%rcx) # vBB to fp stack
5 flds VREG_ADDRESS(%rax) # vCC to fp stack
Dop_rem_double_2addr.S4 fldl VREG_ADDRESS(rINSTq) # vB to fp stack
6 fldl VREG_ADDRESS(%rcx) # vA to fp stack
Dop_rem_float_2addr.S4 flds VREG_ADDRESS(rINSTq) # vB to fp stack
6 flds VREG_ADDRESS(%rcx) # vA to fp stack
/art/runtime/arch/arm/
Djni_entrypoints_arm.S31 sub sp, #12 @ pad stack pointer to align frame
35 add sp, #12 @ restore stack pointer
/art/test/098-ddmc/
Dexpected.txt2 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/
Dquick_entrypoints_mips.S83 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 …]
Djni_entrypoints_mips.S44 lw $a0, 0($sp) # restore registers from stack
52 addiu $sp, $sp, 48 # restore the stack
/art/test/421-large-frame/
Dinfo.txt1 Tests for large stack frames.
/art/tools/
Dsymbolize-buildbot-crashes.sh20 adb logcat -d | sed 's,/data/local/tmp,,g' | development/scripts/stack
Dcpplint.py1538 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/
Dinfo.txt1 Checker test for ensuring inlining preserves stack traces.
/art/test/122-npe/
Dinfo.txt1 Test that our NPE checks and stack traces work.
/art/test/605-new-string-from-bytes/
Dinfo.txt2 which used to wrongly setup the stack.
/art/runtime/arch/mips64/
Djni_entrypoints_mips64.S52 ld $a0, 0($sp) # restore registers from stack
71 daddiu $sp, $sp, 80 # restore the stack
/art/test/911-get-stack-trace/src/art/
DPrintThread.java26 public static void print(String[][] stack) { in print() argument
28 for (String[] stackElement : stack) { in print()
/art/test/535-deopt-and-inlining/
Dinfo.txt2 stack visitor uses the right ArtMethod when deopting.
/art/test/626-checker-arm64-scratch-register/
Dinfo.txt2 exhausted during moves between stack slots (b/32545705).
/art/tools/cpp-define-generator/
Dconstant_reference.def19 #include "stack.h" // StackReference
24 // Size of references to the heap on the stack.

123