Home
last modified time | relevance | path

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

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