Home | History | Annotate | Download | only in compiler

Lines Matching refs:LinkageLocation

21 using compiler::LinkageLocation;
42 LinkageLocation regloc(Register reg) {
43 return LinkageLocation::ForRegister(reg.code());
47 LinkageLocation regloc(DoubleRegister reg) {
48 return LinkageLocation::ForRegister(reg.code());
52 LinkageLocation stackloc(int i) {
53 return LinkageLocation::ForCallerFrameSlot(i);
157 LinkageLocation Next(LocalType type) {
266 LinkageLocation target_loc = LinkageLocation::ForAnyRegister();