Searched refs:needs_temps (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/arm64/
H A Dlithium-arm64.cc1004 bool needs_temps = expected.NeedsMap() || expected.IsEmpty(); local
1005 LOperand* temp1 = needs_temps ? TempRegister() : NULL;
1006 LOperand* temp2 = needs_temps ? TempRegister() : NULL;
1011 DCHECK(needs_temps);

Completed in 48 milliseconds