Searched refs:GetDexFileCookie (Results 1 - 3 of 3) sorted by relevance

/art/runtime/openjdkjvmti/
H A Dti_class_loader.h85 static art::ObjPtr<art::mirror::LongArray> GetDexFileCookie(
H A Dti_class_loader.cc76 art::Handle<art::mirror::LongArray> old_cookie(hs.NewHandle(GetDexFileCookie(java_dex_file_obj)));
104 art::ObjPtr<art::mirror::LongArray> ClassLoaderHelper::GetDexFileCookie( function in class:openjdkjvmti::ClassLoaderHelper
H A Dti_redefine.cc1109 old_cookie.Assign(ClassLoaderHelper::GetDexFileCookie(dex_file_obj));

Completed in 66 milliseconds