Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction.h881 bool ClobbersTemps() const { return IsCall(); } in ClobbersTemps() function
Dregister-allocator.cc2160 if (instr->ClobbersTemps()) { in ProcessInstructions()