Home
last modified time | relevance | path

Searched refs:requires (Results 1 – 19 of 19) sorted by relevance

/art/test/959-invoke-polymorphic-accessors/
Dinfo.txt1 This test requires Jack with invoke-polymorphic support.
/art/test/607-daemon-stress/
Dinfo.txt1 Stress test for daemon threads stuck in a method that requires the thread list lock.
/art/test/071-dexfile/
Dinfo.txt4 NOTE: the test requires that /data/run-test/ exists and is writable and not mounted noexec.
/art/tools/wrapagentproperties/
DAndroid.bp25 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/tools/breakpoint-logger/
DAndroid.bp25 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/adbconnection/
DAndroid.bp25 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/test/501-null-constant-dce/smali/
DDCE.smali22 # Jump over the code that requires the null constant
/art/tools/titrace/
DAndroid.bp28 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/imgdiag/
DAndroid.bp25 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/test/641-irreducible-inline/smali/
DIrreducibleLoop.smali47 # Inlining a method that throws requires re-computing loop information
/art/dt_fd_forward/
DREADME.md7 for Attach. This transport requires an address. The address is a single integer
/art/test/804-class-extends-itself/smali/
DMain.smali20 # multidex, but this requires a custom build script).
/art/tools/runtime_memusage/
DREADME37 sanitizer_logcat_analysis.sh at minimum requires all logcat output in the form
/art/build/
DAndroid.bp78 // We optimize Thread::Current() with a direct TLS access. This requires access to a
/art/compiler/driver/
Dcompiler_driver.h174 bool requires)
Dcompiler_driver.cc2958 bool requires) { in SetRequiresConstructorBarrier() argument
2960 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()
/art/runtime/interpreter/mterp/
DREADME.txt193 to a mode that requires inter-instruction checking, rIBASE is changed
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S1735 # This barrier is only necessary when the allocation also requires a class initialization check.
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S1811 # This barrier is only necessary when the allocation also requires a class initialization check.