Home
last modified time | relevance | path

Searched refs:next_temp (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dralloc_util.cc353 RegStorage Mir2Lir::AllocTempBody(GrowableArray<RegisterInfo*> &regs, int* next_temp, bool required… in AllocTempBody() argument
355 int next = *next_temp; in AllocTempBody()
375 *next_temp = next + 1; in AllocTempBody()
380 next = *next_temp; in AllocTempBody()
398 *next_temp = next + 1; in AllocTempBody()
Dmir_to_lir.h748 RegStorage AllocTempBody(GrowableArray<RegisterInfo*> &regs, int* next_temp, bool required);