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

/art/compiler/dex/quick/
H A Dralloc_util.cc465 RegStorage Mir2Lir::AllocTypedTemp(bool fp_hint, int reg_class, bool required) { function in class:art::Mir2Lir
1126 RegStorage new_reg = AllocTypedTemp(loc.fp, reg_class);
1139 loc.reg = AllocTypedTemp(loc.fp, reg_class);

Completed in 49 milliseconds