Searched refs:is_profInc (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_amd64_defs.h756 extern Int emit_AMD64Instr ( /*MB_MOD*/Bool* is_profInc,
H A Dhost_arm64_defs.h1117 extern Int emit_ARM64Instr ( /*MB_MOD*/Bool* is_profInc,
H A Dhost_arm_defs.h1027 extern Int emit_ARMInstr ( /*MB_MOD*/Bool* is_profInc,
H A Dhost_mips_defs.h705 extern Int emit_MIPSInstr (/*MB_MOD*/Bool* is_profInc,
H A Dhost_x86_defs.h717 extern Int emit_X86Instr ( /*MB_MOD*/Bool* is_profInc,
H A Dhost_ppc_defs.h1138 extern Int emit_PPCInstr ( /*MB_MOD*/Bool* is_profInc,
H A Dhost_amd64_defs.c2263 instruction was a profiler inc, set *is_profInc to True, else
2266 Int emit_AMD64Instr ( /*MB_MOD*/Bool* is_profInc, argument
3520 vassert(!(*is_profInc));
3521 *is_profInc = True;
H A Dhost_mips_defs.c2840 instruction was a profiler inc, set *is_profInc to True, else
2842 Int emit_MIPSInstr ( /*MB_MOD*/Bool* is_profInc, argument
4185 vassert(!(*is_profInc));
4186 *is_profInc = True;
H A Dhost_x86_defs.c2100 instruction was a profiler inc, set *is_profInc to True, else
2103 Int emit_X86Instr ( /*MB_MOD*/Bool* is_profInc, argument
3314 vassert(!(*is_profInc));
3315 *is_profInc = True;
H A Dhost_arm_defs.c2969 instruction was a profiler inc, set *is_profInc to True, else
2972 Int emit_ARMInstr ( /*MB_MOD*/Bool* is_profInc, argument
4674 vassert(!(*is_profInc));
4675 *is_profInc = True;
H A Dhost_ppc_defs.c3718 instruction was a profiler inc, set *is_profInc to True, else leave
3721 Int emit_PPCInstr ( /*MB_MOD*/Bool* is_profInc, argument
5751 vassert(!(*is_profInc));
5752 *is_profInc = True;
H A Dhost_arm64_defs.c4014 instruction was a profiler inc, set *is_profInc to True, else
4017 Int emit_ARM64Instr ( /*MB_MOD*/Bool* is_profInc, argument
6562 //ZZ vassert(!(*is_profInc));
6563 //ZZ *is_profInc = True;

Completed in 230 milliseconds