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 35 # define VG_MIN_INSTR_SZB 1 // min length of native instruction
42 # define VG_MIN_INSTR_SZB 1
48 # define VG_MIN_INSTR_SZB 4
54 # define VG_MIN_INSTR_SZB 4
62 # define VG_MIN_INSTR_SZB 2
68 # define VG_MIN_INSTR_SZB 4
79 # define VG_MIN_INSTR_SZB 4
85 # define VG_MIN_INSTR_SZB 1 // min length of native instruction
92 # define VG_MIN_INSTR_SZB 1
  /external/valgrind/main/cachegrind/
cg_main.c 983 if (isize == 0) isize = VG_MIN_INSTR_SZB;
1015 if (isize == 0) isize = VG_MIN_INSTR_SZB;
1018 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB)
    [all...]
  /external/valgrind/main/lackey/
lk_main.c 513 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB)
    [all...]
  /external/valgrind/main/callgrind/
main.c 984 if (isize == 0) isize = VG_MIN_INSTR_SZB;
987 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB)
    [all...]

Completed in 259 milliseconds