HomeSort by relevance Sort by last modified time
    Searched defs:op_count (Results 1 - 5 of 5) sorted by null

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFLocationDescription.cpp 27 int op_count = 0; local
31 if (location_expression && op_count > 0)
36 if (op_count > 0)
42 op_count++;
  /external/libunwind/src/mi/
Gdyn-remote.c 58 uint32_t insn_count, op_count, i; local
70 || (ret = fetch32 (as, a, addr, (int32_t *) &op_count, arg)) < 0)
73 region = calloc (1, _U_dyn_region_info_size (op_count));
81 region->op_count = op_count;
82 for (i = 0; i < op_count; ++i)
  /external/chromium_org/sandbox/win/src/
policy_low_level.cc 92 size_t op_count = rule->GetOpcodeCount(); local
94 size_t opcodes_size = op_count * sizeof(PolicyOpcode);
107 svc_opcode_count += op_count;
  /external/libunwind/include/
libunwind-dynamic.h 97 uint32_t op_count; /* length of op-array */ member in struct:unw_dyn_region_info
159 hold OP_COUNT ops. */
160 #define _U_dyn_region_info_size(op_count) \
161 ((char *) (((unw_dyn_region_info_t *) NULL)->op + (op_count)) \
  /external/qemu/tcg/
tcg.h 488 int64_t op_count; /* total insn count */ member in struct:TCGContext

Completed in 1427 milliseconds