Searched refs:method_alignment (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | image-inl.h | 68 const size_t method_alignment = ArtMethod::Alignment(pointer_size); in VisitPackedArtMethods() local 74 visitor(array->At(i, method_size, method_alignment)); in VisitPackedArtMethods() 76 pos += array->ComputeSize(array->size(), method_size, method_alignment); in VisitPackedArtMethods()
|
D | runtime.cc | 2263 const size_t method_alignment = ArtMethod::Alignment(image_pointer_size); in CreateRuntimeMethod() local 2269 ArtMethod* method = &method_array->At(0, method_size, method_alignment); in CreateRuntimeMethod()
|
D | class_linker.cc | 3811 const size_t method_alignment = ArtMethod::Alignment(image_pointer_size_); in AllocArtMethodArray() local 3814 LengthPrefixedArray<ArtMethod>::ComputeSize(length, method_size, method_alignment); in AllocArtMethodArray() 3819 new(reinterpret_cast<void*>(&ret->At(i, method_size, method_alignment))) ArtMethod; in AllocArtMethodArray()
|
/art/runtime/mirror/ |
D | class-inl.h | 226 size_t method_alignment = ArtMethod::Alignment(pointer_size); in GetMethodsSliceRangeUnchecked() local 227 ArraySlice<ArtMethod> slice(&methods->At(0u, method_size, method_alignment), in GetMethodsSliceRangeUnchecked()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 1649 const size_t method_alignment = ArtMethod::Alignment(target_ptr_size_); in RecordNativeRelocations() local 1653 method_alignment); in RecordNativeRelocations()
|