OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:globalShortWorklist
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/compiler/codegen/x86/
LowerJump.cpp
33
LabelMap*
globalShortWorklist
;
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);
[
all
...]
Lower.cpp
252
globalShortWorklist
= NULL;
443
globalShortWorklist
= NULL;
Lower.h
434
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
;
[
all
...]
Completed in 7951 milliseconds