Home
last modified time | relevance | path

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

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