OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dvmPointerSetGetCount
(Results
1 - 7
of
7
) sorted by null
/dalvik/vm/
PointerSet.h
45
int
dvmPointerSetGetCount
(const PointerSet* pSet);
AllocTracker.cpp
292
int count =
dvmPointerSetGetCount
(strings);
355
dvmPointerSetGetCount
(classNames), classCount,
356
dvmPointerSetGetCount
(methodNames), methodCount,
357
dvmPointerSetGetCount
(fileNames), fileCount);
386
set2BE(&ptr[9],
dvmPointerSetGetCount
(classNames));
387
set2BE(&ptr[11],
dvmPointerSetGetCount
(methodNames));
388
set2BE(&ptr[13],
dvmPointerSetGetCount
(fileNames));
446
int count =
dvmPointerSetGetCount
(strings);
483
int count =
dvmPointerSetGetCount
(strings);
PointerSet.cpp
98
int
dvmPointerSetGetCount
(const PointerSet* pSet)
/dalvik/vm/analysis/
VfyBasicBlock.cpp
230
if (
dvmPointerSetGetCount
(curBlock->predecessors) > 256) {
260
size_t numPreds =
dvmPointerSetGetCount
(preds);
Liveness.cpp
209
size_t numPreds =
dvmPointerSetGetCount
(preds);
/dalvik/vm/reflect/
Proxy.cpp
483
dvmPointerSetGetCount
(commonThrows) > 0)
485
int commonCount =
dvmPointerSetGetCount
(commonThrows);
643
int setSize =
dvmPointerSetGetCount
(throws);
657
size_t mixLen =
dvmPointerSetGetCount
(throws);
[
all
...]
/dalvik/vm/oo/
Class.cpp
[
all
...]
Completed in 163 milliseconds