Searched refs:objectSlotCount (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DScriptCached.cpp104 size_t objectSlotCount = getObjectSlotCount(); local
106 if (objectSlotCount > objectSlotListSize) {
107 objectSlotCount = objectSlotListSize;
111 sizeof(uint32_t) * objectSlotCount);
H A DScriptCompiled.cpp139 size_t objectSlotCount = getObjectSlotCount(); local
141 if (objectSlotCount > objectSlotListSize) {
142 objectSlotCount = objectSlotListSize;
147 I != E && objectSlotCount > 0; ++I, --objectSlotCount) {
H A DMCCacheWriter.cpp290 size_t objectSlotCount = mpOwner->getObjectSlotCount(); local
293 sizeof(uint32_t) * objectSlotCount;
305 list->count = objectSlotCount;
307 mpOwner->getObjectSlotList(objectSlotCount, list->object_slot_list);
/frameworks/rs/driver/
H A DrsdBcc.cpp80 size_t objectSlotCount = 0; local
165 objectSlotCount = drv->ME->getObjectSlotCount();
166 if (objectSlotCount > 0) {
168 for (uint32_t ct=0; ct < objectSlotCount; ct++) {

Completed in 137 milliseconds