Searched refs:GetComponentSizeShift (Results 1 – 16 of 16) sorted by relevance
/art/runtime/mirror/ |
D | object_array-alloc-inl.h | 48 DCHECK_EQ(array->GetClass()->GetComponentSizeShift(), in Alloc()
|
D | object_test.cc | 161 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()
|
D | array-alloc-inl.h | 126 DCHECK_EQ(array_class->GetComponentSizeShift(), component_size_shift); in Alloc()
|
D | array.cc | 152 const auto component_shift = klass->GetComponentSizeShift(); in CopyOf()
|
D | array-inl.h | 43 GetClass<kVerifyFlags, kWithoutReadBarrier>()->GetComponentSizeShift(); in SizeOf()
|
D | class-inl.h | 1011 return 1U << GetComponentSizeShift(); in GetComponentSize() 1014 inline size_t Class::GetComponentSizeShift() { in GetComponentSizeShift() function
|
D | class.h | 451 size_t GetComponentSizeShift() REQUIRES_SHARED(Locks::mutator_lock_);
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 296 klass->GetComponentSizeShift(), in AllocArrayFromCode() 300 klass->GetComponentSizeShift(), allocator_type); in AllocArrayFromCode() 317 klass->GetComponentSizeShift(), allocator_type); in AllocArrayFromCodeResolved()
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 124 array_class->GetComponentSizeShift(), in VMRuntime_newNonMovableArray() 152 array_class->GetComponentSizeShift(), in VMRuntime_newUnpaddedArray()
|
/art/runtime/ |
D | transaction_test.cc | 151 h_klass->GetComponentSizeShift(), in TEST_F()
|
D | debugger.cc | 1407 mirror::Array::Alloc<true>(self, c, length, c->GetComponentSizeShift(), allocator_type); in CreateArrayObject()
|
/art/compiler/optimizing/ |
D | code_generator.cc | 1657 switch (new_array->GetComponentSizeShift()) { in GetArrayAllocationEntrypoint()
|
D | nodes.h | 4904 size_t GetComponentSizeShift() { in GetComponentSizeShift() function
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 1806 array_class->GetComponentSizeShift(), in DoFilledNewArray()
|
D | unstarted_runtime.cc | 1726 array_class->GetComponentSizeShift(), in UnstartedJNIVMRuntimeNewUnpaddedArray()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 609 self, array_class.Get(), size, array_class->GetComponentSizeShift(), in ProcessAnnotationValue()
|