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

  /art/compiler/driver/
dex_compilation_unit.h 60 uint16_t GetClassDefIndex() const {
compiler_driver.cc 699 class_def_idx = method->GetClassDefIndex();
    [all...]
  /art/runtime/
art_method-inl.h 284 inline uint16_t ArtMethod::GetClassDefIndex() {
295 return GetDexFile()->GetClassDef(GetClassDefIndex());
art_method.h 606 uint16_t GetClassDefIndex() REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 379 unit_.GetClassDefIndex())) {
  /art/compiler/optimizing/
optimizing_compiler.cc     [all...]
instruction_builder.cc 736 && driver->RequiresConstructorBarrier(self, cu->GetDexFile(), cu->GetClassDefIndex());
    [all...]

Completed in 318 milliseconds