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

/art/compiler/dex/quick/
H A Dralloc_util.cc397 RegStorage Mir2Lir::AllocTemp(bool required) { function in class:art::Mir2Lir
406 RegStorage low_reg = AllocTemp();
407 RegStorage high_reg = AllocTemp();
457 return AllocTemp(required);
616 * Similar to AllocTemp(), but forces the allocation of a specific

Completed in 36 milliseconds