Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp111 uint32_t USlot = 0; in populateObjectSlotMetadata() local
112 if (Slot.getAsInteger(10, USlot)) { in populateObjectSlotMetadata()
116 TmpSlotList[i] = USlot; in populateObjectSlotMetadata()
/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.cpp488 uint32_t USlot = 0; in compile() local
489 if (Slot.getAsInteger(10, USlot)) { in compile()
493 objectSlotList.push_back(USlot); in compile()
495 LOGD("compile(): RefCount Slot: %s @ %u\n", Slot.str().c_str(), USlot); in compile()