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

/dalvik/vm/compiler/codegen/x86/
H A DLowerJump.cpp139 LabelMap* ptr_prevItem = NULL; local
151 if(ptr_prevItem == NULL) {
154 ptr = globalShortWorklist; //ptr_prevItem is still NULL
157 ptr_prevItem->nextItem = ptr->nextItem;
159 ptr = ptr_prevItem->nextItem;
163 ptr_prevItem = ptr;

Completed in 186 milliseconds