Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DVTableBuilder.cpp3647 CharUnits LastVFPtrOffset = CharUnits::fromQuantity(-1); in dumpMethodLocations() local
3653 (VFPtrOffset != LastVFPtrOffset || VBIndex != LastVBIndex)) { in dumpMethodLocations()
3654 assert(VBIndex > LastVBIndex || VFPtrOffset > LastVFPtrOffset); in dumpMethodLocations()
3659 LastVFPtrOffset = VFPtrOffset; in dumpMethodLocations()