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

  /external/v8/test/unittests/compiler/
register-allocator-unittest.cc 83 class RegisterAllocatorTest : public InstructionSequenceTest {
92 TEST_F(RegisterAllocatorTest, CanAllocateThreeRegisters) {
105 TEST_F(RegisterAllocatorTest, SimpleLoop) {
128 TEST_F(RegisterAllocatorTest, SimpleBranch) {
146 TEST_F(RegisterAllocatorTest, SimpleDiamond) {
166 TEST_F(RegisterAllocatorTest, SimpleDiamondPhi) {
187 TEST_F(RegisterAllocatorTest, DiamondManyPhis) {
219 TEST_F(RegisterAllocatorTest, DoubleDiamondManyRedundantPhis) {
258 TEST_F(RegisterAllocatorTest, RegressionPhisNeedTooManyRegisters) {
307 TEST_F(RegisterAllocatorTest, SpillPhi)
    [all...]
  /art/compiler/optimizing/
register_allocator_test.cc 36 class RegisterAllocatorTest : public CommonCompilerTest {};
56 TEST_F(RegisterAllocatorTest, ValidateIntervals) {
145 TEST_F(RegisterAllocatorTest, CFG1) {
165 TEST_F(RegisterAllocatorTest, Loop1) {
204 TEST_F(RegisterAllocatorTest, Loop2) {
253 TEST_F(RegisterAllocatorTest, Loop3) {
316 TEST_F(RegisterAllocatorTest, FirstRegisterUse) {
356 TEST_F(RegisterAllocatorTest, DeadPhi) {
397 TEST_F(RegisterAllocatorTest, FreeUntil) {
529 TEST_F(RegisterAllocatorTest, PhiHint)
    [all...]
register_allocator.h 238 ART_FRIEND_TEST(RegisterAllocatorTest, FreeUntil);
239 ART_FRIEND_TEST(RegisterAllocatorTest, SpillInactive);
locations.h 622 ART_FRIEND_TEST(RegisterAllocatorTest, ExpectedInRegisterHint);
623 ART_FRIEND_TEST(RegisterAllocatorTest, SameAsFirstInputHint);
ssa_liveness_analysis.h     [all...]

Completed in 588 milliseconds