Home
last modified time | relevance | path

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

/dalvik/vm/native/
Ddalvik_system_DexFile.cpp81 static bool validateCookie(int cookie) in validateCookie()
299 int cookie = args[0]; in Dalvik_dalvik_system_DexFile_closeDexFile() local
353 int cookie = args[2]; in Dalvik_dalvik_system_DexFile_defineClass() local
409 int cookie = args[0]; in Dalvik_dalvik_system_DexFile_getClassNameList() local
/dalvik/vm/test/
DTestIndirectRefTable.cpp73 const u4 cookie = IRT_FIRST_SEGMENT; in basicTest() local
354 const u4 cookie = IRT_FIRST_SEGMENT; in performanceTest() local
/dalvik/vm/
DIndirectRefTable.cpp61 IndirectRef IndirectRefTable::add(u4 cookie, Object* obj) in add()
213 bool IndirectRefTable::remove(u4 cookie, IndirectRef iref) in remove()
DJni.cpp386 u4 cookie = SAVEAREA_FROM_FP(curFrame)->xtra.localRefCookie; in addLocalReference() local
418 u4 cookie = SAVEAREA_FROM_FP(curFrame)->xtra.localRefCookie; in deleteLocalReference() local