Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DContinuationRecordBuilder.cpp99 assert(getCurrentSegmentLength() % 4 == 0); in writeMemberType()
106 if (getCurrentSegmentLength() > MaxSegmentLength) { in writeMemberType()
117 assert(getCurrentSegmentLength() == MemberLength + sizeof(RecordPrefix)); in writeMemberType()
120 assert(getCurrentSegmentLength() % 4 == 0); in writeMemberType()
121 assert(getCurrentSegmentLength() <= MaxSegmentLength); in writeMemberType()
124 uint32_t ContinuationRecordBuilder::getCurrentSegmentLength() const { in getCurrentSegmentLength() function in ContinuationRecordBuilder
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DContinuationRecordBuilder.h43 uint32_t getCurrentSegmentLength() const;
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DCachedPathIteratorFactory.java304 public float getCurrentSegmentLength() { in getCurrentSegmentLength() method in CachedPathIteratorFactory.CachedPathIterator
437 float t = length / getCurrentSegmentLength(); in currentSegment()