Searched refs:method_size (Results 1 – 8 of 8) sorted by relevance
/aosp12/art/runtime/ |
H A 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()
|
H A D | runtime.cc | 2480 const size_t method_size = ArtMethod::Size(image_pointer_size); in CreateRuntimeMethod() local 2485 ArtMethod* method = &method_array->At(0, method_size, method_alignment); in CreateRuntimeMethod()
|
H A D | class_linker.cc | 3625 const size_t method_size = ArtMethod::Size(image_pointer_size_); in AllocArtMethodArray() local 3627 LengthPrefixedArray<ArtMethod>::ComputeSize(length, method_size, method_alignment); in AllocArtMethodArray() 3632 new(reinterpret_cast<void*>(&ret->At(i, method_size, method_alignment))) ArtMethod; in AllocArtMethodArray()
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_avrcp_target.cpp | 582 jmethodID method_size = sCallbackEnv->GetMethodID(class_list, "size", "()I"); in getNowPlayingList() local 584 auto size = sCallbackEnv->CallIntMethod(song_list, method_size); in getNowPlayingList() 631 jmethodID method_size = sCallbackEnv->GetMethodID(class_list, "size", "()I"); in getMediaPlayerList() local 633 jint list_size = sCallbackEnv->CallIntMethod(player_list, method_size); in getMediaPlayerList() 738 jmethodID method_size = env->GetMethodID(class_list, "size", "()I"); in getFolderItemsResponseNative() local 740 jint list_size = env->CallIntMethod(list, method_size); in getFolderItemsResponseNative()
|
/aosp12/art/runtime/entrypoints/ |
H A D | entrypoint_utils.cc | 141 size_t method_size = ArtMethod::Size(kRuntimePointerSize); in InvokeProxyInvocationHandler() local 145 reinterpret_cast<uintptr_t>(&virtual_methods[0])) / method_size; in InvokeProxyInvocationHandler()
|
/aosp12/art/runtime/mirror/ |
H A D | class-inl.h | 225 size_t method_size = ArtMethod::Size(pointer_size); in GetMethodsSliceRangeUnchecked() local 227 ArraySlice<ArtMethod> slice(&methods->At(0u, method_size, method_alignment), in GetMethodsSliceRangeUnchecked() 229 method_size); in GetMethodsSliceRangeUnchecked()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_redefine.cc | 312 const size_t method_size = art::ArtMethod::Size(ptr_size); in VisitFrame() local 313 auto* method_storage = allocator_->Alloc(art::Thread::Current(), method_size); in VisitFrame()
|
/aosp12/art/dex2oat/linker/ |
H A D | image_writer.cc | 1384 const size_t method_size = ArtMethod::Size(target_ptr_size_); in RecordNativeRelocations() local 1386 method_size, in RecordNativeRelocations()
|