Searched refs:dbeInstr (Results 1 – 6 of 6) sorted by relevance
93 DbeInstr *dbeInstr = (DbeInstr *) h; in read_data() local94 if (!dbeInstr->isUsed) in read_data()96 Function *func = (Function *) dbeInstr->convertto (Histable::FUNCTION); in read_data()103 DbeLine *dbeLine = (DbeLine *) dbeInstr->convertto (Histable::LINE); in read_data()
590 DbeInstr *dbeInstr = find_dbeinstr (PCLineFlag, pcinfo->offset); in mapLineToPc() local591 if (dbeInstr) in mapLineToPc()593 dbeInstr->lineno = dbeLine->lineno; in mapLineToPc()594 return dbeInstr; in mapLineToPc()
3038 DbeInstr *dbeInstr = func->mapLineToPc (dbeLine); in convert_line_to_instr() local3039 …Dprintf (DEBUG_DBE && dbeInstr, "### convert_line_to_instr DbeView::%d dbeInstr=%s\n", __LINE__, d… in convert_line_to_instr()3040 return dbeInstr; in convert_line_to_instr()
588 DbeInstr *dbeInstr = find_dbeinstr (PCLineFlag, pcinfo->offset); in mapLineToPc() local589 if (dbeInstr) in mapLineToPc()591 dbeInstr->lineno = dbeLine->lineno; in mapLineToPc()592 return dbeInstr; in mapLineToPc()