Home
last modified time | relevance | path

Searched refs:SetIsTemp (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/
Dralloc_util.cc870 info->SetIsTemp(true); in MarkTemp()
877 info->SetIsTemp(false); in UnmarkTemp()
Dmir_to_lir.h378 void SetIsTemp(bool val) { is_temp_ = val; } in SetIsTemp() function
/art/compiler/dex/quick/x86/
Dtarget_x86.cc636 xp_reg_info->SetIsTemp(true); in CompilerInitializeRegAlloc()