Home
last modified time | relevance | path

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

/art/compiler/driver/
Ddex_compilation_unit.h59 uint16_t GetClassDefIndex() const { in GetClassDefIndex() function
Dcompiler_driver.cc566 class_def_idx = method->GetClassDefIndex(); in CompileOne()
/art/compiler/llvm/
Dcompiler_llvm.cc149 dex_compilation_unit->GetClassDefIndex(), in CompileDexMethod()
/art/compiler/dex/
Ddex_to_dex_compiler.cc164 unit_.GetClassDefIndex())) { in CompileReturnVoid()
/art/runtime/mirror/
Dart_method-inl.h501 inline uint16_t ArtMethod::GetClassDefIndex() { in GetClassDefIndex() function
507 return method->GetDexFile()->GetClassDef(GetClassDefIndex()); in GetClassDef()
Dart_method.h530 uint16_t GetClassDefIndex() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);