Home
last modified time | relevance | path

Searched defs:RequiresConstructorBarrier (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiler_driver.cc1651 bool CompilerDriver::RequiresConstructorBarrier(const DexFile& dex_file, in RequiresConstructorBarrier() function in art::CompilerDriver
2970 bool CompilerDriver::RequiresConstructorBarrier(Thread* self, in RequiresConstructorBarrier() function in art::CompilerDriver
/art/compiler/optimizing/
Dinstruction_builder.cc606 static bool RequiresConstructorBarrier(const DexCompilationUnit* cu, CompilerDriver* driver) { in RequiresConstructorBarrier() function