Searched refs:requires (Results 1 – 19 of 19) sorted by relevance
1 This test requires Jack with invoke-polymorphic support.
1 Stress test for daemon threads stuck in a method that requires the thread list lock.
4 NOTE: the test requires that /data/run-test/ exists and is writable and not mounted noexec.
25 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
22 # Jump over the code that requires the null constant
28 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
47 # Inlining a method that throws requires re-computing loop information
7 for Attach. This transport requires an address. The address is a single integer
20 # multidex, but this requires a custom build script).
37 sanitizer_logcat_analysis.sh at minimum requires all logcat output in the form
78 // We optimize Thread::Current() with a direct TLS access. This requires access to a
174 bool requires)
2958 bool requires) { in SetRequiresConstructorBarrier() argument2960 requires_constructor_barrier_.emplace(ClassReference(dex_file, class_def_index), requires); in SetRequiresConstructorBarrier()2975 const bool requires = RequiresConstructorBarrier(*dex_file, class_def_index); in RequiresConstructorBarrier()2976 requires_constructor_barrier_.emplace(class_ref, requires); in RequiresConstructorBarrier()2977 return requires; in RequiresConstructorBarrier()
193 to a mode that requires inter-instruction checking, rIBASE is changed
1735 # This barrier is only necessary when the allocation also requires a class initialization check.
1811 # This barrier is only necessary when the allocation also requires a class initialization check.