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

  /external/valgrind/main/include/
pub_tool_machine.h 38 # define VG_MIN_INSTR_SZB 1 // min length of native instruction
45 # define VG_MIN_INSTR_SZB 1
51 # define VG_MIN_INSTR_SZB 4
57 # define VG_MIN_INSTR_SZB 4
65 # define VG_MIN_INSTR_SZB 2
71 # define VG_MIN_INSTR_SZB 4
77 # define VG_MIN_INSTR_SZB 2
83 # define VG_MIN_INSTR_SZB 1 // min length of native instruction
90 # define VG_MIN_INSTR_SZB 1
96 # define VG_MIN_INSTR_SZB
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/lackey/
lk_main.c 525 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB)
    [all...]
  /external/valgrind/main/callgrind/
main.c 1034 if (isize == 0) isize = VG_MIN_INSTR_SZB;
1037 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB)
    [all...]

Completed in 273 milliseconds