Home
last modified time | relevance | path

Searched refs:GetClassDefIndex (Results 1 – 6 of 6) sorted by relevance

/art/compiler/driver/
Ddex_compilation_unit.h60 uint16_t GetClassDefIndex() const { in GetClassDefIndex() function
Dcompiler_driver.cc561 class_def_idx = method->GetClassDefIndex(); in CompileOne()
599 const uint16_t class_def_idx = method->GetClassDefIndex(); in CompileMethod()
/art/runtime/
Dart_method-inl.h413 inline uint16_t ArtMethod::GetClassDefIndex() { in GetClassDefIndex() function
420 return GetDexFile()->GetClassDef(GetClassDefIndex()); in GetClassDef()
Dart_method.h505 uint16_t GetClassDefIndex() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
/art/compiler/dex/
Ddex_to_dex_compiler.cc188 unit_.GetClassDefIndex())) { in CompileReturnVoid()
/art/compiler/optimizing/
Dbuilder.cc550 && driver.RequiresConstructorBarrier(self, cu->GetDexFile(), cu->GetClassDefIndex()); in RequiresConstructorBarrier()