Home
last modified time | relevance | path

Searched refs:SetDexTypeIndex (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Dclass-inl.h926 klass->SetDexTypeIndex(dex::TypeIndex(DexFile::kDexNoIndex16)); // Default to no valid type in operator()
Dclass.h1168 void SetDexTypeIndex(dex::TypeIndex type_idx) REQUIRES_SHARED(Locks::mutator_lock_) { in SetDexTypeIndex() function
/art/openjdkjvmti/
Dti_redefine.cc3030 mclass->SetDexTypeIndex(dex_file_->GetIndexForTypeId(*dex_file_->FindTypeId(class_sig_.c_str()))); in UpdateClassInPlace()
/art/runtime/
Dclass_linker.cc3599 klass->SetDexTypeIndex(dex_class_def.class_idx_); in SetupClass()