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

  /art/compiler/dex/
dex_to_dex_compiler.cc 187 driver_.RequiresConstructorBarrier(Thread::Current(), unit_.GetDexFile(),
  /art/compiler/optimizing/
builder.cc 542 static bool RequiresConstructorBarrier(const DexCompilationUnit* cu, const CompilerDriver& driver) {
550 && driver.RequiresConstructorBarrier(self, cu->GetDexFile(), cu->GetClassDefIndex());
557 if (RequiresConstructorBarrier(dex_compilation_unit_, *compiler_driver_)) {
    [all...]
  /art/compiler/driver/
compiler_driver.h 192 bool RequiresConstructorBarrier(Thread* self, const DexFile* dex_file,
    [all...]
compiler_driver.cc     [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 535 cu_->compiler_driver->RequiresConstructorBarrier(Thread::Current(), cu_->dex_file,
    [all...]

Completed in 70 milliseconds