Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-inl.h772 klass->SetDexTypeIndex(DexFile::kDexNoIndex16); // Default to no valid type index. in operator()
Dclass.h1027 void SetDexTypeIndex(uint16_t type_idx) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetDexTypeIndex() function
/art/runtime/
Dclass_linker.cc2265 klass->SetDexTypeIndex(dex_class_def.class_idx_); in SetupClass()