OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AtomicCache
(Results
1 - 5
of
5
) sorted by null
/dalvik/vm/
AtomicCache.cpp
40
AtomicCache
* dvmAllocAtomicCache(int numEntries)
42
AtomicCache
* newCache;
44
newCache = (
AtomicCache
*) calloc(1, sizeof(
AtomicCache
));
72
void dvmFreeAtomicCache(
AtomicCache
* cache)
91
,
AtomicCache
* pCache
170
void dvmDumpAtomicCacheStats(const
AtomicCache
* pCache)
AtomicCache.h
48
struct
AtomicCache
{
81
* _cache is an
AtomicCache
*
150
AtomicCache
* dvmAllocAtomicCache(int numEntries);
155
void dvmFreeAtomicCache(
AtomicCache
* cache);
166
,
AtomicCache
* pCache
173
void dvmDumpAtomicCacheStats(const
AtomicCache
* pCache);
DvmDex.h
59
struct
AtomicCache
* pInterfaceCache;
Globals.h
586
AtomicCache
* instanceofCache;
[
all
...]
Dvm.mk
90
AtomicCache
.cpp \
Completed in 61 milliseconds