Lines Matching refs:IInstance
1195 IInstance;
1220 that an IInstance with a .insn_addr of zero is interpreted to
1222 store an IInstance for address zero. */
1228 IInstance* htab;
1237 IInstance htab_fixed[N_HTAB_FIXED];
1308 IInstance* ii = &frame->htab[u];
1344 IInstance *old_htab, *new_htab, *old;
1351 new_size * sizeof(IInstance) );
1397 static IInstance* find_or_create_IInstance_SLOW (
1454 static IInstance* find_or_create_IInstance (
1777 IInstance* iinstance;
1792 iinstance = find_or_create_IInstance( frame, ip, ip_frameBlocks );
1793 tl_assert(iinstance);
1794 tl_assert(iinstance->blocks == ip_frameBlocks);
1799 inv = &iinstance->invar;
1808 tid, ea, sp, fp, szB, iinstance->blocks );
1816 tid, ea, sp, fp, szB, iinstance->blocks );