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

  /art/compiler/driver/
compiler_driver.h 193 bool RequiresConstructorBarrier(Thread* self,
627 bool RequiresConstructorBarrier(const DexFile& dex_file, uint16_t class_def_idx) const;
compiler_driver.cc     [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 206 driver_.RequiresConstructorBarrier(Thread::Current(), unit_.GetDexFile(),
  /art/compiler/optimizing/
instruction_builder.cc 581 static bool RequiresConstructorBarrier(const DexCompilationUnit* cu, CompilerDriver* driver) {
584 && driver->RequiresConstructorBarrier(self, cu->GetDexFile(), cu->GetClassDefIndex());
630 DCHECK(RequiresConstructorBarrier(dex_compilation_unit_, compiler_driver_))
    [all...]
optimizing_compiler.cc 669 && compiler_driver->RequiresConstructorBarrier(Thread::Current(),
    [all...]
inliner.cc     [all...]

Completed in 211 milliseconds