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

  /external/valgrind/include/
pub_tool_machine.h 39 # define VG_MAX_INSTR_SZB 16 // max length of native instruction
41 // be larger than VG_MAX_INSTR_SZB
46 # define VG_MAX_INSTR_SZB 16
52 # define VG_MAX_INSTR_SZB 4
58 # define VG_MAX_INSTR_SZB 4
66 # define VG_MAX_INSTR_SZB 4
72 # define VG_MAX_INSTR_SZB 4
78 # define VG_MAX_INSTR_SZB 6
84 # define VG_MAX_INSTR_SZB 16 // max length of native instruction
86 // be larger than VG_MAX_INSTR_SZB
    [all...]
  /external/valgrind/lackey/
lk_main.c 531 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB)
    [all...]
  /external/valgrind/cachegrind/
cg_main.c     [all...]
  /external/valgrind/callgrind/
main.c 1038 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB)
    [all...]

Completed in 136 milliseconds