Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_class_loader.cc78 art::Handle<art::mirror::LongArray> cookie(hs.NewHandle( in AddToClassLoader() local
117 art::Handle<art::mirror::LongArray> cookie, in AllocateNewDexFileCookie()
Dti_redefine.cc1302 void SetNewDexFileCookie(jint klass_index, art::ObjPtr<art::mirror::LongArray> cookie) in SetNewDexFileCookie()
1542 void SetNewDexFileCookie(art::ObjPtr<art::mirror::LongArray> cookie) in SetNewDexFileCookie()
/art/runtime/native/
Ddalvik_system_DexFile.cc332 jobject cookie, in DexFile_verifyInBackgroundNative()
352 static jboolean DexFile_closeDexFile(JNIEnv* env, jclass, jobject cookie) { in DexFile_closeDexFile()
402 jobject cookie, in DexFile_defineClassNative()
464 static jobjectArray DexFile_getClassNameList(JNIEnv* env, jclass, jobject cookie) { in DexFile_getClassNameList()
786 static jboolean DexFile_isBackedByOatFile(JNIEnv* env, jclass, jobject cookie) { in DexFile_isBackedByOatFile()
876 static jlong DexFile_getStaticSizeOfDexFile(JNIEnv* env, jclass, jobject cookie) { in DexFile_getStaticSizeOfDexFile()
/art/runtime/
Dindirect_reference_table_test.cc77 const IRTSegmentState cookie = kIRTFirstSegment; in TEST_F() local
506 const IRTSegmentState cookie = kIRTFirstSegment; in TEST_F() local
Dthread.h1018 void SetCorePlatformApiCookie(uint32_t cookie) { in SetCorePlatformApiCookie()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2122 uint32_t cookie; in artQuickGenericJniTrampoline() local
2183 uint32_t cookie = *(sp32 - 1); in artQuickGenericJniEndTrampoline() local
/art/compiler/jni/
Djni_compiler_test.cc449 uint32_t cookie = jni_method_start_synchronized_original_(to_lock, self); in JniMethodStartSynchronizedOverride() local