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

  /art/compiler/driver/
compiler_driver.h 200 bool RequiresConstructorBarrier(Thread* self,
463 bool RequiresConstructorBarrier(const DexFile& dex_file, uint16_t class_def_idx) const;
compiler_driver.cc     [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 215 driver_.RequiresConstructorBarrier(Thread::Current(), unit_.GetDexFile(),
  /art/compiler/optimizing/
instruction_builder.cc 606 static bool RequiresConstructorBarrier(const DexCompilationUnit* cu, CompilerDriver* driver) {
615 // RequiresConstructorBarrier must only be queried for <init> methods;
619 && driver->RequiresConstructorBarrier(self, cu->GetDexFile(), cu->GetClassDefIndex());
665 if (RequiresConstructorBarrier(dex_compilation_unit_, compiler_driver_)) {
676 DCHECK(!RequiresConstructorBarrier(dex_compilation_unit_, compiler_driver_));
    [all...]

Completed in 80 milliseconds