Searched refs:taken (Results 1 – 12 of 12) sorted by relevance
12 Care should be taken when updating the generate_smali.py script. It should always
13 Care should be taken when updating the generate_smali_main.py script. It must
918 HInstruction* taken = range_.GenerateTakenTest(increment_, graph_, loop_preheader_); in TEST_F() local919 ASSERT_TRUE(taken != nullptr); in TEST_F()920 ASSERT_TRUE(taken->IsLessThan()); in TEST_F()921 ExpectInt(0, taken->InputAt(0)); in TEST_F()922 EXPECT_TRUE(taken->InputAt(1)->IsParameterValue()); in TEST_F()1004 HInstruction* taken = range_.GenerateTakenTest(increment_, graph_, loop_preheader_); in TEST_F() local1005 ASSERT_TRUE(taken != nullptr); in TEST_F()1006 ASSERT_TRUE(taken->IsGreaterThan()); in TEST_F()1007 ExpectInt(1000, taken->InputAt(0)); in TEST_F()1008 EXPECT_TRUE(taken->InputAt(1)->IsParameterValue()); in TEST_F()[all …]
19 # Label names in this method are taken from the original apk
17 for mutation - e.g. some tests taken from the ART test suite - and point it at an
137 once, only the latest value is taken into account (and all previous occurrences of the argument are
59 # Will throw NullPointerException if this branch is taken.
1700 # below to be taken.1779 # below to be taken.