Searched refs:kBackingIndex (Results 1 – 3 of 3) sorted by relevance
47 ScopedAllocatorContainer::SAField(ScopedAllocator::kBackingIndex, sa); in AddScopedAllocator()63 CHECK_EQ(ScopedAllocator::kBackingIndex, it->second.field_index); in GetAllocator()92 if (it->second.field_index != ScopedAllocator::kBackingIndex) { in Drop()109 if (it.second.field_index == ScopedAllocator::kBackingIndex) { in ~ScopedAllocatorContainer()
66 : field_index(ScopedAllocator::kBackingIndex), in SAField()
41 static const int32 kBackingIndex = -1; variable