Home
last modified time | relevance | path

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

/art/test/626-checker-arm64-scratch-register/
Dinfo.txt2 exhausted during moves between stack slots (b/32545705).
/art/test/510-checker-try-catch/smali/
DRegisterAllocator.smali58 # Test that wide catch phis are allocated to two stack slots.
/art/compiler/optimizing/
Dnodes.h533 void UpdateTemporariesVRegSlots(size_t slots) { in UpdateTemporariesVRegSlots() argument
534 temporaries_vreg_slots_ = std::max(slots, temporaries_vreg_slots_); in UpdateTemporariesVRegSlots()