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

/art/compiler/dex/quick/
H A Dralloc_util.cc443 RegStorage Mir2Lir::AllocTypedTempWide(bool fp_hint, int reg_class, bool required) { function in class:art::Mir2Lir
1068 RegStorage new_regs = AllocTypedTempWide(loc.fp, reg_class);
1083 loc.reg = AllocTypedTempWide(loc.fp, reg_class);

Completed in 58 milliseconds