Lines Matching refs:globalShortWorklist
33 LabelMap* globalShortWorklist;
104 It takes argument checkDup, if checkDup is true, an entry is created in globalShortMap, entries in globalShortWorklist are checked, if there exists a match, the immediate in the jump instruction is updated and the entry is removed from globalShortWorklist;
138 LabelMap* ptr = globalShortWorklist;
152 globalShortWorklist = ptr->nextItem;
154 ptr = globalShortWorklist; //ptr_prevItem is still NULL
223 item->nextItem = globalShortWorklist;
224 globalShortWorklist = item;
226 ALOGI("insert globalShortWorklist: %s %p", label, stream);