Home
last modified time | relevance | path

Searched refs:GetDexClassDefIndex (Results 1 – 14 of 14) sorted by relevance

/art/test/661-oat-writer-layout/
Doat_writer_layout.cc59 klass_ptr->GetDexClassDefIndex(), in Java_Main_hasOatCompiledCode()
/art/runtime/
Daot_class_linker.cc113 ClassReference(&klass->GetDexFile(), klass->GetDexClassDefIndex())); in PerformClassVerification()
Druntime_callbacks_test.cc453 ClassReference test = { &k->GetDexFile(), k->GetDexClassDefIndex() }; in IsInterestingObject()
461 ref_ = { &k->GetDexFile(), k->GetDexClassDefIndex() }; in SetInterestingObject()
Dart_method-inl.h262 return GetDeclaringClass()->GetDexClassDefIndex(); in GetClassDefIndex()
Dart_method.cc519 method->GetDeclaringClass()->GetDexClassDefIndex(), in FindOatMethodFor()
522 declaring_class->GetDexClassDefIndex(), in FindOatMethodFor()
/art/runtime/verifier/
Dclass_verifier.cc178 ClassReference ref(&dex_file, klass->GetDexClassDefIndex()); in CommonVerifyClass()
/art/compiler/optimizing/
Dinliner.cc423 uint16_t class_def_idx = method->GetDeclaringClass()->GetDexClassDefIndex(); in IsMethodUnverified()
807 field->GetDeclaringClass()->GetDexClassDefIndex(), in BuildGetReceiverClass()
1726 resolved_field->GetDeclaringClass()->GetDexClassDefIndex(), in CreateInstanceFieldGet()
1767 resolved_field->GetDeclaringClass()->GetDexClassDefIndex(), in CreateInstanceFieldSet()
2013 resolved_method->GetDeclaringClass()->GetDexClassDefIndex(), in TryBuildAndInlineHelper()
Dinstruction_builder.cc1586 uint16_t class_def_index = resolved_field->GetDeclaringClass()->GetDexClassDefIndex(); in BuildInstanceFieldAccess()
1609 uint16_t class_def_index = resolved_field->GetDeclaringClass()->GetDexClassDefIndex(); in BuildInstanceFieldAccess()
1732 uint16_t class_def_index = klass->GetDexClassDefIndex(); in BuildStaticFieldAccess()
/art/runtime/jit/
Djit.cc1838 uint16_t class_def_index = cls->GetDexClassDefIndex(); in CanAssumeInitialized()
/art/runtime/mirror/
Dclass.h1143 uint16_t GetDexClassDefIndex() REQUIRES_SHARED(Locks::mutator_lock_) { in GetDexClassDefIndex() function
Dclass.cc1184 uint16_t class_def_idx = GetDexClassDefIndex(); in GetClassDef()
/art/openjdkjvmti/
Dti_redefine.cc1980 AllocateNewClassObject(old_type, superclass, dch, old_type->GetDexClassDefIndex()); in FinishNewClassAllocations()
2995 ext->SetPreRedefineClassDefIndex(mclass->GetDexClassDefIndex()); in UpdateClassInPlace()
/art/dex2oat/driver/
Dcompiler_driver.cc2348 ClassReference ref(&dex_file, klass->GetDexClassDefIndex()); in TryInitializeClass()
/art/dex2oat/linker/
Dimage_writer.cc1842 class_def_index = component_type->GetDexClassDefIndex(); in operator ()()