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

  /external/valgrind/main/include/
pub_tool_machine.h 36 # define VG_MAX_INSTR_SZB 16 // max length of native instruction
38 // be larger than VG_MAX_INSTR_SZB
43 # define VG_MAX_INSTR_SZB 16
49 # define VG_MAX_INSTR_SZB 4
55 # define VG_MAX_INSTR_SZB 4
63 # define VG_MAX_INSTR_SZB 4
69 # define VG_MAX_INSTR_SZB 4
80 # define VG_MAX_INSTR_SZB 4
86 # define VG_MAX_INSTR_SZB 16 // max length of native instruction
88 // be larger than 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/cachegrind/
cg_main.c 1018 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB)
    [all...]
  /external/valgrind/main/callgrind/
main.c 987 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB)
    [all...]

Completed in 5458 milliseconds