Home
last modified time | relevance | path

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

/art/runtime/hprof/
Dhprof.cc258 size_t Length() const { in Length() function in art::hprof::EndianOutput
599 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()
/art/runtime/openjdkjvmti/
Dti_redefine.cc893 int32_t Length() const REQUIRES_SHARED(art::Locks::mutator_lock_) { in Length() function in openjdkjvmti::RedefinitionDataHolder
921 DCHECK_LT(klass_index, Length()); in GetSlot()
929 DCHECK_LT(klass_index, Length()); in SetSlot()
1058 return RedefinitionDataIter(Length(), *this); in end()
/art/runtime/gc/space/
Dimage_space.cc455 uintptr_t Length() const { in Length() function in art::gc::space::RelocationRange
467 << reinterpret_cast<const void*>(reloc.Source() + reloc.Length()) << ")->(" in operator <<()
469 << reinterpret_cast<const void*>(reloc.Dest() + reloc.Length()) << ")"; in operator <<()