Searched refs:taken (Results 1 – 12 of 12) sorted by relevance
/art/test/961-default-iface-resolution-gen/ |
D | info.txt | 12 Care should be taken when updating the generate_smali.py script. It should always
|
/art/test/970-iface-super-resolution-gen/ |
D | info.txt | 12 Care should be taken when updating the generate_smali.py script. It should always
|
/art/test/964-default-iface-init-gen/ |
D | info.txt | 12 Care should be taken when updating the generate_smali.py script. It should always
|
/art/test/971-iface-super/ |
D | info.txt | 12 Care should be taken when updating the generate_smali.py script. It should always
|
/art/test/968-default-partial-compile-gen/ |
D | info.txt | 12 Care should be taken when updating the generate_smali.py script. It should always
|
/art/test/960-default-smali/ |
D | info.txt | 13 Care should be taken when updating the generate_smali_main.py script. It must
|
/art/compiler/optimizing/ |
D | induction_var_range_test.cc | 918 HInstruction* taken = range_.GenerateTakenTest(increment_, graph_, loop_preheader_); in TEST_F() local 919 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() local 1005 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 …]
|
D | register_allocator_graph_color.cc | 2022 ArenaBitVector taken(&allocator, 0, true, kArenaAllocRegisterAllocator); in ColorSpillSlots() local 2040 if (taken.IsBitSet(s)) { in ColorSpillSlots() 2060 taken.SetBit(s); in ColorSpillSlots() 2069 DCHECK(taken.IsBitSet(s)); in ColorSpillSlots() 2070 taken.ClearBit(s); in ColorSpillSlots() 2074 DCHECK_EQ(taken.NumSetBits(), 0u); in ColorSpillSlots()
|
/art/test/509-pre-header/smali/ |
D | PreHeader.smali | 19 # Label names in this method are taken from the original apk
|
/art/tools/dexfuzz/ |
D | README | 17 for mutation - e.g. some tests taken from the ART test suite - and point it at an
|
/art/cmdline/ |
D | README.md | 137 once, only the latest value is taken into account (and all previous occurrences of the argument are
|
/art/test/563-checker-fakestring/smali/ |
D | TestCase.smali | 59 # Will throw NullPointerException if this branch is taken.
|