HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 976 - 1000 of 3511) sorted by null

<<31323334353637383940>>

  /art/runtime/
profiler.cc 56 // Walk through the method within depth of max_depth_ on the Java stack
59 BoundedStackVisitor(std::vector<std::pair<ArtMethod*, uint32_t>>* stack,
64 stack_(stack),
111 std::vector<InstructionLocation> stack; local
113 BoundedStackVisitor bounded_stack_visitor(&stack, thread, max_depth);
115 profiler->RecordStack(stack);
449 // Record the current bounded stack into sampling results.
450 void BackgroundMethodSamplingProfiler::RecordStack(const std::vector<InstructionLocation>& stack) {
451 if (stack.size() == 0) {
454 // Get the method on top of the stack. We use this method to perform filtering
    [all...]
handle_scope.h 20 #include <stack>
25 #include "stack.h"
37 // GC. It is most common to stack allocate HandleScopes using StackHandleScope.
144 // Scoped handle storage of a fixed size that is usually stack allocated.
175 // The thread that the stack handle scope is a linked list upon. The stack handle scope will
185 // Utility class to manage a collection (stack) of StackHandleScope. All the managed
227 std::stack<StackHandleScope<kNumReferencesPerScope>*> scopes_;
  /external/v8/test/cctest/
test-profile-generator.cc 365 sample1.stack[0] = ToAddress(0x1510);
371 sample2.stack[0] = ToAddress(0x1780);
372 sample2.stack[1] = ToAddress(0x10000); // non-existent.
373 sample2.stack[2] = ToAddress(0x1620);
379 sample3.stack[0] = ToAddress(0x1910);
380 sample3.stack[1] = ToAddress(0x1610);
436 sample1.stack[0] = ToAddress(0x1510);
442 sample2.stack[0] = ToAddress(0x1780);
443 sample2.stack[1] = ToAddress(0x10000); // non-existent.
444 sample2.stack[2] = ToAddress(0x1620)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImpl.java 177 // Register the task stack listener
266 // Check if the top task is in the home stack, and start the recents activity
374 TaskStack stack = sInstanceLoadPlan.getTaskStack(); local
375 if (stack.getTaskCount() > 0) {
380 // At this point, we don't know anything about the stack state. So only calculate
383 updateHeaderBarLayout(stack, null /* window rect override*/);
405 * Transitions to the next recent task in the stack.
414 // Return early if there are no tasks in the focused stack
466 // Return early if there are no tasks in the focused stack
472 // Return early if the running task is in the home stack (optimization
760 TaskStack stack = stackView.getStack(); local
840 TaskStack stack = sInstanceLoadPlan.getTaskStack(); local
    [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 36 * Allocates ARG_SLOT_SIZE bytes at the bottom of the stack for arg slots.
37 * Reserves FRAME_SIZE_SAVE_ALL_CALLEE_SAVE + ARG_SLOT_SIZE bytes on the stack
83 sw $t0, 0($sp) # Place Method* at bottom of stack.
85 addiu $sp, $sp, -ARG_SLOT_SIZE # reserve argument slots on the stack
95 * Allocates ARG_SLOT_SIZE bytes at the bottom of the stack for arg slots.
96 * Reserves FRAME_SIZE_REFS_ONLY_CALLEE_SAVE + ARG_SLOT_SIZE bytes 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
215 * Allocates ARG_SLOT_SIZE bytes at the bottom of the stack for arg slots
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsTestLogReporter.java 136 String stack = result.getStackTrace() == null ? "" : "\n" + result.getStackTrace(); local
138 stack);
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
Graph.py 494 visited, stack = set([start]), deque([start])
503 while stack:
504 curr_node = stack.pop()
512 stack.append(tail)
521 visited, stack = set([start]), deque([start])
532 while stack:
533 curr_node = stack.pop()
545 stack.append(tail)
  /external/compiler-rt/lib/asan/
asan_win.cc 99 AsanThread::Create(start_routine, arg, current_tid, &stack, detached);
118 /* parent_tid */ -1, /* stack */ nullptr, /* detached */ true);
130 // instead and don't register a specific parent_tid/stack.
189 void ReadContextStack(void *context, uptr *stack, uptr *ssize) {
  /external/elfutils/tests/
run-unstrip-M.sh 41 7fff26cf7000-7fff26d0c000 rwxp 00000000 00:00 0 [stack]
  /external/guice/lib/build/
munge.jar 
  /external/iproute2/tc/
emp_ematch.l 68 %option 8bit stack warn noyywrap prefix="ematch_"
  /external/jsoncpp/include/json/
reader.h 15 #include <stack>
230 typedef std::stack<Value*> Nodes;
  /external/libhevc/common/arm/
ihevc_intra_pred_chroma_mode_18_34.s 90 @stack contents from #40
107 stmfd sp!, {r4-r12, r14} @stack stores the values of the arguments
  /external/libunwind/doc/
unw_get_proc_name.tex 20 procedure that created the stack frame identified by argument
25 saved in the stack frame identified by \Var{cp}, relative to the start
28 stack frame with an instruction-pointer value of 0x40003080 would
41 instruction-pointer of the stack frame identified by \Var{cp}.
  /external/libunwind_llvm/src/
UnwindRegistersRestore.S 28 # set up eax and ret on new stack location
29 movl 28(%eax), %edx # edx holds new stack pointer
36 # we now have ret and eax pushed onto where new stack will be
47 pop %eax # eax was already pushed on new stack
48 ret # eip was already pushed on new stack
63 movq 56(%rdi), %rax # rax holds new stack pointer
66 movq 32(%rdi), %rbx # store new rdi on new stack
68 movq 128(%rdi), %rbx # store new rip on new stack
  /external/libvpx/libvpx/build/make/
ads2gas.pl 39 # Stack of procedure names.
192 # REQUIRE8 Stack is required to be 8-byte aligned
195 # PRESERVE8 Stack 8-byte align is preserved
235 # Mark that this object doesn't need an executable stack.
236 printf ("\t.section\t.note.GNU-stack,\"\",\%\%progbits\n");
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-7.s 37 @CHECK-OBJ-NEXT: Description: 8-byte stack alignment, 128-byte data alignment
attribute-8.s 30 @CHECK-OBJ-NEXT: Description: 8-byte stack alignment, 256-byte data alignment
  /external/mesa3d/src/mapi/glapi/gen/
mesadef.py 58 print '; parameter data pushed onto the stack. The'
60 print '; off the stack, usually via a RETF n instruction.'
  /external/speex/libspeex/
lsp.c 144 char *stack
177 static float cheb_poly_eva(spx_word32_t *coef, spx_word16_t x, int m, char *stack)
219 int lpc_to_lsp (spx_coef_t *a,int lpcrdr,spx_lsp_t *freq,int nb,spx_word16_t delta, char *stack)
325 psuml = cheb_poly_eva(pt,xl,m,stack); /* evals poly. at xl */
340 psumr = cheb_poly_eva(pt,xr,m,stack);/* poly(xl-delta_x) */
364 psumm=cheb_poly_eva(pt,xm,m,stack);
403 void lsp_to_lpc(spx_lsp_t *freq,spx_coef_t *ak,int lpcrdr, char *stack)
522 void lsp_to_lpc(spx_lsp_t *freq,spx_coef_t *ak,int lpcrdr, char *stack)
vq_sse.h 36 void vq_nbest(spx_word16_t *_in, const __m128 *codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack)
75 void vq_nbest_sign(spx_word16_t *_in, const __m128 *codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack)
  /external/v8/test/mjsunit/
debug-evaluate-nested.js 42 print(e + e.stack);
  /external/v8/test/mjsunit/es6/debug-promises/
async-task-event.js 43 print(e + e.stack)
evaluate-across-microtasks.js 41 print(e, e.stack);
promise-all-caught.js 35 %AbortJS(e + "\n" + e.stack);

Completed in 1362 milliseconds

<<31323334353637383940>>