HomeSort by relevance Sort by last modified time
    Searched refs:GetVirtualRegistersForTesting (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
instruction-selector.h 153 const std::map<NodeId, int> GetVirtualRegistersForTesting() const;
instruction-selector.cc 237 const std::map<NodeId, int> InstructionSelector::GetVirtualRegistersForTesting()
    [all...]
  /external/v8/test/unittests/compiler/
instruction-selector-unittest.cc 55 s.virtual_registers_ = selector.GetVirtualRegistersForTesting();

Completed in 3459 milliseconds