Home | History | Annotate | Download | only in JIT

Lines Matching refs:LOI

166   LibgccObjectInfo* LOI = (struct LibgccObjectInfo*)
168 assert(LOI && "This should be preallocated by the runtime");
188 ob->fde_end = (char*)LOI->unseenObjects;
189 ob->next = LOI->unseenObjects;
192 LOI->unseenObjects = ob;
196 LOI);
299 struct LibgccObjectInfo* LOI = (struct LibgccObjectInfo*)
305 if (!LOI)
306 LOI = (LibgccObjectInfo*)calloc(sizeof(struct LibgccObjectInfo), 1);
307 _keymgr_set_and_unlock_processwide_ptr(KEYMGR_GCC3_DW2_OBJ_LIST, LOI);