HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 376 - 400 of 1681) sorted by null

<<11121314151617181920>>

  /external/proguard/src/proguard/preverify/
CodePreverifier.java 109 // Collect the stack map frames.
126 // Convert the stack values to types.
140 // Compress the stack map frames if the target is not Java Micro Edition.
198 // Remove any stack map (table) attribute from the code attribute.
212 // Put the frames into a stack map attribute.
221 // Put the frames into a stack map table attribute.
225 // Fill out the name of the stack map attribute.
229 // Add the new stack map (table) attribute to the code attribute.
328 * stack. If necessary, class constants are added to the constant pool
335 TracedStack stack)
500 VerificationType[] stack = fullFrame.stack; local
    [all...]
  /external/regex-re2/util/
util.h 25 #include <stack>
39 using std::stack;
  /external/speex/libspeex/
nb_celp.h 77 char *stack; /**< Pseudo-stack allocation for temporary memory */ member in struct:EncState
137 char *stack; /**< Pseudo-stack allocation for temporary memory */ member in struct:DecState
vq.c 76 void vq_nbest(spx_word16_t *in, const spx_word16_t *codebook, int len, int entries, spx_word32_t *E, int N, int *nbest, spx_word32_t *best_dist, char *stack)
110 void vq_nbest_sign(spx_word16_t *in, const spx_word16_t *codebook, int len, int entries, spx_word32_t *E, int N, int *nbest, spx_word32_t *best_dist, char *stack)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
dfs-visit.h 22 #include <stack>
62 // An Fst state's DFS stack state
89 stack<DfsState<Arc> *> state_stack; // DFS execution stack
  /external/valgrind/main/gdbserver_tests/
mcsignopass.stderr.exp 8 Address 0x........ is not stack'd, malloc'd or (recently) free'd
mcsigpass.stderr.exp 8 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /external/valgrind/main/helgrind/tests/
filter_xml 11 # (2) Removal of stack frames
12 # Stack frames whose associated file name does not match any name in
24 # these files will be removed from stack frames matching these files.
143 if ($line =~ /<\/stack>/) {
  /external/valgrind/main/memcheck/tests/
wrap8.stderr.exp 2 PPC64 function redirection stack overflow
  /frameworks/compile/mclinker/include/mcld/MC/
InputBuilder.h 16 #include <stack>
99 std::stack<InputTree::iterator> m_ReturnStack;
  /frameworks/compile/slang/
slang_rs_object_ref_count.h 21 #include <stack>
76 std::stack<Scope*> mScopeStack;
  /frameworks/ex/variablespeed/jni/
variablespeed.h 33 #include <stack>
104 std::stack<int16*> freeBuffers_;
  /external/freetype/src/cff/
cffgload.c 894 FT_Fixed* stack; local
905 /* compute random seed from stack address of parameter */
915 decoder->top = decoder->stack;
918 stack = decoder->top;
955 /* this is an operand, push it on the stack */
989 if ( decoder->top - stack >= CFF_MAX_OPERANDS )
1006 /* from the bottom of the stack. However, this seems not to be */
1011 FT_Int num_args = (FT_Int)( args - decoder->stack );
    [all...]
cffparse.c 46 parser->top = parser->stack;
452 FT_Byte** data = parser->stack;
456 if ( parser->top >= parser->stack + 6 )
522 FT_Byte** data = parser->stack;
528 if ( parser->top >= parser->stack + 4 )
551 FT_Byte** data = parser->stack;
557 if ( parser->top >= parser->stack + 2 )
575 FT_Byte** data = parser->stack;
581 if ( parser->top >= parser->stack + 3 )
878 parser->top = parser->stack;
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_noinst_test.cc 261 __asan::StackTrace stack; local
262 stack.trace[0] = 0x890;
263 stack.size = 1;
266 void *p = __asan::asan_malloc(size, &stack);
267 __asan::asan_free(p, &stack, __asan::FROM_MALLOC);
271 void *p1 = __asan::asan_malloc(size, &stack);
272 __asan::asan_free(p1, &stack, __asan::FROM_MALLOC);
282 __asan::StackTrace stack; local
283 stack.trace[0] = 0x890;
284 stack.size = 1
309 __asan::StackTrace stack; local
    [all...]
  /dalvik/vm/alloc/
CardTable.cpp 345 * Returns true if the given object has been pushed on the mark stack
350 GcMarkStack *stack = &gDvm.gcHeap->markContext.stack; local
351 for (const Object **ptr = stack->base; ptr < stack->top; ++ptr) {
  /dalvik/vm/arch/arm/
CallEABI.S 19 * argument list has to be pushed onto the native stack according to
70 Stack is "full descending". Only the arguments that don't fit in the first 4
71 registers are placed on the stack. "sp" points at the first stacked argument
105 * L - number of double-words of storage required on stack (0-30 words)
106 * F - pad flag -- if set, write a pad word to the stack
109 * onto the stack. Anything requiring more than that -- which should happen
117 * will not be able to unwind the stack past this method. The only way
119 * The stack unwinder in debuggerd *does* pay attention to fp if we set it
134 * stack looks like:
181 * Make room on the stack for the arguments and copy them over
    [all...]
  /external/bluetooth/bluedroid/bta/
Android.mk 93 $(LOCAL_PATH)/../stack/include \
94 $(LOCAL_PATH)/../stack/btm \
  /external/compiler-rt/lib/tsan/rtl/
tsan_fd.h 57 bool FdLocation(uptr addr, int *fd, int *tid, u32 *stack);
tsan_mman.cc 92 StackTrace stack; local
93 stack.ObtainCurrent(thr, pc);
96 if (!IsFiredSuppression(ctx, rep, stack)) {
97 rep.AddStack(&stack);
  /external/expat/amiga/
expat_68k_handler_stubs.c 40 uint8 *stack = IExec->AllocVec(4096, MEMF_SHARED); local
41 if (stack) {
42 uint32 *sp = (uint32 *)(stack + 4096);
49 IExec->FreeVec(stack);
  /external/junit/src/junit/runner/
BaseTestRunner.java 269 * Returns a filtered stack trace
288 * Filters stack frames from internal JUnit classes
290 public static String getFilteredTrace(String stack) {
292 return stack;
296 StringReader sr= new StringReader(stack);
309 return stack; // return the stack unfiltered
  /external/libffi/src/cris/
ffi.c 70 ffi_prep_args (char *stack, extended_cif * ecif)
78 argp = stack;
109 (unsigned int) (UINT32 *) (stack + uiLocOnStack);
110 memcpy ((stack + uiLocOnStack), *p_argv, (*p_arg)->size);
333 looking at the those passed on the stack. Step over the
  /external/libvpx/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 20 ; stack unsigned char *dst_ptr,
21 ; stack int dst_pitch
23 ;note: In first pass, store the result in transpose(8linesx9columns) on stack. Temporary stack size is 184.
24 ;Line width is 20 that is 9 short data plus 2 to make it 4bytes aligned. In second pass, load data from stack,
28 str r3, [sp, #-184]! ;reserve space on stack for temporary storage, store yoffset
124 ldr r0, [sp, #216] ; load dst address from stack 180+36
125 ldr r1, [sp, #220] ; load dst stride from stack 180+40
  /external/libvpx/libvpx/vp8/encoder/ppc/
rdopt_altivec.asm 22 stwu r1,-32(r1) ;# create space on the stack
48 addi r1, r1, 32 ;# recover stack

Completed in 1673 milliseconds

<<11121314151617181920>>