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

<<61626364656667686970>>

  /external/v8/build/android/
tombstones.py 110 """Run the stack tool for given tombstone input.
114 include_stack: boolean whether to include stack data in output.
118 A string for each line of resolved stack output.
132 'scripts', 'stack')
138 if not include_stack and 'Stack Data:' in line:
151 lines += _ResolveSymbols(tombstone['data'], tombstone['stack'],
203 'stack': options.stack,
234 parser.add_option('-s', '--stack', action='store_true',
235 help='Also include symbols for stack data'
    [all...]
  /external/v8/include/
v8-profiler.h 38 std::vector<CpuProfileDeoptFrame> stack; member in struct:v8::CpuProfileDeoptInfo
500 * empty JS call-stack. The lifetime of the returned Node* is scoped to the
591 * |track_allocations| parameter controls whether stack trace of each
625 * currently live in the system. Each sampled allocation includes the stack
634 * |stack_depth| parameter controls the maximum number of stack frames to be
  /external/v8/src/base/platform/
platform-solaris.cc 20 #include <sys/stack.h> // for stack alignment
  /external/v8/src/profiler/
tick-sample.cc 91 reinterpret_cast<void**>(&stack[0]), kMaxFramesCount,
111 // It is executing JS but failed to collect a stack trace.
131 // Can't collect stack.
  /external/v8/test/cctest/
test-compiler.cc 209 // performs GC. It creates a stack frame looks like following:
695 v8::Local<v8::StackTrace> stack = local
697 CHECK(!stack.IsEmpty());
698 CHECK(stack->GetFrameCount() > 0);
699 v8::Local<v8::StackFrame> frame = stack->GetFrame(0);
  /external/v8/test/mjsunit/
apply.js 124 assertTrue(e.toString().indexOf("Maximum call stack size exceeded") != -1);
135 assertTrue(e.toString().indexOf("Maximum call stack size exceeded") != -1);
debug-set-variable-value.js 74 assertUnreachable("Exception in listener\n" + exception.stack);
278 // both on stack and in heap.
  /external/v8/test/mjsunit/compiler/
inline-arguments.js 299 c - 456, // integer in stack slot
301 a + 0.6 // double in stack slot
  /external/v8/test/mjsunit/es6/
block-let-crankshaft-sloppy.js 226 // Verify that the context is correctly set in the stack frame after exiting
234 f(); // The context could be restored from the stack after the call.
block-let-crankshaft.js 228 // Verify that the context is correctly set in the stack frame after exiting
236 f(); // The context could be restored from the stack after the call.
  /external/valgrind/coregrind/
pub_core_aspacemgr.h 61 suggested end address (highest addressable byte) for the client's stack. */
102 extensible client stack segment. */
212 // loading the client and building its stack/data segment, before
331 // VG_DEFAULT_STACK_ACTIVE_SZB is the default size of a Valgrind stack.
333 // --valgrind-stack-size=xxxx (which must be page aligned).
334 // Note that m_main.c needs an interim stack (just to startup), before
335 // any command line option can be processed. This interim stack
351 Protect the stack active area and the guard areas appropriately.
353 stack. On success, also sets *initial_sp to what the stack pointe
    [all...]
  /external/valgrind/massif/tests/
peak2.stderr.exp 105 Massif: stack allocs: 0
106 Massif: stack frees: 0
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 253 // death test child process, which operates on a very small stack. Use
1057 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskStack.java 74 * An interface for a task filter to query whether a particular task should show in a stack.
128 // Update the stack id now, after we've moved the task, and before we update the
215 * The task stack contains a list of multiple tasks.
221 /** Task stack callbacks */
224 * Notifies when a new task has been added to the stack.
226 void onStackTaskAdded(TaskStack stack, Task newTask);
229 * Notifies when a task has been removed from the stack.
231 void onStackTaskRemoved(TaskStack stack, Task removedTask, Task newFrontMostTask,
235 * Notifies when all tasks have been removed from the stack.
237 void onStackTasksRemoved(TaskStack stack);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 27 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
191 * of a stack scroller update such that the updated intrinsic height (which is dependent on
214 * notification is scrolling in the top or bottom stack.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollState.java 17 package com.android.systemui.statusbar.stack;
33 * A state of a {@link com.android.systemui.statusbar.stack.NotificationStackScrollLayout} which
  /frameworks/base/tools/aapt/
XMLNode.h 156 Vector<sp<XMLNode> > stack; member in struct:XMLNode::ParseState
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
x86inc.asm 196 ; into registers at the start, and make no other use of the stack. Luckily that
200 ; %1 = number of arguments. loads them from stack if needed.
210 ; TODO Some functions can use some args directly from the stack. If they're the
224 ; rNm is the original location of arg N (a register or on the stack), dword
636 ; This is needed for ELF, otherwise the GNU linker assumes the stack is
639 SECTION .note.GNU-stack noalloc noexec nowrite progbits
641 SECTION .note.GNU-stack noalloc noexec nowrite progbits
643 SECTION .note.GNU-stack noalloc noexec nowrite progbits
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
variance_altivec.asm 35 stwu r1, -32(r1) ;# create space on the stack
45 addi r1, r1, 32 ;# recover stack
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 32 stwu r1,-32(r1) ;# create space on the stack
49 addi r1, r1, 32 ;# recover stack
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.cpp 224 hw_layers_.info.stack = layer_stack;
285 // Layer stack attributes has changed, need to Reconfigure, currently in use for Hybrid Comp
523 if (hw_layers_.info.stack) {
532 LayerBuffer *out_buffer = hw_layers_.info.stack->output_buffer;
566 Layer *layer = hw_layers_.info.stack->layers.at(layer_index);
    [all...]
  /ndk/sources/host-tools/make-3.81/
alloca.c 5 which is used to allocate space off the run-time stack so
16 that are found to be deeper in the stack than the current
60 /* If your stack is a linked list of frames, you have to
95 /* Define STACK_DIRECTION if you know the direction of stack
120 auto char dummy; /* To get stack address. */
132 stack_dir = 1; /* Stack grew upward. */
134 stack_dir = -1; /* Stack grew downward. */
142 (b) keep track of stack depth.
157 char *deep; /* For stack depth measure. */
166 was supposed to be taken from the current stack frame of th
433 long size, pseg, this_segment, stack; local
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 253 // death test child process, which operates on a very small stack. Use
1057 void* const stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, local
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
processor_32.h 205 unsigned long stack[64]; member in struct:tss_struct

Completed in 1871 milliseconds

<<61626364656667686970>>