Home
last modified time | relevance | path

Searched refs:VG_MIN_INSTR_SZB (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/include/
Dpub_tool_machine.h38 # define VG_MIN_INSTR_SZB 1 // min length of native instruction macro
45 # define VG_MIN_INSTR_SZB 1 macro
51 # define VG_MIN_INSTR_SZB 4 macro
57 # define VG_MIN_INSTR_SZB 4 macro
65 # define VG_MIN_INSTR_SZB 2 macro
71 # define VG_MIN_INSTR_SZB 4 macro
77 # define VG_MIN_INSTR_SZB 2 macro
83 # define VG_MIN_INSTR_SZB 1 // min length of native instruction macro
90 # define VG_MIN_INSTR_SZB 1 macro
96 # define VG_MIN_INSTR_SZB 4 macro
[all …]
/external/valgrind/cachegrind/
Dcg_main.c1081 if (isize == 0) isize = VG_MIN_INSTR_SZB; in cg_instrument()
1113 if (isize == 0) isize = VG_MIN_INSTR_SZB; in cg_instrument()
1116 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB) in cg_instrument()
/external/valgrind/lackey/
Dlk_main.c531 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB) in addEvent_Ir()
/external/valgrind/callgrind/
Dmain.c1035 if (isize == 0) isize = VG_MIN_INSTR_SZB; in CLG_()
1038 tl_assert( (VG_MIN_INSTR_SZB <= isize && isize <= VG_MAX_INSTR_SZB) in CLG_()
/external/valgrind/docs/internals/
Dporting-to-ARM.txt107 # define VG_MIN_INSTR_SZB 4