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

/frameworks/compile/libbcc/lib/
H A DRSEmbedInfo.cpp81 size_t objectSlotCount = me.getObjectSlotCount(); local
146 s << "objectSlotCount: " << objectSlotCount << "\n"; local
147 for (i = 0; i < objectSlotCount; ++i) {
/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp307 #define OBJECT_SLOT_STR "objectSlotCount: "
358 size_t objectSlotCount = 0; local
608 if (sscanf(line, OBJECT_SLOT_STR "%zu", &objectSlotCount) != 1) {
613 for (size_t i = 0; i < objectSlotCount; ++i) {

Completed in 988 milliseconds