HomeSort by relevance Sort by last modified time
    Searched refs:SetResolvedType (Results 1 - 4 of 4) sorted by null

  /art/runtime/mirror/
dex_cache-inl.h 107 inline void DexCache::SetResolvedType(dex::TypeIndex type_idx, ObjPtr<Class> resolved) {
110 // Use a release store for SetResolvedType. This is done to prevent other threads from seeing a
dex_cache.h 285 void SetResolvedType(dex::TypeIndex type_idx, ObjPtr<Class> resolved)
  /art/runtime/native/
dalvik_system_VMRuntime.cc 382 dex_cache->SetResolvedType(type_idx, klass);
  /art/runtime/
class_linker.cc     [all...]

Completed in 145 milliseconds