OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mObjectSlotCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h
54
size_t
mObjectSlotCount
;
169
return
mObjectSlotCount
;
/frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp
70
mObjectSlotCount
(0), mObjectSlotList(NULL),
84
mObjectSlotCount
(0), mObjectSlotList(NULL),
150
mObjectSlotCount
= ObjectSlotMetadata->getNumOperands();
152
if (!
mObjectSlotCount
) {
156
uint32_t *TmpSlotList = new uint32_t[
mObjectSlotCount
];
157
memset(TmpSlotList, 0,
mObjectSlotCount
* sizeof(*TmpSlotList));
159
for (size_t i = 0; i <
mObjectSlotCount
; i++) {
Completed in 56 milliseconds