Home
last modified time | relevance | path

Searched refs:objectSlotCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSEmbedInfo.cpp81 size_t objectSlotCount = me.getObjectSlotCount(); in getRSInfoString() local
146 s << "objectSlotCount: " << objectSlotCount << "\n"; in getRSInfoString()
147 for (i = 0; i < objectSlotCount; ++i) { in getRSInfoString()
/frameworks/rs/cpu_ref/
DrsCpuExecutable.cpp427 size_t objectSlotCount = 0; in createFromSharedObject() local
677 if (sscanf(line, OBJECT_SLOT_STR "%zu", &objectSlotCount) != 1) { in createFromSharedObject()
682 for (size_t i = 0; i < objectSlotCount; ++i) { in createFromSharedObject()