Home
last modified time | relevance | path

Searched defs:STACK (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/objects/
Dscope-info.h306 enum VariableAllocationInfo { NONE, STACK, CONTEXT, UNUSED }; enumerator
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dwin64.S6 #define STACK 0 macro
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py294 STACK = stack_st variable
/external/valgrind/drd/tests/
Dtsan_unittest.cpp4349 int *STACK = 0; variable
5220 int *STACK = 0; variable
/external/pcre/dist2/src/
Dpcre2_jit_compile.c503 #define STACK(i) ((-(i) - 1) * (int)sizeof(sljit_sw)) macro