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

/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp297 llvm::MDNode *ObjectSlot = ObjectSlotMetadata->getOperand(i); local
298 if (ObjectSlot != nullptr && ObjectSlot->getNumOperands() == 1) {
299 if (!extractUIntFromMetadataString(&TmpSlotList[i], ObjectSlot->getOperand(0))) {

Completed in 65 milliseconds