Searched defs:cookie (Results 1 – 6 of 6) sorted by relevance
| /art/runtime/openjdkjvmti/ |
| D | ti_class_loader.cc | 77 art::Handle<art::mirror::LongArray> cookie(hs.NewHandle( in AddToClassLoader() local 118 art::Handle<art::mirror::LongArray> cookie, in AllocateNewDexFileCookie()
|
| D | ti_redefine.cc | 868 void SetNewDexFileCookie(jint klass_index, art::mirror::LongArray* cookie) in SetNewDexFileCookie() 1025 void SetNewDexFileCookie(art::mirror::LongArray* cookie) in SetNewDexFileCookie()
|
| /art/runtime/ |
| D | obj_ptr.h | 153 ALWAYS_INLINE static uintptr_t TrimCookie(uintptr_t cookie) { in TrimCookie()
|
| D | indirect_reference_table_test.cc | 75 const IRTSegmentState cookie = kIRTFirstSegment; in TEST_F() local 504 const IRTSegmentState cookie = kIRTFirstSegment; in TEST_F() local
|
| /art/runtime/native/ |
| D | dalvik_system_DexFile.cc | 308 static jboolean DexFile_closeDexFile(JNIEnv* env, jclass, jobject cookie) { in DexFile_closeDexFile() 354 jobject cookie, in DexFile_defineClassNative() 416 static jobjectArray DexFile_getClassNameList(JNIEnv* env, jclass, jobject cookie) { in DexFile_getClassNameList() 650 static jboolean DexFile_isBackedByOatFile(JNIEnv* env, jclass, jobject cookie) { in DexFile_isBackedByOatFile()
|
| /art/runtime/entrypoints/quick/ |
| D | quick_trampoline_entrypoints.cc | 2034 uint32_t cookie, in artQuickGenericJniEndJNIRef() 2047 uint32_t cookie, in artQuickGenericJniEndJNINonRef() 2131 uint32_t cookie; in artQuickGenericJniTrampoline() local 2249 uint32_t cookie = *(sp32 - 1); in artQuickGenericJniEndTrampoline() local
|