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

/dalvik/vm/compiler/codegen/x86/
H A DLowerJump.cpp31 LabelMap* globalShortMap;//make sure for each bytecode, there is no duplicated label variable
60 \brief search globalShortMap to find the entry for the given label
64 LabelMap* ptr = globalShortMap;
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;
133 item->nextItem = globalShortMap;
134 globalShortMap = item;
184 \brief search globalShortMap to find the entry for the given label
188 LabelMap* ptr = globalShortMap;
243 \brief free memory allocated for globalShortMap
247 LabelMap* ptr = globalShortMap;
[all...]
H A DLower.cpp361 globalShortMap = NULL;
H A DLower.h434 four label maps are defined: globalMap globalShortMap globalWorklist globalShortWorklist
443 globalShortMap: local labels where codePtr points to the label
509 extern LabelMap* globalShortMap;
H A DAnalysisO1.cpp855 globalShortMap = NULL;

Completed in 332 milliseconds