Home
last modified time | relevance | path

Searched refs:UnmarkTemp (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/
Dmir_to_lir.h358 void UnmarkTemp(int reg);
Dralloc_util.cc665 void Mir2Lir::UnmarkTemp(int reg) { in UnmarkTemp() function in art::Mir2Lir
Dgen_common.cc1190 UnmarkTemp(TargetReg(kLr)); // Remove lr from the temp pool in GenLong3Addr()
/art/compiler/dex/quick/arm/
Dint_arm.cc726 UnmarkTemp(rARM_LR); in GenMulLong()