OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defined_core
(Results
1 - 1
of
1
) sorted by null
/art/compiler/dex/
vreg_analysis.cc
281
bool
defined_core
= rl_temp.defined && rl_temp.core;
local
288
defined_core
|= rl_temp.defined && rl_temp.core;
299
if ((defined_fp && (
defined_core
| defined_ref)) &&
307
changed |= SetCore(ssa_rep->defs[0],
defined_core
);
317
changed |= SetCore(ssa_rep->uses[i],
defined_core
);
Completed in 352 milliseconds