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

  /art/compiler/optimizing/
register_allocator_linear_scan.h 174 ART_FRIEND_TEST(RegisterAllocatorTest, FreeUntil);
175 ART_FRIEND_TEST(RegisterAllocatorTest, SpillInactive);
register_allocator_test.cc 40 class RegisterAllocatorTest : public CommonCompilerTest {
43 // as a member of RegisterAllocatorTest, which we make a friend class.
50 TEST_F(RegisterAllocatorTest, test_name##_LinearScan) {\
53 TEST_F(RegisterAllocatorTest, test_name##_GraphColor) {\
76 TEST_F(RegisterAllocatorTest, ValidateIntervals) {
345 TEST_F(RegisterAllocatorTest, FirstRegisterUse) {
430 TEST_F(RegisterAllocatorTest, FreeUntil) {
648 TEST_F(RegisterAllocatorTest, PhiHint_LinearScan) {
689 void RegisterAllocatorTest::ExpectedInRegisterHint(Strategy strategy) {
732 TEST_F(RegisterAllocatorTest, ExpectedInRegisterHint_LinearScan)
    [all...]
ssa_liveness_analysis.h     [all...]
locations.h 692 friend class RegisterAllocatorTest;

Completed in 245 milliseconds