Searched refs:globalShortWorklist (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DLowerJump.cpp33 LabelMap* globalShortWorklist; variable
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);
H A DLower.cpp252 globalShortWorklist = NULL;
443 globalShortWorklist = NULL;
H A DLower.h434 four label maps are defined: globalMap globalShortMap globalWorklist globalShortWorklist
445 globalShortWorklist: local labels where codePtr points to an instruction using the label
511 extern LabelMap* globalShortWorklist;

Completed in 71 milliseconds