Lines Matching defs:loc
108 switch (src.loc()) {
126 switch (src.loc()) {
147 switch (src.loc()) {
869 switch (slot->loc()) {
960 compiler::LinkageLocation loc =
962 if (loc.IsRegister()) {
963 DCHECK(!loc.IsAnyRegister());
965 int reg_code = loc.AsRegister();
976 DCHECK(loc.IsCallerFrameSlot());
977 int param_offset = -loc.GetLocation() - 1;
1099 compiler::LinkageLocation loc =
1101 if (loc.IsRegister()) {
1102 DCHECK(!loc.IsAnyRegister());
1104 rc, lowered_kind, loc.AsRegister());
1106 DCHECK(loc.IsCallerFrameSlot());
1110 int return_slot = -loc.GetLocation() - offset - 1;
1198 compiler::LinkageLocation loc =
1200 if (loc.IsCallerFrameSlot()) {
1207 StoreCallerFrameSlot(reg, -loc.AsCallerFrameSlot(), lowered_kind);
1219 compiler::LinkageLocation loc =
1221 if (loc.IsRegister()) {
1222 DCHECK(!loc.IsAnyRegister());
1223 int reg_code = loc.AsRegister();
1369 switch (slot.loc()) {