Home
last modified time | relevance | path

Searched defs:RegLocation (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/
Dreg_location.h42 struct RegLocation { struct
43 RegLocationType location:3; argument
44 unsigned wide:1;
45 unsigned defined:1; // Do we know the type?
46 unsigned is_const:1; // Constant, value in mir_graph->constant_values[].
47 unsigned fp:1; // Floating point?
48 unsigned core:1; // Non-floating point?
49 unsigned ref:1; // Something GC cares about.
50 unsigned high_word:1; // High word of pair?
51 unsigned home:1; // Does this represent the home location?
[all …]