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

<<51525354555657585960>>

  /external/v8/test/mjsunit/
debug-eval-scope.js 25 // We can access stack- and context-allocated values in the eval-scope.
50 // We cannot access stack-allocated values in the eval-scope.
debug-liveedit-restart-frame.js 55 // Extra stack variable. To make function not slim.
129 print("Stack: " + saved_exception.stack);
debug-references.js 28 // Flags: --expose-debug-as debug --stack-trace-on-illegal
103 print(e + "\n" + e.stack);
with-leave.js 169 // Verify that the context is correctly set in the stack frame after exiting
179 f(); // The context could be restored from the stack after the call.
  /external/v8/test/mjsunit/es6/
block-leave-sloppy.js 175 // Verify that the context is correctly set in the stack frame after exiting
184 f(); // The context could be restored from the stack after the call.
block-leave.js 177 // Verify that the context is correctly set in the stack frame after exiting
186 f(); // The context could be restored from the stack after the call.
generators-objects.js 32 // Generators shouldn't allocate stack slots. This test will abort in debug
33 // mode if generators have stack slots.
  /external/v8/test/mjsunit/regress/
regress-231.js 29 // A stack growth during a look-ahead could restore a pointer to the old stack.
regress-2318.js 28 // Flags: --expose-debug-as debug --nostack-trace-on-abort --stack-size=150
33 // Stack-allocate to reach the end of stack quickly.
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
CopyJob.java 96 String id, DocumentStack stack, List<DocumentInfo> srcs) {
97 super(service, appContext, listener, OPERATION_COPY, id, stack);
235 DocumentInfo dstInfo = stack.peek();
634 .append(", destination=" + stack)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
RecentsTvActivity.java 159 * just finishing the activity since we don't know what is behind Recents in the task stack.
198 TaskStack stack = plan.getTaskStack(); local
205 List stackTasks = stack.getStackTasks();
216 mRecentsView.init(stack);
219 ArrayList<Task> tasks = stack.getStackTasks();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
HeadsUpTouchHelper.java 27 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BrightnessMirrorController.java 28 import com.android.systemui.statusbar.stack.NotificationStackScrollLayout;
  /frameworks/compile/slang/
slang_rs_object_ref_count.h 21 #include <stack>
105 std::deque<Scope*> mScopeStack; // A deque used as a stack to store scopes, but also
  /frameworks/native/services/surfaceflinger/
DisplayDevice.h 61 // region in layer-stack space
126 void setLayerStack(uint32_t stack);
248 // user-provided visible area of the layer stack
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
idctllm_altivec.asm 135 stwu r1,-416(r1) ;# create space on the stack
165 addi r1, r1, 416 ;# recover stack
sad_altivec.asm 32 stwu r1, -32(r1) ;# create space on the stack
40 addi r1, r1, 32 ;# recover stack
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
strategy.cpp 132 LayerStack *layer_stack = hw_layers_info_->stack;
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_ppc64x.S 25 // Start with standard C stack frame layout and linkage
139 .section .note.GNU-stack,"",%progbits
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_ppc64x.S 25 // Start with standard C stack frame layout and linkage
139 .section .note.GNU-stack,"",%progbits
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
interfaces.py 466 stack = [(interface, None)]
470 while len(stack) > 0:
471 cur, cur_ifcall = stack.pop(-1)
494 stack.append((newif, ifcall))
  /system/bt/service/common/bluetooth/
uuid.cpp 21 #include <stack>
  /system/core/libmemunreachable/
MemUnreachable.cpp 110 if (thread_it->stack.first >= it->begin && thread_it->stack.first <= it->end) {
111 ALOGV("Stack %" PRIxPTR "-%" PRIxPTR " %s", thread_it->stack.first, it->end, it->name);
112 heap_walker_.Root(thread_it->stack.first, it->end);
245 } else if (has_prefix(mapping_name, "[stack")) {
246 // named stack mapping
  /system/core/libmemunreachable/tests/
MemUnreachable_test.cpp 63 TEST(MemunreachableTest, stack) {
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
eh4.s 92 .section .note.GNU-stack,"",@progbits

Completed in 2226 milliseconds

<<51525354555657585960>>