Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dmanaged_register_x86.cc40 struct RegisterPairDescriptor { struct
41 RegisterPair reg; // Used to verify that the enum is in sync.
42 Register low;
43 Register high;
/art/compiler/utils/x86_64/
Dmanaged_register_x86_64.cc39 struct RegisterPairDescriptor { struct
40 RegisterPair reg; // Used to verify that the enum is in sync.
41 Register low;
42 Register high;