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.cc1306 void SetNewDexFileCookie(jint klass_index, art::ObjPtr<art::mirror::LongArray> cookie) in SetNewDexFileCookie()
1547 void SetNewDexFileCookie(art::ObjPtr<art::mirror::LongArray> cookie) in SetNewDexFileCookie()
/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()
841 static jboolean DexFile_isBackedByOatFile(JNIEnv* env, jclass, jobject cookie) { in DexFile_isBackedByOatFile()
924 static jlong DexFile_getStaticSizeOfDexFile(JNIEnv* env, jclass, jobject cookie) { in DexFile_getStaticSizeOfDexFile()
/art/runtime/metrics/
Dstatsd.cc431 [[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/
Dfuzzer_corpus_test.cc201 void* cookie; in TestFuzzerHelper() local
Dthread.h1333 void SetCorePlatformApiCookie(uint32_t cookie) { in SetCorePlatformApiCookie()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2129 uint32_t cookie = bit_cast<uint32_t>(env->PushLocalReferenceFrame()); in artQuickGenericJniTrampoline() local
2173 uint32_t cookie = *(sp32 - 1); in artQuickGenericJniEndTrampoline() local