Searched refs:method_size (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | image-inl.h | 69 const size_t method_size = ArtMethod::Size(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() 82 pos += method_size; in VisitPackedArtMethods()
|
D | runtime.cc | 2179 const size_t method_size = ArtMethod::Size(image_pointer_size); in CreateRuntimeMethod() local 2184 ArtMethod* method = &method_array->At(0, method_size, method_alignment); in CreateRuntimeMethod()
|
D | class_linker.cc | 3575 const size_t method_size = ArtMethod::Size(image_pointer_size_); in AllocArtMethodArray() local 3577 LengthPrefixedArray<ArtMethod>::ComputeSize(length, method_size, method_alignment); in AllocArtMethodArray() 3582 new(reinterpret_cast<void*>(&ret->At(i, method_size, method_alignment))) ArtMethod; in AllocArtMethodArray()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 138 size_t method_size = ArtMethod::Size(kRuntimePointerSize); in InvokeProxyInvocationHandler() local 142 reinterpret_cast<uintptr_t>(&virtual_methods[0])) / method_size; in InvokeProxyInvocationHandler()
|
/art/runtime/mirror/ |
D | class-inl.h | 223 size_t method_size = ArtMethod::Size(pointer_size); in GetMethodsSliceRangeUnchecked() local 225 ArraySlice<ArtMethod> slice(&methods->At(0u, method_size, method_alignment), in GetMethodsSliceRangeUnchecked() 227 method_size); in GetMethodsSliceRangeUnchecked()
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 253 const size_t method_size = art::ArtMethod::Size(ptr_size); in VisitFrame() local 254 auto* method_storage = allocator_->Alloc(art::Thread::Current(), method_size); in VisitFrame()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 2063 const size_t method_size = ArtMethod::Size(target_ptr_size_); in TryAssignBinSlot() local 2065 method_size, in TryAssignBinSlot()
|