Searched defs:storage_mask (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/dex/quick/
H A Dmir_to_lir.h269 * The fields used_storage, master_storage and storage_mask are used to track allocation
279 * s4's storage_mask with s4's *master_storage. If the result is zero, s4 is free and
280 * to allocate: *master_storage |= storage_mask. To free, *master_storage &= ~storage_mask.
282 * For an X86 vector register example, storage_mask would be:
386 void SetStorageMask(uint32_t storage_mask) { storage_mask_ = storage_mask; } argument

Completed in 22 milliseconds