Home
last modified time | relevance | path

Searched refs:take (Results 1 – 8 of 8) sorted by relevance

/art/test/433-gvn/
Dinfo.txt2 used to not take into account all side effects between
/art/test/477-checker-bound-type/
Dinfo.txt3 didn't take into account NullConstants.
/art/test/800-smali/smali/
Db_22045582.smali10 # v1 is undefined, and the return type cannot be resolved. The Undefined should take
/art/runtime/interpreter/mterp/
DREADME.txt34 so you can take advantage of C-style comments and preprocessor directives
/art/test/485-checker-dce-loop-update/smali/
DTestCase.smali197 if-nez v0, :loop_end # will always take the branch
275 if-nez v0, :loop_end # will always take the branch
/art/libprofile/profile/
Dprofile_compilation_info.cc2017 auto create_shuffled_range = [&rng](uint32_t take, uint32_t out_of) { in GenerateTestProfile() argument
2018 CHECK_LE(take, out_of); in GenerateTestProfile()
2022 vec.erase(vec.begin() + take, vec.end()); in GenerateTestProfile()
/art/cmdline/
DREADME.md93 Everything that follows a `WithType<T>()` call is thus type checked to only take `T` values.
/art/tools/
Dart147 # Second try: Look for latest -cp or -classpath arg which will take precedence.