HomeSort by relevance Sort by last modified time
    Searched refs:globalShortMap (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/compiler/codegen/x86/
LowerJump.cpp 31 LabelMap* globalShortMap;//make sure for each bytecode, there is no duplicated label
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...]
Lower.cpp 361 globalShortMap = NULL;
Lower.h 434 four label maps are defined: globalMap globalShortMap globalWorklist globalShortWorklist
443 globalShortMap: local labels where codePtr points to the label
509 extern LabelMap* globalShortMap;
    [all...]
AnalysisO1.cpp     [all...]

Completed in 27 milliseconds