Searched refs:Length (Results 1 – 3 of 3) sorted by relevance
258 size_t Length() const { in Length() function in art::hprof::EndianOutput599 if (objects_in_segment_ >= kMaxObjectsPerSegment || output_->Length() >= kMaxBytesPerSegment) { in CheckHeapSegmentConstraints()1339 size_t size_patch_offset = output_->Length(); in DumpHeapInstanceObject()1405 __ UpdateU4(size_patch_offset, output_->Length() - (size_patch_offset + 4)); in DumpHeapInstanceObject()
893 int32_t Length() const REQUIRES_SHARED(art::Locks::mutator_lock_) { in Length() function in openjdkjvmti::RedefinitionDataHolder921 DCHECK_LT(klass_index, Length()); in GetSlot()929 DCHECK_LT(klass_index, Length()); in SetSlot()1058 return RedefinitionDataIter(Length(), *this); in end()
455 uintptr_t Length() const { in Length() function in art::gc::space::RelocationRange467 << reinterpret_cast<const void*>(reloc.Source() + reloc.Length()) << ")->(" in operator <<()469 << reinterpret_cast<const void*>(reloc.Dest() + reloc.Length()) << ")"; in operator <<()