Home
last modified time | relevance | path

Searched refs:GetComponentSize (Results 1 – 8 of 8) sorted by relevance

/art/runtime/mirror/
Darray-inl.h29 size_t component_size = GetClass()->GetComponentSize(); in SizeOf()
Darray.cc65 return Alloc(self, array_class, component_count, array_class->GetComponentSize()); in Alloc()
Dclass.h358 size_t GetComponentSize() const { in GetComponentSize() function
/art/runtime/native/
Ddalvik_system_VMRuntime.cc91 return reinterpret_cast<uintptr_t>(array->GetRawData(array->GetClass()->GetComponentSize())); in VMRuntime_addressOf()
Djava_lang_System.cc232 size_t width = srcArray->GetClass()->GetComponentSize(); in System_arraycopy()
/art/runtime/
Dcheck_jni.cc1087 size_t component_size = a->GetClass()->GetComponentSize(); in CreateGuardedPACopy()
1112 memcpy(a->GetRawData(a->GetClass()->GetComponentSize()), dataBuf, len); in ReleaseGuardedPACopy()
Ddebugger.cc3385 switch (c->GetComponentSize()) { in ExamineObject()
Djni_internal.cc2155 return array->GetRawData(array->GetClass()->GetComponentSize()); in GetPrimitiveArrayCritical()