Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching defs:method_size

253         const size_t method_size = art::ArtMethod::Size(ptr_size);
254 auto* method_storage = allocator_->Alloc(art::Thread::Current(), method_size);