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

/dalvik/vm/compiler/codegen/x86/
H A DLowerJump.cpp30 LabelMap* globalMap; variable
105 otherwise, an entry is created in globalMap.
117 item->nextItem = globalMap;
118 globalMap = item;
170 \brief search globalMap to find the entry for the given label
174 LabelMap* ptr = globalMap;
231 \brief free memory allocated for globalMap
235 LabelMap* ptr = globalMap;
237 globalMap = ptr->nextItem;
239 ptr = globalMap;
[all...]
H A DLower.cpp340 globalMap = NULL;
H A DLower.h434 four label maps are defined: globalMap globalShortMap globalWorklist globalShortWorklist
435 globalMap: global labels where codePtr points to the label
508 extern LabelMap* globalMap;

Completed in 164 milliseconds