Home
last modified time | relevance | path

Searched refs:GetDexFileCookie (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Dti_class_loader.h93 static art::ObjPtr<art::mirror::LongArray> GetDexFileCookie(
Dti_class_loader.cc75 art::Handle<art::mirror::LongArray> old_cookie(hs.NewHandle(GetDexFileCookie(java_dex_file_obj))); in AddToClassLoader()
103 art::ObjPtr<art::mirror::LongArray> ClassLoaderHelper::GetDexFileCookie( in GetDexFileCookie() function in openjdkjvmti::ClassLoaderHelper