Searched defs:cookie (Results 1 – 9 of 9) sorted by relevance
/art/odrefresh/ |
D | odr_common.cc | 77 [](const prop_info* pi, void* cookie) { in SystemPropertyForeach() 80 [](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 | 1308 void SetNewDexFileCookie(jint klass_index, art::ObjPtr<art::mirror::LongArray> cookie) in SetNewDexFileCookie() 1549 void SetNewDexFileCookie(art::ObjPtr<art::mirror::LongArray> cookie) in SetNewDexFileCookie()
|
/art/libdexfile/dex/ |
D | fuzzer_corpus_test.cc | 88 void* cookie; in TEST_F() local
|
/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/metrics/ |
D | statsd.cc | 421 [[maybe_unused]] void* cookie) { in DeviceStatusCallback()
|
/art/runtime/jni/ |
D | local_reference_table_test.cc | 338 const LRTSegmentState cookie = lrt.PushFrame(); in BasicHolesTest() local 364 const LRTSegmentState cookie = lrt.PushFrame(); in BasicHolesTest() local 602 #define POP_SEGMENT(cookie, expected_capacity) \ in TestAddRemove() argument
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2053 uint32_t cookie = bit_cast<uint32_t>(env->PushLocalReferenceFrame()); in artQuickGenericJniTrampoline() local 2097 uint32_t cookie = *(sp32 - 1); in artQuickGenericJniEndTrampoline() local
|
/art/runtime/ |
D | thread.h | 1277 void SetCorePlatformApiCookie(uint32_t cookie) { in SetCorePlatformApiCookie()
|