Home
last modified time | relevance | path

Searched refs:taken (Results 1 – 12 of 12) sorted by relevance

/art/test/961-default-iface-resolution-gen/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
/art/test/970-iface-super-resolution-gen/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
/art/test/964-default-iface-init-gen/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
/art/test/971-iface-super/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
/art/test/968-default-partial-compile-gen/
Dinfo.txt12 Care should be taken when updating the generate_smali.py script. It should always
/art/test/960-default-smali/
Dinfo.txt13 Care should be taken when updating the generate_smali_main.py script. It must
/art/compiler/optimizing/
Dinduction_var_range_test.cc918 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 …]
/art/test/509-pre-header/smali/
DPreHeader.smali19 # Label names in this method are taken from the original apk
/art/tools/dexfuzz/
DREADME17 for mutation - e.g. some tests taken from the ART test suite - and point it at an
/art/cmdline/
DREADME.md137 once, only the latest value is taken into account (and all previous occurrences of the argument are
/art/test/563-checker-fakestring/smali/
DTestCase.smali59 # Will throw NullPointerException if this branch is taken.
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1700 # below to be taken.
1779 # below to be taken.