Home
last modified time | relevance | path

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

/art/runtime/
Dsubtype_check_info.h287 if (path_to_root.Length() == depth_) { in GetState()
339 DCHECK_GE(depth_, path_to_root.Length()) in SubtypeCheckInfo()
457 CHECK_GE(GetSafeDepth(depth_ + 1u), GetBitString().Length()) in DcheckInvariants()
Dsubtype_check_info_test.cc314 EXPECT_EQ(0u, GetPathToRoot(sci).Length()); // Root's path length is 0. in TEST_F()
374 ASSERT_EQ(cur_depth + 1u, GetPathToRoot(latest_child).Length()); in TEST_F()
/art/libartbase/base/
Dbit_string.h207 size_t Length() const { in Length() function
283 const size_t length = bit_string.Length();
/art/test/510-checker-try-catch/smali/
DRuntime.smali560 ## CHECK-DAG: <<Length:i\d+>> ArrayLength
561 ## CHECK-DAG: <<BoundsCh1:i\d+>> BoundsCheck [<<IndexParam>>,<<Length>>]
567 ## CHECK-DAG: <<BoundsCh2:i\d+>> BoundsCheck [<<Xplus1>>,<<Length>>]
573 ## CHECK-DAG: <<BoundsCh3:i\d+>> BoundsCheck [<<Phiplus1>>,<<Length>>]
/art/runtime/hprof/
Dhprof.cc261 size_t Length() const { in Length() function in art::hprof::EndianOutput
601 if (objects_in_segment_ >= kMaxObjectsPerSegment || output_->Length() >= kMaxBytesPerSegment) { in CheckHeapSegmentConstraints()
1479 size_t size_patch_offset = output_->Length(); in DumpHeapInstanceObject()
1550 __ UpdateU4(size_patch_offset, output_->Length() - (size_patch_offset + 4)); in DumpHeapInstanceObject()
/art/openjdkjvmti/
Dti_redefine.cc1365 int32_t Length() const REQUIRES_SHARED(art::Locks::mutator_lock_) { in Length() function in openjdkjvmti::RedefinitionDataHolder
1401 DCHECK_LT(klass_index, Length()); in GetSlot()
1409 DCHECK_LT(klass_index, Length()); in SetSlot()
1609 return RedefinitionDataIter(Length(), *this); in end()
/art/runtime/gc/space/
Dimage_space.cc400 uintptr_t Length() const { in Length() function in art::gc::space::RelocationRange
412 << reinterpret_cast<const void*>(reloc.Source() + reloc.Length()) << ")->(" in operator <<()
414 << reinterpret_cast<const void*>(reloc.Dest() + reloc.Length()) << ")"; in operator <<()
1294 << reinterpret_cast<const void*>(range0_.Source() + range0_.Length()); in operator ()()