Home | History | Annotate | Download | only in callgrind

Lines Matching refs:instr_size

110               CLG_(bb_base) + ii->instr_offset, ii->instr_size);
722 We only can set instr_offset/instr_size here. The required event set and
728 InstrInfo* next_InstrInfo ( ClgState* clgs, UInt instr_size )
737 CLG_ASSERT(ii->instr_size == instr_size);
741 ii->instr_size = instr_size;
747 clgs->instr_offset += instr_size;