Home
last modified time | relevance | path

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

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