Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DVTableBuilder.cpp3576 uint64_t LastVBIndex = 0; in dumpMethodLocations() local
3584 (VFPtrOffset != LastVFPtrOffset || VBIndex != LastVBIndex)) { in dumpMethodLocations()
3585 assert(VBIndex > LastVBIndex || VFPtrOffset > LastVFPtrOffset); in dumpMethodLocations()
3591 LastVBIndex = VBIndex; in dumpMethodLocations()