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

  /art/compiler/optimizing/
register_allocator_test.cc 41 class RegisterAllocatorTest : public OptimizingUnitTest {
44 // as a member of RegisterAllocatorTest, which we make a friend class.
75 TEST_F(RegisterAllocatorTest, test_name##_LinearScan) {\
78 TEST_F(RegisterAllocatorTest, test_name##_GraphColor) {\
82 bool RegisterAllocatorTest::Check(const std::vector<uint16_t>& data, Strategy strategy) {
99 TEST_F(RegisterAllocatorTest, ValidateIntervals) {
175 void RegisterAllocatorTest::CFG1(Strategy strategy) {
197 void RegisterAllocatorTest::Loop1(Strategy strategy) {
238 void RegisterAllocatorTest::Loop2(Strategy strategy) {
289 void RegisterAllocatorTest::Loop3(Strategy strategy)
    [all...]
register_allocator_linear_scan.h 173 ART_FRIEND_TEST(RegisterAllocatorTest, FreeUntil);
174 ART_FRIEND_TEST(RegisterAllocatorTest, SpillInactive);
ssa_liveness_analysis.h     [all...]
locations.h 697 friend class RegisterAllocatorTest;

Completed in 206 milliseconds