OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLoadStoreElimination
(Results
1 - 3
of
3
) sorted by null
/art/compiler/dex/
frontend.h
43
kLoadStoreElimination
= 0,
frontend.cc
45
(1 <<
kLoadStoreElimination
) |
104
(1 <<
kLoadStoreElimination
) |
107
(1 <<
kLoadStoreElimination
) |
110
(1 <<
kLoadStoreElimination
) |
/art/compiler/dex/quick/
local_optimizations.cc
510
if (!(cu_->disable_opt & (1 <<
kLoadStoreElimination
))) {
Completed in 3210 milliseconds