OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetWide
(Results
1 - 2
of
2
) sorted by null
/art/compiler/dex/
vreg_analysis.cc
82
bool MIRGraph::
SetWide
(int index, bool is_wide) {
91
bool MIRGraph::
SetWide
(int index) {
375
changed |=
SetWide
(defs[0], is_wide);
378
changed |=
SetWide
(defs[1]);
385
changed |=
SetWide
(uses[i], is_wide);
390
changed |=
SetWide
(uses[1]);
mir_graph.h
955
bool
SetWide
(int index, bool is_wide);
956
bool
SetWide
(int index);
[
all
...]
Completed in 1263 milliseconds