OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AtomicCacheEntry
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/
AtomicCache.h
34
struct
AtomicCacheEntry
{
49
AtomicCacheEntry
* entries; /* array of entries */
96
AtomicCacheEntry
* pEntry; \
163
void dvmUpdateAtomicCache(u4 key1, u4 key2, u4 value,
AtomicCacheEntry
* pEntry,
AtomicCache.cpp
51
sizeof(
AtomicCacheEntry
) * numEntries + CPU_CACHE_WIDTH);
62
assert(sizeof(
AtomicCacheEntry
) == 16);
63
newCache->entries = (
AtomicCacheEntry
*)
88
void dvmUpdateAtomicCache(u4 key1, u4 key2, u4 value,
AtomicCacheEntry
* pEntry,
Completed in 46 milliseconds