HomeSort by relevance Sort by last modified time
    Searched refs:max_stack (Results 1 - 4 of 4) sorted by null

  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
CodeAttribute_info.java 33 * u2 max_stack;
49 * The value of the max_stack item gives the maximum number of words on the operand
87 final int max_stack, int max_locals,
94 m_max_stack = max_stack;
148 s.append (" max_stack/max_locals = " + m_max_stack + '/' + m_max_locals + eol);
  /external/qemu/memcheck/
memcheck_proc_management.c 356 const uint32_t max_stack = grow_by; local
376 if (thread->call_stack_count >= max_stack) {
631 const int max_stack = 24; local
632 if (max_stack >= leaked_alloc.call_stack_count) {
636 max_stack, leaked_alloc.call_stack_count);
640 stk < leaked_alloc.call_stack_count && stk < max_stack;
  /prebuilt/common/ecj/
ecj.jar 
  /external/emma/lib/
emma.jar 

Completed in 312 milliseconds