Searched defs:AllocTypedTemp (Results 1 - 1 of 1) sorted by relevance

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

Completed in 33 milliseconds