Searched refs:Length (Results 1 – 8 of 8) sorted by relevance
/art/test/536-checker-intrinsic-optimization/smali/ |
D | SmaliTests.smali | 26 ## CHECK-DAG: <<Length:i\d+>> ArrayLength [<<NullCk>>] is_string_length:true 27 ## CHECK-DAG: <<Bounds:i\d+>> BoundsCheck [<<Pos>>,<<Length>>] is_string_char_at:true 76 ## CHECK-DAG: <<Length:i\d+>> ArrayLength [<<NullCk>>] is_string_length:true 77 ## CHECK-DAG: <<Bounds:i\d+>> BoundsCheck [<<Pos>>,<<Length>>] is_string_char_at:true
|
/art/runtime/ |
D | subtype_check_info.h | 287 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()
|
D | subtype_check_info_test.cc | 314 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/ |
D | bit_string.h | 207 size_t Length() const { in Length() function 283 const size_t length = bit_string.Length();
|
/art/test/510-checker-try-catch/smali/ |
D | Runtime.smali | 560 ## 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/ |
D | hprof.cc | 262 size_t Length() const { in Length() function in art::hprof::EndianOutput 602 if (objects_in_segment_ >= kMaxObjectsPerSegment || output_->Length() >= kMaxBytesPerSegment) { in CheckHeapSegmentConstraints() 1480 size_t size_patch_offset = output_->Length(); in DumpHeapInstanceObject() 1551 __ UpdateU4(size_patch_offset, output_->Length() - (size_patch_offset + 4)); in DumpHeapInstanceObject()
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 996 int32_t Length() const REQUIRES_SHARED(art::Locks::mutator_lock_) { in Length() function in openjdkjvmti::RedefinitionDataHolder 1024 DCHECK_LT(klass_index, Length()); in GetSlot() 1032 DCHECK_LT(klass_index, Length()); in SetSlot() 1168 return RedefinitionDataIter(Length(), *this); in end()
|
/art/runtime/gc/space/ |
D | image_space.cc | 400 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 <<() 1043 << reinterpret_cast<const void*>(range0_.Source() + range0_.Length()); in operator ()()
|