Home
last modified time | relevance | path

Searched refs:stack (Results 351 - 375 of 2170) sorted by relevance

1...<<11121314151617181920>>...87

/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js1440 var stack = [{
1446 while (stack.length) {
1447 var frame = stack.pop()
1465 stack.push({
1488 stack.push({
1498 stack.push({
1526 stack.push({
1552 stack.push({
1618 var stack = [{
1623 while (stack
[all...]
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dtime_util.py21 from inspect import stack namespace
32 inner_stack = stack()
/third_party/node/lib/internal/repl/
H A Dhistory.js50 debug(err.stack);
71 debug(err.stack);
/third_party/node/deps/npm/node_modules/node-gyp/bin/
H A Dnode-gyp.js97 log.error('stack', err.stack)
114 log.error('stack', err.stack)
/third_party/ltp/include/lapi/
H A Dsched.h55 uint64_t __attribute__((aligned(8))) stack; member
69 uint64_t __attribute__((aligned(8))) stack; member
/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.h8 #include <stack>
84 std::stack<AsyncContext> asyncContexts;
/third_party/musl/dist/
H A Dconfig.mak23 # Uncomment to fix broken distro-patched toolchains where stack-protector=on
24 #CFLAGS += -fno-stack-protector
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86nasm.pl117 $::stack=4;
121 { $::stack=0;
/third_party/openssl/crypto/perlasm/
H A Dx86nasm.pl117 $::stack=4;
121 { $::stack=0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLMemory.h19 #include <stack>
90 angle::SynchronizedValue<std::stack<CallbackData>, angle::Spinlock> mDestructorCallbacks;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DParallel.cpp19 #include <stack>
107 std::stack<std::function<void()>> WorkStack;
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.h34 #include <stack>
53 // - Changed from recursion to an explicit stack to allow resumption
135 // Runs the parser based on stack_ and p_, until the stack is empty or p_ runs
137 // the stack and return.
228 // The stack of parsing we still need to do. When the stack runs empty we will
230 std::stack<ParseType> stack_;
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_qpel_10bit.asm729 mov r6, rsp ; backup stack pointer
730 and rsp, ~(mmsize-1) ; align stack
753 mov rsp, r6 ; restore stack pointer
765 mov r6, rsp ; backup stack pointer
766 and rsp, ~(mmsize-1) ; align stack
798 mov rsp, r6 ; restore stack pointer
810 mov r6, rsp ; backup stack pointer
811 and rsp, ~(mmsize-1) ; align stack
860 mov r6, rsp ; backup stack pointer
861 and rsp, ~(mmsize-1) ; align stack
[all...]
H A Dvp6dsp.asm121 mov r5, rsp ; backup stack pointer
122 and rsp, ~(mmsize-1) ; align stack
152 mov rsp, r5 ; restore stack pointer
/third_party/node/deps/v8/src/inspector/
H A Dinjected-script.cc51 #include "src/inspector/v8-stack-trace-impl.h"
249 // we try to capture a fresh stack trace. in catchCallback()
268 std::unique_ptr<V8StackTraceImpl> stack; in catchCallback() local
278 stack = m_inspector->debugger()->createStackTrace(stackTrace); in catchCallback()
281 if (!stack) { in catchCallback()
282 stack = m_inspector->debugger()->captureStackTrace(true); in catchCallback()
296 .setLineNumber(stack && !stack->isEmpty() ? stack->topLineNumber() in catchCallback()
299 stack in catchCallback()
[all...]
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc166 // from the previous stack-based implementation.
251 // Followed by stack: string.
557 // If we are at the end of the stack, abort. This function may recurse. in WriteJSReceiver()
974 Handle<Object> stack; in WriteJSError() local
1031 .ToHandle(&stack)) { in WriteJSError()
1034 if (stack->IsString()) { in WriteJSError()
1036 WriteString(Handle<String>::cast(stack)); in WriteJSError()
1400 // errors for stack overflows, though, and in that case we won't retry. in ReadObjectWrapper()
1418 // If we are at the end of the stack, abort. This function may recurse. in ReadObject()
1664 // If we are at the end of the stack, abor in ReadJSObject()
2080 Handle<Object> stack = isolate_->factory()->undefined_value(); ReadJSError() local
2478 std::vector<Handle<Object>> stack; ReadObjectUsingEntireBufferForLegacyFormat() local
[all...]
H A Dsource-text-module.h169 ZoneForwardList<Handle<SourceTextModule>>* stack, unsigned* dfs_index,
189 ZoneForwardList<Handle<SourceTextModule>>* stack, unsigned* dfs_index);
193 ZoneForwardList<Handle<SourceTextModule>>* stack, Status new_status);
/third_party/python/Objects/
H A Dtypeobject.c2122 somewhere deeper in the call stack (by the innermost mro_internal
7208 PyObject* stack[1] = {self}; \
7209 return vectorcall_method(&_Py_ID(DUNDER), stack, 1); \
7216 PyObject* stack[2] = {self, arg1}; \
7217 return vectorcall_method(&_Py_ID(DUNDER), stack, 2); \
7257 PyObject* stack[2]; \
7271 stack[0] = other; \
7272 stack[1] = self; \
7273 r = vectorcall_maybe(tstate, &_Py_ID(RDUNDER), stack, 2); \
7280 stack[
7302 PyObject* stack[1] = {self}; slot_sq_length() local
7334 PyObject *stack[2] = {self, ival}; slot_sq_item() local
7343 PyObject *stack[3]; slot_sq_ass_item() local
7409 PyObject *stack[3]; slot_mp_ass_subscript() local
7449 PyObject* stack[3] = {self, other, modulus}; slot_nb_power() local
7515 PyObject *stack[1] = {self}; slot_nb_index() local
7538 PyObject *stack[2] = {self, arg1}; slot_nb_inplace_power() local
7656 PyObject *stack[2] = {self, name}; slot_tp_getattro() local
7723 PyObject *stack[3]; slot_tp_setattro() local
7762 PyObject *stack[2] = {self, other}; slot_tp_richcompare() local
7804 PyObject *stack[1] = {self}; slot_tp_iternext() local
7832 PyObject* stack[3]; slot_tp_descr_set() local
[all...]
/third_party/python/Python/
H A Dgetargs.c75 static int vgetargs1_impl(PyObject *args, PyObject *const *stack, Py_ssize_t nargs,
256 vgetargs1_impl(PyObject *compat_args, PyObject *const *stack, Py_ssize_t nargs, const char *format, in vgetargs1_impl() argument
274 assert(nargs == 0 || stack != NULL); in vgetargs1_impl()
392 msg = convertitem(stack[i], &format, p_va, in vgetargs1_impl()
415 PyObject **stack; in vgetargs1() local
427 stack = _PyTuple_ITEMS(args); in vgetargs1()
431 stack = NULL; in vgetargs1()
435 return vgetargs1_impl(args, stack, nargs, format, p_va, flags); in vgetargs1()
2273 PyObject **stack; in vgetargskeywordsfast() local
2284 stack in vgetargskeywordsfast()
2824 PyObject **stack; PyArg_UnpackTuple() local
[all...]
/third_party/libunwind/libunwind/src/ia64/
H A DLinstall_cursor.S4 /* We do not need executable stack. */
5 .section .note.GNU-stack,"",@progbits
/third_party/mesa3d/src/glx/
H A Dindirect_glx.c54 for (spp = &gc->attributes.stack[0]; in __glFreeAttributeState()
55 spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]; spp++) { in __glFreeAttributeState()
365 gc->attributes.stackPointer = &gc->attributes.stack[0]; in indirect_create_context_attribs()
/third_party/node/deps/v8/src/zone/
H A Dzone-containers.h14 #include <stack>
111 // A wrapper subclass for std::stack to make it easy to construct one that uses
114 class ZoneStack : public std::stack<T, ZoneDeque<T>> {
116 // Constructs an empty stack.
118 : std::stack<T, ZoneDeque<T>>(ZoneDeque<T>(zone)) {} in ZoneStack()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dextension.rs320 let mut stack = Stack::new()?; in build() variables
322 stack.push(Asn1Object::from_str(item)?)?; in build()
325 X509Extension::new_internal(Nid::EXT_KEY_USAGE, self.critical, stack.as_ptr().cast()) in build()
529 let mut stack = Stack::new()?; in build() variables
543 stack.push(gn)?;
547 X509Extension::new_internal(Nid::SUBJECT_ALT_NAME, self.critical, stack.as_ptr().cast())
/third_party/node/lib/internal/process/
H A Dwarning.js101 if (trace && warning.stack) {
102 msg += `${warning.stack}`;
/third_party/node/deps/v8/src/compiler/
H A Dcontrol-equivalence.h77 Node* node; // Node that this stack entry belongs to.
80 // The stack is used during the undirected DFS walk.
93 bool on_stack : 1; // Indicates node is on DFS stack during walk.
164 // Mutates the DFS stack by pushing an entry.
165 void DFSPush(DFSStack& stack, Node* node, Node* from, DFSDirection dir);
167 // Mutates the DFS stack by popping an entry.
168 void DFSPop(DFSStack& stack, Node* node);

Completed in 27 milliseconds

1...<<11121314151617181920>>...87