Home
last modified time | relevance | path

Searched refs:GetComponentSizeShift (Results 1 – 16 of 16) sorted by relevance

/art/runtime/mirror/
Dobject_array-alloc-inl.h48 DCHECK_EQ(array->GetClass()->GetComponentSizeShift(), in Alloc()
Dobject_test.cc161 Array::Alloc<true>(soa.Self(), c.Get(), 1, c->GetComponentSizeShift(), allocator_type)); in TEST_F()
166 a.Assign(Array::Alloc<true>(soa.Self(), c.Get(), 1, c->GetComponentSizeShift(), allocator_type)); in TEST_F()
171 a.Assign(Array::Alloc<true>(soa.Self(), c.Get(), 1, c->GetComponentSizeShift(), allocator_type)); in TEST_F()
182 Array::Alloc<true, true>(soa.Self(), c.Get(), 1, c->GetComponentSizeShift(), allocator_type)); in TEST_F()
188 Array::Alloc<true, true>(soa.Self(), c.Get(), 2, c->GetComponentSizeShift(), allocator_type)); in TEST_F()
194 Array::Alloc<true, true>(soa.Self(), c.Get(), 2, c->GetComponentSizeShift(), allocator_type)); in TEST_F()
200 Array::Alloc<true, true>(soa.Self(), c.Get(), 2, c->GetComponentSizeShift(), allocator_type)); in TEST_F()
Darray-alloc-inl.h126 DCHECK_EQ(array_class->GetComponentSizeShift(), component_size_shift); in Alloc()
Darray.cc152 const auto component_shift = klass->GetComponentSizeShift(); in CopyOf()
Darray-inl.h43 GetClass<kVerifyFlags, kWithoutReadBarrier>()->GetComponentSizeShift(); in SizeOf()
Dclass-inl.h1011 return 1U << GetComponentSizeShift(); in GetComponentSize()
1014 inline size_t Class::GetComponentSizeShift() { in GetComponentSizeShift() function
Dclass.h451 size_t GetComponentSizeShift() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h296 klass->GetComponentSizeShift(), in AllocArrayFromCode()
300 klass->GetComponentSizeShift(), allocator_type); in AllocArrayFromCode()
317 klass->GetComponentSizeShift(), allocator_type); in AllocArrayFromCodeResolved()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc124 array_class->GetComponentSizeShift(), in VMRuntime_newNonMovableArray()
152 array_class->GetComponentSizeShift(), in VMRuntime_newUnpaddedArray()
/art/runtime/
Dtransaction_test.cc151 h_klass->GetComponentSizeShift(), in TEST_F()
Ddebugger.cc1407 mirror::Array::Alloc<true>(self, c, length, c->GetComponentSizeShift(), allocator_type); in CreateArrayObject()
/art/compiler/optimizing/
Dcode_generator.cc1657 switch (new_array->GetComponentSizeShift()) { in GetArrayAllocationEntrypoint()
Dnodes.h4904 size_t GetComponentSizeShift() { in GetComponentSizeShift() function
/art/runtime/interpreter/
Dinterpreter_common.cc1806 array_class->GetComponentSizeShift(), in DoFilledNewArray()
Dunstarted_runtime.cc1726 array_class->GetComponentSizeShift(), in UnstartedJNIVMRuntimeNewUnpaddedArray()
/art/runtime/dex/
Ddex_file_annotations.cc609 self, array_class.Get(), size, array_class->GetComponentSizeShift(), in ProcessAnnotationValue()