Home
last modified time | relevance | path

Searched refs:t_loc (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/quick/
Dgen_invoke.cc439 RegLocation* t_loc = nullptr; in FlushIns() local
441 for (uint32_t i = 0; i < mir_graph_->GetNumOfInVRs(); i += t_loc->wide ? 2 : 1) { in FlushIns()
444 t_loc = &ArgLocs[i]; in FlushIns()
448 if (t_loc->wide && reg.Valid() && !reg.Is64Bit()) { in FlushIns()
458 if (t_loc->location == kLocPhysReg) { in FlushIns()
460 if (t_loc->wide) { in FlushIns()
461 OpRegCopyWide(t_loc->reg, reg); in FlushIns()
463 OpRegCopy(t_loc->reg, reg); in FlushIns()
468 if (t_loc->ref) { in FlushIns()
471 StoreBaseDisp(TargetPtrReg(kSp), offset, reg, t_loc->wide ? k64 : k32, kNotVolatile); in FlushIns()
[all …]