Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbuilder.cc542 static bool RequiresConstructorBarrier(const DexCompilationUnit* cu, const CompilerDriver& driver) { in RequiresConstructorBarrier() function
/art/compiler/driver/
Dcompiler_driver.cc2439 bool CompilerDriver::RequiresConstructorBarrier(Thread* self, const DexFile* dex_file, in RequiresConstructorBarrier() function in art::CompilerDriver