HomeSort by relevance Sort by last modified time
    Searched defs:RequiresConstructorBarrier (Results 1 - 2 of 2) sorted by null

  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/compiler/optimizing/
instruction_builder.cc 591 static bool RequiresConstructorBarrier(const DexCompilationUnit* cu, CompilerDriver* driver) {
599 && driver->RequiresConstructorBarrier(self, cu->GetDexFile(), cu->GetClassDefIndex());
644 if (RequiresConstructorBarrier(dex_compilation_unit_, compiler_driver_)) {
    [all...]

Completed in 497 milliseconds