Searched defs:cookie (Results 1 – 7 of 7) sorted by relevance
| /art/odrefresh/ |
| D | odr_common.cc | 80 [](const prop_info* pi, void* cookie) { in SystemPropertyForeach() 83 [](void* cookie, const char* name, const char* value, unsigned) { in SystemPropertyForeach()
|
| /art/openjdkjvmti/ |
| D | ti_class_loader.cc | 79 art::Handle<art::mirror::LongArray> cookie(hs.NewHandle( in AddToClassLoader() local 118 art::Handle<art::mirror::LongArray> cookie, in AllocateNewDexFileCookie()
|
| D | ti_redefine.cc | 1323 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/ |
| D | local_reference_table_test.cc | 88 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/ |
| D | dalvik_system_DexFile.cc | 404 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/ |
| D | quick_trampoline_entrypoints.cc | 2038 uint32_t cookie = bit_cast<uint32_t>(env->GetLocalRefCookie()); in artQuickGenericJniTrampoline() local 2083 uint32_t cookie = *(sp32 - 1); in artQuickGenericJniEndTrampoline() local
|
| /art/runtime/ |
| D | thread.h | 1124 void SetCorePlatformApiCookie(uint32_t cookie) { in SetCorePlatformApiCookie()
|