Home
last modified time | relevance | path

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

/art/test/071-dexfile/
Dinfo.txt4 NOTE: the test requires that /data/run-test/ exists and is writable and not mounted noexec.
/art/test/501-null-constant-dce/smali/
DDCE.smali22 # Jump over the code that requires the null constant
/art/test/804-class-extends-itself/smali/
DMain.smali20 # multidex, but this requires a custom build script).
/art/compiler/driver/
Dcompiler_driver.cc2826 bool requires) { in SetRequiresConstructorBarrier() argument
2828 requires_constructor_barrier_.emplace(ClassReference(dex_file, class_def_index), requires); in SetRequiresConstructorBarrier()
2843 const bool requires = RequiresConstructorBarrier(*dex_file, class_def_index); in RequiresConstructorBarrier()
2844 requires_constructor_barrier_.emplace(class_ref, requires); in RequiresConstructorBarrier()
2845 return requires; in RequiresConstructorBarrier()
Dcompiler_driver.h191 bool requires)
/art/runtime/interpreter/mterp/
DREADME.txt193 to a mode that requires inter-instruction checking, rIBASE is changed