Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DThreadReferenceImpl.java364 private boolean isSubrange(LocalCache snapshot, in isSubrange() method in ThreadReferenceImpl
402 if (snapshot.frames == null || !isSubrange(snapshot, start, length)) { in privateFrames()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h124 bool isSubrange() const;
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp283 bool DIDescriptor::isSubrange() const { in isSubrange() function in DIDescriptor