Home
last modified time | relevance | path

Searched defs:cookie (Results 1 – 7 of 7) sorted by relevance

/art/odrefresh/
Dodr_common.cc80 [](const prop_info* pi, void* cookie) { in SystemPropertyForeach()
83 [](void* cookie, const char* name, const char* value, unsigned) { in SystemPropertyForeach()
/art/openjdkjvmti/
Dti_class_loader.cc79 art::Handle<art::mirror::LongArray> cookie(hs.NewHandle( in AddToClassLoader() local
118 art::Handle<art::mirror::LongArray> cookie, in AllocateNewDexFileCookie()
Dti_redefine.cc1323 void SetNewDexFileCookie(jint klass_index, art::ObjPtr<art::mirror::LongArray> cookie) in SetNewDexFileCookie()
1564 void SetNewDexFileCookie(art::ObjPtr<art::mirror::LongArray> cookie) in SetNewDexFileCookie()
/art/runtime/jni/
Dlocal_reference_table_test.cc88 const LRTSegmentState cookie = kLRTFirstSegment; in BasicTest() local
531 const LRTSegmentState cookie = kLRTFirstSegment; in BasicResizeTest() local
594 #define ADD_REF(iref, cookie, obj, expected_capacity) \ in TestAddRemove() argument
601 #define REMOVE_REF(cookie, iref, expected_capacity) \ in TestAddRemove() argument
606 #define POP_SEGMENT(cookie, expected_capacity) \ in TestAddRemove() argument
719 #define ADD_REF(iref, cookie, obj) \ in TestAddRemoveMixed() argument
/art/runtime/native/
Ddalvik_system_DexFile.cc404 jobject cookie, in DexFile_verifyInBackgroundNative()
424 static jboolean DexFile_closeDexFile(JNIEnv* env, jclass, jobject cookie) { in DexFile_closeDexFile()
475 jobject cookie, in DexFile_defineClassNative()
537 static jobjectArray DexFile_getClassNameList(JNIEnv* env, jclass, jobject cookie) { in DexFile_getClassNameList()
873 static jboolean DexFile_isBackedByOatFile(JNIEnv* env, jclass, jobject cookie) { in DexFile_isBackedByOatFile()
957 static jlong DexFile_getStaticSizeOfDexFile(JNIEnv* env, jclass, jobject cookie) { in DexFile_getStaticSizeOfDexFile()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2038 uint32_t cookie = bit_cast<uint32_t>(env->GetLocalRefCookie()); in artQuickGenericJniTrampoline() local
2083 uint32_t cookie = *(sp32 - 1); in artQuickGenericJniEndTrampoline() local
/art/runtime/
Dthread.h1124 void SetCorePlatformApiCookie(uint32_t cookie) { in SetCorePlatformApiCookie()