Searched refs:take (Results 1 – 9 of 9) sorted by relevance
2 used to not take into account all side effects between
3 didn't take into account NullConstants.
10 # v1 is undefined, and the return type cannot be resolved. The Undefined should take
291 // dexpreopt.RegisterToolDeps) doesn't take host prefer32 into342 // dexpreopt.RegisterToolDeps) doesn't take host prefer32 into
34 so you can take advantage of C-style comments and preprocessor directives
197 if-nez v0, :loop_end # will always take the branch275 if-nez v0, :loop_end # will always take the branch
1859 auto create_shuffled_range = [&rng](uint32_t take, uint32_t out_of) { in GenerateTestProfile() argument1860 CHECK_LE(take, out_of); in GenerateTestProfile()1864 vec.erase(vec.begin() + take, vec.end()); in GenerateTestProfile()
93 Everything that follows a `WithType<T>()` call is thus type checked to only take `T` values.
147 # Second try: Look for latest -cp or -classpath arg which will take precedence.