Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_common.cc77 [](const prop_info* pi, void* cookie) { in SystemPropertyForeach()
80 [](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.cc1308 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/
Dfuzzer_corpus_test.cc88 void* cookie; in TEST_F() local
/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/metrics/
Dstatsd.cc421 [[maybe_unused]] void* cookie) { in DeviceStatusCallback()
/art/runtime/jni/
Dlocal_reference_table_test.cc338 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/
Dquick_trampoline_entrypoints.cc2053 uint32_t cookie = bit_cast<uint32_t>(env->PushLocalReferenceFrame()); in artQuickGenericJniTrampoline() local
2097 uint32_t cookie = *(sp32 - 1); in artQuickGenericJniEndTrampoline() local
/art/runtime/
Dthread.h1277 void SetCorePlatformApiCookie(uint32_t cookie) { in SetCorePlatformApiCookie()